unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: alex@gnu.org
Subject: apropos links
Date: Mon,  3 Jun 2002 11:59:12 +0200	[thread overview]
Message-ID: <200206031159229.SM00219@BSI011.bsiag.com> (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

             reply	other threads:[~2002-06-03  9:59 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-03  9:59 alex [this message]
2002-06-03 11:28 ` apropos links Eli Zaretskii
2002-06-03 21:49   ` Alex Schroeder
2002-06-07  0:46     ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200206031159229.SM00219@BSI011.bsiag.com \
    --to=alex@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).