all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#712: No highlight with key-bindings in *Help* buffer
@ 2008-08-13 16:05 ` kimito
  2008-08-13 16:27   ` bug#713: " kimito
  2008-08-13 22:20   ` bug#712: " Emacs bug Tracking System
  0 siblings, 2 replies; 5+ messages in thread
From: kimito @ 2008-08-13 16:05 UTC (permalink / raw)
  To: bug-gnu-emacs


(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








^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#713: No highlight with key-bindings in *Help* buffer
  2008-08-13 16:05 ` bug#712: No highlight with key-bindings in *Help* buffer kimito
@ 2008-08-13 16:27   ` kimito
  2008-08-13 17:05     ` martin rudalics
  2008-08-13 22:20     ` bug#713: marked as done (No highlight with key-bindings in *Help* buffer) Emacs bug Tracking System
  2008-08-13 22:20   ` bug#712: " Emacs bug Tracking System
  1 sibling, 2 replies; 5+ messages in thread
From: kimito @ 2008-08-13 16:27 UTC (permalink / raw)
  Cc: bug-gnu-emacs


Sorry, below e-mail address is not mine.
> <kimmito@gmail.com>


this is correct one.

Kimito Yada <kimitto@gmail.com>



At Thu, 14 Aug 2008 01:05:33 +0900,
kimito <kimmito@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







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#713: No highlight with key-bindings in *Help* buffer
  2008-08-13 16:27   ` bug#713: " kimito
@ 2008-08-13 17:05     ` martin rudalics
  2008-08-13 22:20     ` bug#713: marked as done (No highlight with key-bindings in *Help* buffer) Emacs bug Tracking System
  1 sibling, 0 replies; 5+ messages in thread
From: martin rudalics @ 2008-08-13 17:05 UTC (permalink / raw)
  To: kimito; +Cc: 713

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







^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#713: marked as done (No highlight with key-bindings in *Help* buffer)
  2008-08-13 16:27   ` bug#713: " kimito
  2008-08-13 17:05     ` martin rudalics
@ 2008-08-13 22:20     ` Emacs bug Tracking System
  1 sibling, 0 replies; 5+ messages in thread
From: Emacs bug Tracking System @ 2008-08-13 22:20 UTC (permalink / raw)
  To: Chong Yidong

[-- Attachment #1: Type: text/plain, Size: 859 bytes --]


Your message dated Wed, 13 Aug 2008 18:13:28 -0400
with message-id <87od3wbm2f.fsf@stupidchicken.com>
and subject line Re: No highlight with key-bindings in *Help* buffer
has caused the Emacs bug report #712,
regarding No highlight with key-bindings in *Help* buffer
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
712: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=712
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3456 bytes --]

From: kimito <kimitto@gmail.com>
Cc: bug-gnu-emacs@gnu.org
Subject: Re: No highlight with key-bindings in *Help* buffer
Date: Thu, 14 Aug 2008 01:27:21 +0900
Message-ID: <uvdy4j2xi.wl%kimito@lapis.plala.or.jp>


Sorry, below e-mail address is not mine.
> <kimmito@gmail.com>


this is correct one.

Kimito Yada <kimitto@gmail.com>



At Thu, 14 Aug 2008 01:05:33 +0900,
kimito <kimmito@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




[-- Attachment #3: Type: message/rfc822, Size: 1316 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: kimito <kimmito@gmail.com>
Cc: 712-done@emacsbugs.donarmstrong.com
Subject: Re: No highlight with key-bindings in *Help* buffer
Date: Wed, 13 Aug 2008 18:13:28 -0400
Message-ID: <87od3wbm2f.fsf@stupidchicken.com>

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

Thanks for the bug report.  I believe this was already fixed in Emacs
22.2.


^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#712: marked as done (No highlight with key-bindings in *Help* buffer)
  2008-08-13 16:05 ` bug#712: No highlight with key-bindings in *Help* buffer kimito
  2008-08-13 16:27   ` bug#713: " kimito
@ 2008-08-13 22:20   ` Emacs bug Tracking System
  1 sibling, 0 replies; 5+ messages in thread
From: Emacs bug Tracking System @ 2008-08-13 22:20 UTC (permalink / raw)
  To: Chong Yidong

[-- Attachment #1: Type: text/plain, Size: 859 bytes --]


Your message dated Wed, 13 Aug 2008 18:13:28 -0400
with message-id <87od3wbm2f.fsf@stupidchicken.com>
and subject line Re: No highlight with key-bindings in *Help* buffer
has caused the Emacs bug report #712,
regarding No highlight with key-bindings in *Help* buffer
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact don@donarmstrong.com
immediately.)


-- 
712: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=712
Emacs Bug Tracking System
Contact don@donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3067 bytes --]

From: kimito <kimmito@gmail.com>
To: bug-gnu-emacs@gnu.org
Subject: No highlight with key-bindings in *Help* buffer
Date: Thu, 14 Aug 2008 01:05:33 +0900
Message-ID: <uwsikj3xu.wl%kimito@lapis.plala.or.jp>


(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





[-- Attachment #3: Type: message/rfc822, Size: 1316 bytes --]

From: Chong Yidong <cyd@stupidchicken.com>
To: kimito <kimmito@gmail.com>
Cc: 712-done@emacsbugs.donarmstrong.com
Subject: Re: No highlight with key-bindings in *Help* buffer
Date: Wed, 13 Aug 2008 18:13:28 -0400
Message-ID: <87od3wbm2f.fsf@stupidchicken.com>

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

Thanks for the bug report.  I believe this was already fixed in Emacs
22.2.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-08-13 22:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <87od3wbm2f.fsf@stupidchicken.com>
2008-08-13 16:05 ` bug#712: No highlight with key-bindings in *Help* buffer kimito
2008-08-13 16:27   ` bug#713: " kimito
2008-08-13 17:05     ` martin rudalics
2008-08-13 22:20     ` bug#713: marked as done (No highlight with key-bindings in *Help* buffer) Emacs bug Tracking System
2008-08-13 22:20   ` bug#712: " Emacs bug Tracking System

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.