From unknown Sun Jun 22 07:50:55 2025 X-Loop: don@donarmstrong.com Subject: bug#713: No highlight with key-bindings in *Help* buffer Reply-To: kimito , 713@debbugs.gnu.org Resent-From: kimito Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 13 Aug 2008 16:35:04 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 713 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.12186448561147 (code B ref -1); Wed, 13 Aug 2008 16:35:04 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-2.6 required=4.0 tests=BAYES_00,FOURLA,GMAIL, MISSING_HEADERS,RCVD_IN_DNSWL_LOW autolearn=no version=3.2.3-bugs.debian.org_2005_01_02 Received: (at submit) by emacsbugs.donarmstrong.com; 13 Aug 2008 16:27:36 +0000 Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id m7DGRVN2001140 for ; Wed, 13 Aug 2008 09:27:33 -0700 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KTJC6-0007KU-Ab for bug-gnu-emacs@gnu.org; Wed, 13 Aug 2008 12:27:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KTJC4-0007Jp-SG for bug-gnu-emacs@gnu.org; Wed, 13 Aug 2008 12:27:30 -0400 Received: from [199.232.76.173] (port=37513 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KTJC4-0007Jj-OR for bug-gnu-emacs@gnu.org; Wed, 13 Aug 2008 12:27:28 -0400 Received: from msa02.plala.or.jp ([58.93.240.2]:50280 helo=msa02b.plala.or.jp) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KTJC2-00081J-DK for bug-gnu-emacs@gnu.org; Wed, 13 Aug 2008 12:27:27 -0400 Received: from VANILLA.lapis.plala.or.jp ([114.189.54.28]) by msa02b.plala.or.jp with ESMTP id <20080813162721.NBOP15544.msa02b.plala.or.jp@VANILLA.lapis.plala.or.jp>; Thu, 14 Aug 2008 01:27:21 +0900 Date: Thu, 14 Aug 2008 01:27:21 +0900 Message-ID: From: kimito Cc: bug-gnu-emacs@gnu.org In-Reply-To: References: User-Agent: Wanderlust/2.15.5 (Almost Unreal) SEMI/1.14.6 (Maruoka) LIMIT/1.14.9 (Domyoji) APEL/10.7 Emacs/22.1 (i386-mingw-nt5.1.2600) MULE/5.0 (SAKAKI) Meadow/3.00-dev (KIKU) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-VirusScan: Outbound; msa02b; Thu, 14 Aug 2008 01:27:21 +0900 X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 Sorry, below e-mail address is not mine. > this is correct one. Kimito Yada At Thu, 14 Aug 2008 01:05:33 +0900, kimito 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 From unknown Sun Jun 22 07:50:55 2025 X-Loop: don@donarmstrong.com Subject: bug#713: No highlight with key-bindings in *Help* buffer Reply-To: martin rudalics , 713@debbugs.gnu.org Resent-From: martin rudalics Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Wed, 13 Aug 2008 17:15:06 +0000 Resent-Message-ID: Resent-Sender: don@donarmstrong.com X-Emacs-PR-Message: report 713 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 713-submit@emacsbugs.donarmstrong.com id=B713.121864729214108 (code B ref 713); Wed, 13 Aug 2008 17:15:06 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.3-bugs.debian.org_2005_01_02 (2007-08-08) on rzlab.ucr.edu X-Spam-Level: X-Spam-Status: No, score=-6.4 required=4.0 tests=AWL,BAYES_00,FOURLA, HAS_BUG_NUMBER autolearn=ham version=3.2.3-bugs.debian.org_2005_01_02 Received: (at 713) by emacsbugs.donarmstrong.com; 13 Aug 2008 17:08:12 +0000 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with SMTP id m7DH88fd014033 for <713@emacsbugs.donarmstrong.com>; Wed, 13 Aug 2008 10:08:09 -0700 Received: (qmail invoked by alias); 13 Aug 2008 17:08:02 -0000 Received: from 62-47-38-123.adsl.highway.telekom.at (EHLO [62.47.38.123]) [62.47.38.123] by mail.gmx.net (mp002) with SMTP; 13 Aug 2008 19:08:02 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX1/d99kv+a7d/zpSuV0hFCx2MIwjx/gyfpXfSYtX+S IWzgoVB2VGlEie Message-ID: <48A3145A.5090405@gmx.at> Date: Wed, 13 Aug 2008 19:05:30 +0200 From: martin rudalics User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: kimito CC: 713@debbugs.gnu.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.67 >> -> "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