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

[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 <m...@nschum.de> wrote:
> Ulrich Scholz <d...@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

Thanks, that did it.

Best regards,

Ulrich


reply via email to

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