GNU bug report logs -
#4153
error in `sentence-end-base'
Previous Next
Reported by: Štěpán Němec <stepnem <at> gmail.com>
Date: Sat, 15 Aug 2009 13:15:04 UTC
Severity: normal
Done: Kenichi Handa <handa <at> m17n.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
This is an automatic notification regarding your bug report
which was filed against the emacs package:
#4153: error in `sentence-end-base'
It has been closed by Kenichi Handa <handa <at> m17n.org>.
Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Kenichi Handa <handa <at> m17n.org> by
replying to this email.
--
4153: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=4153
Emacs Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
In article <874os8n3lq.fsf <at> cyd.mit.edu>, Chong Yidong <cyd <at> stupidchicken.com> writes:
> > there is obviously an error in the `sentence-end-base' variable,
> > defined in lisp/textmodes/paragraphs.el (and also set in sgml-mode.el
> > and texinfo.el) as:
> >
> > "[.?!][]\"'””)}]*"
> >
> > There are two `U+201D RIGHT DOUBLE QUOTATION MARK' characters in the
> > class
> The first cheracter has code-point 0x2149, and the second one has
> code-point 0x727D; both code-points refer to the character 8221.
> IIUC, this is some hold-over from pre-unicode Emacs. Handa, could you
> verify this? I assume it's ok to remove one of these characters?
Yes. I've just installed these changes.
2009-08-18 Kenichi Handa <handa <at> m17n.org>
* textmodes/paragraphs.el: Change to utf-8. Adjust coding cookie.
(sentence-end-without-space): Delete duplicated chars.
(sentence-end-base): Likewise.
* textmodes/sgml-mode.el: Change to utf-8. Adjust coding cookie.
(html-mode): Delete duplicated chars from sentence-end-base.
* textmodes/texinfo.el: Change to utf-8. Adjust coding cookie.
(texinfo-mode): Delete duplicated chars from sentence-end-base.
---
Kenichi Handa
handa <at> m17n.org
[Message part 3 (message/rfc822, inline)]
Hello,
there is obviously an error in the `sentence-end-base' variable,
defined in lisp/textmodes/paragraphs.el (and also set in sgml-mode.el
and texinfo.el) as:
"[.?!][]\"'””)}]*"
There are two `U+201D RIGHT DOUBLE QUOTATION MARK' characters in the
class; I suppose one of them should be different -- `U+2019 RIGHT SINGLE
QUOTATION MARK' perhaps?
I observed the error in the latest git sources and 23.1.50.1
emacs-snapshot package.
Štěpán Němec
This bug report was last modified 15 years and 273 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.