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: Kai Großjohann
Subject: Re: backward-delete-char-untabify-method
Date: Mon, 09 Jun 2003 11:34:50 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

Sam Halliday <devnull@example.com> 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)

-- 
This line is not blank.


reply via email to

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