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

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

Re: Why function works but *not* in *C-language mode*???


From: seberino
Subject: Re: Why function works but *not* in *C-language mode*???
Date: Tue, 24 Sep 2002 13:22:22 -0700
User-agent: Mutt/1.4i

thanks... this did the trick.

CS
On Tue, Sep 24, 2002 at 12:13:55PM -0700, Eric Hanchrow wrote:
> c-mode probably replaces your binding of C-d with its own
> (c-electric-delete-forward).
> 
> Just add
> 
>         (local-set-key "\C-d" 'cs-kill-line)
> 
> to your c-mode-hook and it ought to work.
> -- 
> PGP Fingerprint: 3E7B A3F3 96CA 8958 ACC5  C8BD 6337 0041 C01C 5276

-- 
_______________________________________

Dr. Christian Seberino
SPAWAR Systems Center San Diego
Code 2363
49590 Lassing Rd. Rm. A339
San Diego, CA 92152-6147
U.S.A.

Phone: (619) 553-7940
Fax:   (619) 553-1269
Email: seberino@spawar.navy.mil
_______________________________________




reply via email to

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