all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Make things like ' , . ; into prefix keys?
@ 2003-10-05  4:02 Joe Corneli
  2003-10-05  4:55 ` Martin Stone Davis
  0 siblings, 1 reply; 3+ messages in thread
From: Joe Corneli @ 2003-10-05  4:02 UTC (permalink / raw)


Any suggestions on how to make C-' etc. into prefix keys?

(global-set-key "\C-." (make-keymap))

for example results in

(error "Invalid modifier in string")

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

* Re: Make things like ' , . ; into prefix keys?
  2003-10-05  4:02 Make things like ' , . ; into prefix keys? Joe Corneli
@ 2003-10-05  4:55 ` Martin Stone Davis
  0 siblings, 0 replies; 3+ messages in thread
From: Martin Stone Davis @ 2003-10-05  4:55 UTC (permalink / raw)


Joe Corneli wrote:
> Any suggestions on how to make C-' etc. into prefix keys?
> 
> (global-set-key "\C-." (make-keymap))
> 
> for example results in
> 
> (error "Invalid modifier in string")

(global-set-key [?\C-.] (make-keymap))

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

* Re: Make things like ' , . ; into prefix keys?
       [not found] <mailman.1126.1065326588.21628.help-gnu-emacs@gnu.org>
@ 2003-10-16 21:13 ` Kai Grossjohann
  0 siblings, 0 replies; 3+ messages in thread
From: Kai Grossjohann @ 2003-10-16 21:13 UTC (permalink / raw)


Joe Corneli <jcorneli@math.utexas.edu> writes:

> (global-set-key "\C-." (make-keymap))

(global-set-key (kbd "C-.") ...)

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

end of thread, other threads:[~2003-10-16 21:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-05  4:02 Make things like ' , . ; into prefix keys? Joe Corneli
2003-10-05  4:55 ` Martin Stone Davis
     [not found] <mailman.1126.1065326588.21628.help-gnu-emacs@gnu.org>
2003-10-16 21:13 ` Kai Grossjohann

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.