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

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

Re: ILC2005: McCarthy denounces Common Lisp, "Lisp", XML, and Rahul


From: Ivan Boldyrev
Subject: Re: ILC2005: McCarthy denounces Common Lisp, "Lisp", XML, and Rahul
Date: Thu, 07 Jul 2005 16:24:57 +0700
User-agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.4 (gnu/linux)

On 9162 day of my life Pascal Bourguignon wrote:
>>> [ Now, if anybody could explain me why it doesn't work automatically
>>>   when I put this in my ~/.emacs:
>>>
>>>     (case window-system
>>>       ((nil)
>>>        (message "houra")
>>>        (normal-erase-is-backspace-mode)) ; never works :-(
>>
>> Does at least (message "houra") work?
>> Try also to use (normal-erase-is-backspace-mode 1)
>
> Yes, houra is logged.  And with:
>   (setq inhibit-default-init t) ; and
>   (normal-erase-is-backspace-mode 1) ; it still leaves
> C-h bound to delete-backward-char, and
> DEL translated to C-d bound to delete-char

What about

(add-hook 'emacs-startup-hook
  (lambda ()
     (case window-system
       ...)))

-- 
Ivan Boldyrev

                  Sorry my terrible English, my native language is Lisp!


reply via email to

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