all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* a question about keymaps
@ 2007-06-30 21:38 nusret
  2007-06-30 22:58 ` Peter Dyballa
  0 siblings, 1 reply; 6+ messages in thread
From: nusret @ 2007-06-30 21:38 UTC (permalink / raw)
  To: help-gnu-emacs

Dear list members,
I tried the following in my _emacs file:

(define-key function-key-map [S-C-mouse-3]
[C-mouse-1])

But it doesn't bring up the buffer menu (that was what
I expected). I get a message in the minibuffer:
"<C-mouse-1> is undefined".

On the other hand, the following advances the point by
one line (without any selection), but I get a message
"Function  returns invalid key sequence":

(define-key function-key-map [S-C-mouse-3] 'next-line)


All in all, obviously I'm doing something wrong, but I
couldn't figure it out yet.

QUESTION: How can I correct the first form so that it
does what I expect? Also, what causes this behavior?
I'm not claiming any bug whatsoever, I'm just trying
to understand, and actually the whole point of this
exercise was just that. 

I'll appreciate any explanation and/or hints.
thank you in advance.

nusret


      ____________________________________________________________________________________
Park yourself in front of a world of choices in alternative vehicles. Visit the Yahoo! Auto Green Center.
http://autos.yahoo.com/green_center/ 

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

end of thread, other threads:[~2007-07-01 15:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-30 21:38 a question about keymaps nusret
2007-06-30 22:58 ` Peter Dyballa
2007-06-30 23:25   ` nusret
2007-06-30 23:27   ` nusret
2007-07-01 14:30     ` Peter Dyballa
2007-07-01 15:08       ` nusret

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.