all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [ottomaddox@fastmail.fm: Incorrect help for mouse click]
@ 2006-03-06  0:51 Richard Stallman
  2006-03-06 19:01 ` Chong Yidong
  2006-03-06 20:30 ` Chong Yidong
  0 siblings, 2 replies; 3+ messages in thread
From: Richard Stallman @ 2006-03-06  0:51 UTC (permalink / raw)


Would someone please DTRT and ack this message?

------- Start of forwarded message -------
From: "Otto Maddox" <ottomaddox@fastmail.fm>
To: emacs-pretest-bug@gnu.org
Content-Disposition: inline
Content-Type: text/plain; charset="ISO-8859-1"
MIME-Version: 1.0
Date: Fri, 03 Mar 2006 17:22:34 +0000
Subject: Incorrect help for mouse click

Go into a dired buffer.  Hover the mouse pointer over a file or
directory name.  The popup tooltip says "mouse-1: visit this file in
another window".  But doing `C-h k' and then clicking with mouse-1
displays *Help* for <down-mouse-1> (mouse-drag-region).  I don't know
if this is "technically" correct, but in any case, it is very
confusing.  I am using a one-button mouse on Mac OS X.

If emacs crashed, and you have the emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
/Applications/Emacs.app/Contents/Resources/etc/DEBUG for instructions.


In GNU Emacs 22.0.50.1 (powerpc-apple-darwin8.5.0)
 of 2006-03-01
X server distributor `Apple Computers', version 10.4.5
configured using `configure '--without-x' '--prefix=/usr/local''

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: nil
  locale-coding-system: iso-8859-1
  default-enable-multibyte-characters: t

Major mode: Dired by name

Minor modes in effect:
  encoded-kbd-mode: t
  tooltip-mode: t
  auto-compression-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  line-number-mode: t

Recent input:
<help-echo> <help-echo> <down-mouse-1> <mouse-1> C-x 
d <up> <down> <down> <return> <help-echo> C-h k <down-mouse-1> 
<mouse-1> M-x r e p o <tab> r <tab> <return>

Recent messages:
Loading dired...
Loading regexp-opt...done
Loading dired...done
next-history-element: Beginning of history; no preceding item
next-history-element: End of history; no next item
Loading help-mode...done
Loading help-fns...done
Type C-x 1 to remove help window.  
Making completion list...
Loading emacsbug...done

- -- 
http://www.fastmail.fm - IMAP accessible web-mail



_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
------- End of forwarded message -------

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

* Re: [ottomaddox@fastmail.fm: Incorrect help for mouse click]
  2006-03-06  0:51 [ottomaddox@fastmail.fm: Incorrect help for mouse click] Richard Stallman
@ 2006-03-06 19:01 ` Chong Yidong
  2006-03-06 20:30 ` Chong Yidong
  1 sibling, 0 replies; 3+ messages in thread
From: Chong Yidong @ 2006-03-06 19:01 UTC (permalink / raw)
  Cc: emacs-devel

Richard Stallman <rms@gnu.org> writes:

> Would someone please DTRT and ack this message?
>
> From: "Otto Maddox" <ottomaddox@fastmail.fm>
> Subject: Incorrect help for mouse click
> To: emacs-pretest-bug@gnu.org
>
> Go into a dired buffer.  Hover the mouse pointer over a file or
> directory name.  The popup tooltip says "mouse-1: visit this file in
> another window".  But doing `C-h k' and then clicking with mouse-1
> displays *Help* for <down-mouse-1> (mouse-drag-region).  I don't know
> if this is "technically" correct, but in any case, it is very
> confusing.

It is not incorrect, since there is both a `down-mouse-1' binding and
a `mouse-1' binding (actually, `mouse-2' translated to `mouse-1' by
the mouse-1-click-follows-link mechanism.)  Maybe the solution is for
C-h k to also display the mouse-X binding when it detects a
down-mouse-X event.

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

* Re: [ottomaddox@fastmail.fm: Incorrect help for mouse click]
  2006-03-06  0:51 [ottomaddox@fastmail.fm: Incorrect help for mouse click] Richard Stallman
  2006-03-06 19:01 ` Chong Yidong
@ 2006-03-06 20:30 ` Chong Yidong
  1 sibling, 0 replies; 3+ messages in thread
From: Chong Yidong @ 2006-03-06 20:30 UTC (permalink / raw)
  Cc: emacs-devel

Richard Stallman <rms@gnu.org> writes:

> Would someone please DTRT and ack this message?
>
> From: "Otto Maddox" <ottomaddox@fastmail.fm>
> Subject: Incorrect help for mouse click
> To: emacs-pretest-bug@gnu.org
>
> Go into a dired buffer.  Hover the mouse pointer over a file or
> directory name.  The popup tooltip says "mouse-1: visit this file in
> another window".  But doing `C-h k' and then clicking with mouse-1
> displays *Help* for <down-mouse-1> (mouse-drag-region).  I don't know
> if this is "technically" correct, but in any case, it is very
> confusing.  I am using a one-button mouse on Mac OS X.

On further investigation, I found out there was code to handle this
situation in describe-key, which wasn't being activated because of a
bug.  It should work fine now.

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

end of thread, other threads:[~2006-03-06 20:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-06  0:51 [ottomaddox@fastmail.fm: Incorrect help for mouse click] Richard Stallman
2006-03-06 19:01 ` Chong Yidong
2006-03-06 20:30 ` Chong Yidong

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.