[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Info tooltip for *Menu items
From: |
Juri Linkov |
Subject: |
Re: Info tooltip for *Menu items |
Date: |
Fri, 18 Mar 2005 17:46:48 +0200 |
User-agent: |
Gnus/5.110002 (No Gnus v0.2) Emacs/22.0.50 (gnu/linux) |
David Hunter <hunterd42@comcast.net> writes:
> When the menu entry has an empty node name, the node name match
> (match-string 3) is "", not nil. This is submatch 1 of
> Info-following-node-name-re and is guaranteed to be non-nil. To fix
> this, the if should test match-string, not match-end. The correct
> test is found 10 lines down in (let ((node (if...)))).
Thanks for the patch. Due to provider's mail server problems
I just now started to receive Wednesday's messages. Since
I was not able to see your patch until now, I already fixed this bug,
but slightly differently: I retained the condition for testing
for match-end for the case if for some reasons (match-end 3) is nil,
so code will not display "mouse-2: go to " in this case.
Could you debug and find fixes for other unfixed Emacs bugs?
--
Juri Linkov
http://www.jurta.org/emacs/