GNU bug report logs -
#13577
24.3.50; Underscore in LaTeX comments can mess up ispell
Previous Next
Reported by: Ivan Andrus <darthandrus <at> gmail.com>
Date: Mon, 28 Jan 2013 17:51:01 UTC
Severity: normal
Merged with 14419
Found in version 24.3.50
Done: Agustin Martin <agustin.martin <at> hispalinux.es>
Bug is archived. No further changes may be made.
Full log
Message #16 received at 13577-done <at> debbugs.gnu.org (full text, mbox):
On Sat, Dec 21, 2013 at 11:42:24PM -0700, Ivan Andrus wrote:
> On Dec 20, 2013, at 10:16 PM, Chong Yidong <cyd <at> gnu.org> wrote:
>
> > Ivan Andrus <darthandrus <at> gmail.com> writes:
> >
> >> Starting from emacs -Q add the following to a buffer and put it in
> >> latex-mode (I checked both AUCTeX and the builtin latex-mode):
> >>
> >> % Again, we ignore the actual values of $\zeta_{i}$.
> >> It is clear that $Z(G)=\angles{c_{i}}\cong \mathbb{Z}_{p}^{2}$ and
> >> $G'=\angles{b_{i},c_{i}}$.
> >> Missssspeelllllled.
> >>
> >> Run ispell-buffer. I have to do the following to get ispell to work on
> >> my system:
> >>
> >> (setq-default ispell-program-name "hunspell")
> >> (setq ispell-dictionary "american")
> >>
> >> You will notice that it tries to correct G', when it should not (since
> >> it's in math mode). It also ignores Missssspeelllllled.
> >
> > I can't reproduce this. For me, ispell-buffer tries only to correct
> > Missssspeelllllled.
>
> Hmm... I still see the same behavior on trunk from about 3 days ago:
>
> Bzr revision: 115610 monnier <at> iro.umontreal.ca-20131219140055-r6qdeooy5rrd4q1f
Hi,
I debugged this problem to start with my commit
http://bzr.savannah.gnu.org/lh/emacs/trunk/revision/110817
The reason is that `add-comment' is wrongly reset for new line instead of
`in-comment' (`add-comment' is automatically reset after `in-comment' for
each line).
Fix comitted to trunk as r116025. This must also go into emacs24.x branch.
Which is the best way to make this happen?
Regards,
--
Agustin
This bug report was last modified 11 years and 130 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.