unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* apropos links
@ 2002-06-03  9:59 alex
  2002-06-03 11:28 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: alex @ 2002-06-03  9:59 UTC (permalink / raw)


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

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

end of thread, other threads:[~2002-06-07  0:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-06-03  9:59 apropos links alex
2002-06-03 11:28 ` Eli Zaretskii
2002-06-03 21:49   ` Alex Schroeder
2002-06-07  0:46     ` Richard Stallman

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).