unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* C-u with mouse event is ignored?
@ 2005-01-07 18:03 Drew Adams
  2005-01-08 15:34 ` Richard Stallman
  0 siblings, 1 reply; 5+ messages in thread
From: Drew Adams @ 2005-01-07 18:03 UTC (permalink / raw)


I'm probably missing something simple, but it looks like C-u followed by a
mouse event is ignored.

1) Is this by design or a bug?
2) If by design, shouldn't this be mentioned somewhere (e.g. node Prefix
Command Arguments of Emacs manual)?

Example:

(global-set-key [S-mouse-1] 'test)
(global-set-key [S-down-mouse-1] 'ignore) ; Get rid of `mouse-set-font'.

(defun test (arg) (interactive "P") (message "pref: %s" arg))

C-u followed by S-mouse-1 shows "arg: nil".

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

end of thread, other threads:[~2005-01-09  0:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-07 18:03 C-u with mouse event is ignored? Drew Adams
2005-01-08 15:34 ` Richard Stallman
2005-01-08 19:15   ` Drew Adams
2005-01-09  0:03     ` Stefan
2005-01-09  0:36       ` Drew Adams

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).