[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: C-s and delete under Windows
From: |
Nikolaj Schumacher |
Subject: |
Re: C-s and delete under Windows |
Date: |
Mon, 30 Mar 2009 22:14:15 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.0.91 (darwin) |
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)
regards,
Nikolaj Schumacher
Message not available