GNU bug report logs - #713
No highlight with key-bindings in *Help* buffer

Previous Next

Package: emacs;

Reported by: kimito <kimitto <at> gmail.com>

Date: Wed, 13 Aug 2008 16:35:04 UTC

Severity: normal

Merged with 712

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 713 in the body.
You can then email your comments to 713 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#713; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to kimito <kimitto <at> gmail.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: kimito <kimitto <at> gmail.com>
Cc: bug-gnu-emacs <at> gnu.org
Subject: Re: No highlight with key-bindings in *Help* buffer
Date: Thu, 14 Aug 2008 01:27:21 +0900
Sorry, below e-mail address is not mine.
> <kimmito <at> gmail.com>


this is correct one.

Kimito Yada <kimitto <at> gmail.com>



At Thu, 14 Aug 2008 01:05:33 +0900,
kimito <kimmito <at> gmail.com> wrote:
> 
> (emacs-version)
> -> "GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
>     of 2007-07-08 on CUBE"
> 
> 1. start emacs with -q option
> 2. eval (setq-default indent-tabs-mode nil)
> 3. M-x describe-bindings
> 
> In *Help* buffer, there is no underline
> (highlight as help-xref-button) on functions' name.
> 
> 
> How about this one?
> 
> diff -u c/:/util/meadow/lisp/help-mode.el c\:/util/meadow/lisp/help-mode.mod.el
> --- c:/util/meadow/lisp/help-mode.el 2007-07-08 14:28:08.001000000 +0900
> +++ c:/util/meadow/lisp/help-mode.mod.el 2008-07-29 10:01:32.839526100 +0900
> @@ -462,7 +462,7 @@
>          ;; Skip a single blank line.
>          (and (eolp) (forward-line))
>          (end-of-line)
> -        (skip-chars-backward "^\t\n")
> +        (skip-chars-backward "^ \t\n")
>          (if (and (>= (current-column) col)
>            (looking-at "\\(\\sw\\|-\\)+$"))
>       (let ((sym (intern-soft (match-string 0))))
> 
> Diff finished.  Tue Jul 29 10:01:45 2008
> 
> 
> Best Regards,
> Kimito Yada





Merged 712 713. Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Wed, 13 Aug 2008 17:05:07 GMT) Full text and rfc822 format available.

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#713; Package emacs. Full text and rfc822 format available.

Acknowledgement sent to martin rudalics <rudalics <at> gmx.at>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. Full text and rfc822 format available.

Message #12 received at 713 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: martin rudalics <rudalics <at> gmx.at>
To: kimito <kimitto <at> gmail.com>
Cc: 713 <at> debbugs.gnu.org
Subject: Re: bug#713: No highlight with key-bindings in *Help* buffer
Date: Wed, 13 Aug 2008 19:05:30 +0200
>> -> "GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
>>     of 2007-07-08 on CUBE"
>>
>> 1. start emacs with -q option
>> 2. eval (setq-default indent-tabs-mode nil)
>> 3. M-x describe-bindings
>>
>> In *Help* buffer, there is no underline
>> (highlight as help-xref-button) on functions' name.

Thank you for your report.  This is fixed in Emcas 22.2.  Please
upgrade.

martin





bug archived. Request was from Debbugs Internal Request <don <at> donarmstrong.com> to internal_control <at> emacsbugs.donarmstrong.com. (Thu, 11 Sep 2008 14:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 16 years and 287 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.