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

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

Re: backward-delete-char-untabify-method


From: Sam Halliday
Subject: Re: backward-delete-char-untabify-method
Date: Mon, 9 Jun 2003 10:50:02 +0100

Kai Großjohann wrote:
> Sam Halliday writes:
> > yes you are correct about c-mode as well; damn, i will be using that
> > mode. can you think of a workaround?
> 
> You mean, bind DEL to your command in those modes?
> 
> (defun sam-keys ()
>   (local-set-key (kbd "DEL") 'sam-backspace))
> (add-hook 'c-mode-hook 'sam-keys)
> (add-hook 'emacs-lisp-mode-hook 'sam-keys)

thank you very much Kai and Stefan, your help is greatly appreciated!

Sam


reply via email to

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