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

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

Re: nil indent-tabs-mode in *Help* removes links


From: Stephen Berman
Subject: Re: nil indent-tabs-mode in *Help* removes links
Date: Mon, 02 Jul 2007 00:08:47 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

On Sun, 01 Jul 2007 23:50:40 +0200 martin rudalics <rudalics@gmx.at> wrote:

>> I can reproduce this in GNU Emacs 22.1.1 (i686-pc-linux-gnu, GTK+
>> Version 2.10.6) of 2007-06-02 on escher and in GNU Emacs 22.1.50.6
>> (i686-pc-linux-gnu, GTK+ Version 2.10.6) of 2007-06-30 on escher.  In
>> both, however, there are two exceptions to the lost links: C-M-x
>> eval-defun
>> M-x             execute-extended-command
>
> Likely a typo.  Does it work if you replace the line
>
>                     (skip-chars-backward "^\t\n")
>
> in `help-make-xrefs' with
>
>                     (skip-chars-backward "^ \t\n")

Yep, this fixes it!

Steve Berman





reply via email to

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