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

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

apropos links


From: alex
Subject: apropos links
Date: Mon, 3 Jun 2002 11:59:12 +0200

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.2.1 (i386-msvc-nt5.0.2195)
 of 2002-03-19 on buffy
configured using `configure --with-msvc (12.00)'
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: DES
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:



The result of the apropos buffer looks great.  The symbols are
hilighted, and RET runs the command apropos-follow.  Using mouse-2,
however, does not work!

When I use C-h k, I find the following:

<mouse-2> at that spot runs the command apropos-mouse-follow

And indeed, in the Messages buffer, I find this:

apropos-mouse-follow: There is nothing to follow here [2 times]

Thus the function gets called, but it fails somehow.
Here is the code:

      (or (and (not (eobp)) (get-text-property (point) 'mouse-face))
          (and (not (bobp)) (get-text-property (1- (point)) 'mouse-face))
          (error "There is nothing to follow here"))

Now for the text properties in the Apropos buffer, using M-x
list-text-properties-at:

Text properties at 235:

face                 info-xref
item                 get-buffer-process

Thus, the mouse-face property is not there.
The info-xref is there because 
apropos-symbol-face's value is info-xref

Perhaps this is related to another variable?

apropos-label-face's value is 
(face italic mouse-face highlight)


Alex.


Recent input:
r p <backspace> <backspace> p r o c e s s C-h f <return> 
C-h f u <backspace> b u f f e r - r p <tab> <backspace> 
<backspace> <backspace> p <backspace> - p <tab> <backspace> 
<tab> <tab> <tab> <tab> C-g <escape> x a p r o p o 
s <return> b u f f e r - . * p r o c e s s <left> <left> 
<left> <left> <left> <left> <left> <left> <left> <left> 
<right> <backspace> <return> <down-mouse-2> <mouse-2> 
<down-mouse-1> <mouse-1> <down-mouse-2> <mouse-2> <return> 
<escape> x r e p o r t - e <tab> <return>

Recent messages:
Auto-saving...done
Wrote c:/ORANT/NETWORK/ADMIN/tnsnames.ora
Type M-x switch-to-buffer-other-window RET to restore the other window.  C-M-v 
to scroll the help. [2 times]
You didn't specify a function
Making completion list...
setq: Quit
Loading apropos...done
apropos-mouse-follow: There is nothing to follow here [2 times]
Type M-x switch-to-buffer-other-window RET to restore the other window.  C-M-v 
to scroll the help.
Loading emacsbug...done




reply via email to

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