emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noah Friedman] Man-softhyphen-to-minus


From: Stefan Monnier
Subject: [Noah Friedman] Man-softhyphen-to-minus
Date: Sat, 02 Aug 2014 03:46:02 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

--- Begin Message --- Subject: Man-softhyphen-to-minus Date: Thu, 31 Jul 2014 15:51:18 -0700 (PDT)
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.



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]