[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C-s and delete under Windows
|
From: |
d7 |
|
Subject: |
Re: C-s and delete under Windows |
|
Date: |
Tue, 31 Mar 2009 00:18:19 -0700 (PDT) |
|
User-agent: |
G2/1.0 |
On 30 Mrz., 22:14, Nikolaj Schumacher <address@hidden> wrote:
> Ulrich Scholz <address@hidden> 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)
>
> regards,
> Nikolaj Schumacher
Thanks, that did it.
Best regards,
Ulrich