[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
address@hidden: Re: ":" in Scheme names.]
From: |
Aubrey Jaffer |
Subject: |
address@hidden: Re: ":" in Scheme names.] |
Date: |
Wed, 15 Jan 2003 23:15:30 -0500 (EST) |
I have heard nothing, so I assume that "info.el" has not been fixed.
------- Start of forwarded message -------
From: Aubrey Jaffer <address@hidden>
To: address@hidden
Cc: address@hidden, address@hidden
In-reply-to: <address@hidden> (address@hidden)
Subject: Re: ":" in Scheme names.
Date: Thu, 7 Nov 2002 21:16:12 -0500 (EST)
With this change, Emacs info-mode correctly indexes colon-containing
names in (existing) info files. 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
------- End of forwarded message -------
- address@hidden: Re: ":" in Scheme names.],
Aubrey Jaffer <=