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

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

Re: C-;


From: Ehud Karni
Subject: Re: C-;
Date: Thu, 26 Oct 2000 12:40:38 +0200

On Wed, 25 Oct 2000 16:04:00 -0700, jonathan bright 
<jonathan.bright@onebox.com> wrote:
> 
> i'm unable to map Control SemiColon, for example:
> 
>       (define-key global-map "\C-;" 'forward-char)

The way to define Control ; (and any non ASCII Control char is:
    (define-key global-map [?\C-;] 'forward-char)

This will work only on X (not on ASCII terminal / Console).

Ehud.


-- 
 @@@@@@ @@@ @@@@@@ @    @   Ehud Karni  Simon & Wiesel  Insurance agency
     @    @      @  @@  @   Tel: +972-3-6212-757    Fax: +972-3-6292-544
     @    @ @    @ @  @@    (USA)  Fax  and  voice  mail:  1-815-5509341
     @    @ @    @ @    @        Better     Safe     Than     Sorry
 http://www.simonwiesel.co.il    mailto:ehud@unix.simonwiesel.co.il



reply via email to

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