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

[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 <agj@alum.mit.edu>
To: karl@freefriends.org
Cc: eliz@is.elta.co.il, bug-texinfo@gnu.org
In-reply-to: <200211071419.gA7EJxX06324@f7.net> (karl@freefriends.org)
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 bug-texinfo@gnu.org
maintain "info.el" or should I send this to bug-emacs@gnu.org?

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 -------




reply via email to

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