* [Noah Friedman] Man-softhyphen-to-minus
@ 2014-08-02 7:46 Stefan Monnier
2014-08-02 7:57 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Stefan Monnier @ 2014-08-02 7:46 UTC (permalink / raw)
To: emacs-devel
[-- Attachment #0: Type: message/rfc822, Size: 2853 bytes --]
From: Noah Friedman <noah@splode.com>
To: monnier@iro.umontreal.ca
Subject: Man-softhyphen-to-minus
Date: Thu, 31 Jul 2014 15:51:18 -0700 (PDT)
Message-ID: <20140731155118.94932.FMU1898@unexploded-cow.prv.splode.com>
Now that compare-strings is more rigidly bounds checking, the function
Man-softhyphen-to-minus is signalling an error when I have
current-language-environment set to "UTF-8".
I think
(compare-strings "latin-" 0 nil current-language-environment 0 6 t)
should probably be
(compare-strings "latin-" 0 nil current-language-environment 0 nil t)
I'm not sure what the current rules of the tree are, so I didn't want to
commit this myself.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Noah Friedman] Man-softhyphen-to-minus
2014-08-02 7:46 [Noah Friedman] Man-softhyphen-to-minus Stefan Monnier
@ 2014-08-02 7:57 ` Glenn Morris
0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2014-08-02 7:57 UTC (permalink / raw)
To: Stefan Monnier; +Cc: emacs-devel
Dupe of http://debbugs.gnu.org/cgi/bugreport.cgi?bug=17903.
I've been waiting a month now for a comment.
This change isn't documented, brings no user-visible benefit AFAICS
(rather the opposite), and I see no interest in fixing the problems it
creates.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-08-02 7:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-02 7:46 [Noah Friedman] Man-softhyphen-to-minus Stefan Monnier
2014-08-02 7:57 ` Glenn Morris
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).