[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C-s and delete under Windows
From: |
Lennart Borgman |
Subject: |
Re: C-s and delete under Windows |
Date: |
Mon, 30 Mar 2009 22:30:00 +0200 |
On Mon, Mar 30, 2009 at 10:14 PM, Nikolaj Schumacher <me@nschum.de> wrote:
> Ulrich Scholz <d7@thispla.net> wrote:
>
>> Maybe the problem is my .emacs on Windows. I use the following:
>>
>> (global-set-key [backspace] 'backward-delete-char-untabify)
>
> Yes, it is. Because globally setting backspace, will override the
> meaning in `isearch-mode-map'. Try:
>
> (define-key isearch-mode-map [backspace] 'isearch-delete-char)
Why does setting it globally override the setting in isearch-mode-map?
Message not available