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

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

Re: Setting auto-indentation of braces


From: Juha Nieminen
Subject: Re: Setting auto-indentation of braces
Date: Mon, 09 Mar 2009 11:45:46 +0200
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Nikolaj Schumacher kirjoitti:
Here's my work-around:

(defun do-what-backspace-does () (interactive) (call-interactively (key-binding (kbd "<backspace>")))) (global-set-key "\C-h" 'do-what-backspace-does)

  When I do that and press the key in question, I just get an error:
Wrong type argument: commandp, nil


reply via email to

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