bug-texinfo
[Top][All Lists]
Advanced

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

Re: ":" in Scheme names.


From: Aubrey Jaffer
Subject: Re: ":" in Scheme names.
Date: Thu, 7 Nov 2002 21:16:12 -0500 (EST)

 | Date: Thu, 7 Nov 2002 09:19:59 -0500
 | From: address@hidden (Karl Berry)
 | 
 | Hi Aubrey,
 | 
 |     If a method fixes some readers and does no harm to the others,
 |     then it is worth doing.
 | 
 | I see your point, but I don't feel I can change the info output at
 | all for the upcoming release (next week, I hope).

My patch does not require any change in format.  With this change,
Emacs info-mode correctly indexes colon-containing names in info files
as they are now.  Does someone on address@hidden maintain
"info.el" or should I send this to address@hidden

cd /usr/share/emacs/21.2/lisp/
diff -c /usr/share/emacs/21.2/lisp/info.el\~ /usr/share/emacs/21.2/lisp/info.el
*** /usr/share/emacs/21.2/lisp/info.el~ Fri Dec 21 14:08:17 2001
--- /usr/share/emacs/21.2/lisp/info.el  Wed Nov  6 22:30:47 2002
***************
*** 1830,1836 ****
    (interactive "sIndex topic: ")
    (let ((orignode Info-current-node)
        (rnode nil)
!       (pattern (format "\n\\* +\\([^\n:]*%s[^\n:]*\\):[ \t]*\\([^.\n]*\\)\\.[ 
\t]*\\([0-9]*\\)"
                         (regexp-quote topic)))
        node
        (case-fold-search t))
--- 1830,1836 ----
    (interactive "sIndex topic: ")
    (let ((orignode Info-current-node)
        (rnode nil)
!       (pattern (format "\n\\* +\\([^\n]*%s[^\n]*\\):[ \t]+\\([^.\n]*\\)\\.[ 
\t]*\\([0-9]*\\)"
                         (regexp-quote topic)))
        node
        (case-fold-search t))

Diff finished at Wed Nov  6 22:32:26





reply via email to

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