all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Looking for a sneaky key binding
@ 2007-03-05  1:09 Dan Bensen
  2007-03-05  2:02 ` weber
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Dan Bensen @ 2007-03-05  1:09 UTC (permalink / raw)
  To: help-gnu-emacs

After making a new command, I wanted to bind it to M-C-|.
This form didn't work:
   (global-set-key <name> 'my-command)

where <name> was equal to
   "\M-\C-|"
   "\M-\C-\|"
   "|\M-\C-\||"

on separate attempts.  The error message was always
   "Invalid modifier in string".

So is there another trick somewhere that does this,
or is it not supported?

-- 
Dan
www.prairienet.org/~dsb

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

end of thread, other threads:[~2007-03-06 13:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-05  1:09 Looking for a sneaky key binding Dan Bensen
2007-03-05  2:02 ` weber
2007-03-05  2:37 ` David Hansen
     [not found] ` <mailman.438.1173062316.7795.help-gnu-emacs@gnu.org>
2007-03-05  3:23   ` Dan Bensen
2007-03-05  3:49     ` Dan Bensen
2007-03-06 13:07     ` Johan Bockgård
2007-03-06  4:44 ` Kevin Rodgers

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.