bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#27978: Detection of section name in man.el


From: Grégory Mounié
Subject: bug#27978: Detection of section name in man.el
Date: Sun, 6 Aug 2017 01:44:19 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1


When parsing manual in languages with non-ascii letters, the section names using non-ascii letters are not added to the table of content.

I noticed the bug reading the French bash manual: the quite useful "COMMANDES INTERNES DE l'INTERPRÉTEUR" section does not appear (SHELL BUILTIN COMMAND). (because of the É letter)

I propose to use Character class instead of ascii interval in the appropriate regexp defvar. It should not change anything for english manual and it should work for many other languages.

 It works great for the bash manual in French.
 Grégory Mounié

Attachment: 0001-Unicode-support-for-man-section-name-detection.patch
Description: Text Data


reply via email to

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