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

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

Re: Toggle commenting in auctex?


From: Johan Bockgård
Subject: Re: Toggle commenting in auctex?
Date: Fri, 18 Apr 2008 12:48:18 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux)

saneman <ddd@sdf.com> writes:

> In emacs 'd' and the 'delete' key are the same for some reason. Is
> there a way to assign the operation to 'd' without also assigning it
> too 'delete'?

(global-set-key "\C-d" 'comment-dwim)
(define-key function-key-map [delete] [deletechar])

-- 
Johan Bockgård


reply via email to

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