emacs-devel
[Top][All Lists]
Advanced

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

Re: isearch-repeat-forward: wrong overlay after failure


From: David Reitter
Subject: Re: isearch-repeat-forward: wrong overlay after failure
Date: Mon, 12 May 2008 08:21:19 +0100

On 12 May 2008, at 00:59, Juri Linkov wrote:

 (unless isearch-mode
(error "This command doesn't work when isearch mode is not active"))


Would this

 (unless isearch-mode
        (isearch-mode 1))

be not more reasonable?

- D

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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