help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How specify key binding in .emacs in this line? (C-k and \C-k don't work


From: Chris Seberino
Subject: How specify key binding in .emacs in this line? (C-k and \C-k don't work)
Date: Thu, 22 Nov 2001 12:13:30 -0800
User-agent: Mutt/1.2.5i

I need to set last argument for this function to be character used as
binding for keyboard-quit.  Emacs chokes on last argument with
both these choices to specify C-k.  What is wrong and how specify
C-k???

(set-input-mode (car (current-input-mode)) (nth 1 (current-input-mode)) C-k)

(set-input-mode (car (current-input-mode)) (nth 1 (current-input-mode)) \C-k)


Thanks,

Chris



-- 
=======================================================
| Dr. Christian Seberino  || (619) 553-7940 (office1) |
| SPAWARSYSCEN 2733       || (619) 553-2564 (office2) |
| 53560 HULL ST           || (619) 553-6307 (fax)     |
| SAN DIEGO CA 92152-5001 || seberino@spawar.navy.mil |
=======================================================



reply via email to

[Prev in Thread] Current Thread [Next in Thread]