From: Chong Yidong <cyd@stupidchicken.com>
To: "Lennart Borgman \(gmail\)" <lennart.borgman@gmail.com>
Cc: rms@gnu.org, emacs-devel@gnu.org
Subject: Re: [lennart.borgman@gmail.com: C-h k does not catch text properies keymaps]
Date: Mon, 05 Mar 2007 17:11:42 -0500 [thread overview]
Message-ID: <87zm6rmjc1.fsf@stupidchicken.com> (raw)
In-Reply-To: <45EC8CB5.60307@gmail.com> (Lennart Borgman's message of "Mon\, 05 Mar 2007 22\:33\:41 +0100")
"Lennart Borgman (gmail)" <lennart.borgman@gmail.com> writes:
>> Actually, it _is_ correct. Do
>>
>> M-x debug-on-entry RET mouse-drag-region RET
>>
>> and you'll find that clicking at that spot indeed first runs
>> mouse-drag-region.
>
>
> Ok, thanks. I can see it is partly correct and useful. But the
> information about the other function, should not that be shown too?
What I see in the help buffer, following your test code, is the
following; both the down-mouse and up-mouse event are reported, so I
don't think there's a bug present:
<down-mouse-1> at that spot runs the command mouse-drag-region
which is an interactive compiled Lisp function in `mouse.el'.
It is bound to <down-mouse-1>.
(mouse-drag-region start-event)
Set the region to the text that the mouse is dragged over.
Highlight the drag area as you move the mouse.
This must be bound to a button-down mouse event.
In Transient Mark mode, the highlighting remains as long as the mark
remains active. Otherwise, it remains until the next input event.
If the click is in the echo area, display the `*Messages*' buffer.
----------------- up-event ----------------
<mouse-1> at that spot runs the command (lambda nil "This is the lambda for mouse-1" (interactive) (message "lambda for mouse-1 here"))
which is an interactive Lisp function.
It is bound to <mouse-1>.
(anonymous)
This is the lambda for mouse-1
next prev parent reply other threads:[~2007-03-05 22:11 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-03-05 2:56 [lennart.borgman@gmail.com: C-h k does not catch text properies keymaps] Richard Stallman
2007-03-05 15:27 ` Chong Yidong
2007-03-05 21:21 ` David Kastrup
2007-03-05 21:33 ` Lennart Borgman (gmail)
2007-03-05 22:11 ` Chong Yidong [this message]
2007-03-05 22:35 ` Lennart Borgman (gmail)
2007-03-05 22:38 ` Chong Yidong
2007-03-05 23:30 ` Lennart Borgman (gmail)
2007-03-06 22:36 ` Richard Stallman
2007-03-06 22:48 ` Lennart Borgman (gmail)
2007-03-07 9:10 ` Richard Stallman
2007-03-07 12:01 ` Lennart Borgman (gmail)
2007-03-17 20:32 ` Viper doesn't properly handle C-h k for mouse clicks Chong Yidong
2007-03-21 16:19 ` Chong Yidong
2007-03-21 17:01 ` Michael Kifer
2007-03-06 16:01 ` [lennart.borgman@gmail.com: C-h k does not catch text properies keymaps] Richard Stallman
2007-03-06 17:25 ` Lennart Borgman (gmail)
2007-03-05 21:50 ` 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87zm6rmjc1.fsf@stupidchicken.com \
--to=cyd@stupidchicken.com \
--cc=emacs-devel@gnu.org \
--cc=lennart.borgman@gmail.com \
--cc=rms@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 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.