emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: Strange emacsclient behaviour during use of isearch


From: Stefan Monnier
Subject: Re: Strange emacsclient behaviour during use of isearch
Date: Mon, 12 Mar 2007 10:14:42 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.93 (gnu/linux)

> +  (condition-case nil
> +      ;; If we're running isearch, we must abort it to allow Emacs to
> +      ;; display the buffer and switch to it.
> +      (mapc #'(lambda (buffer)
> +             (with-current-buffer buffer
> +               (when (bound-and-true-p isearch-mode)
> +                 (isearch-cancel))))
> +         (buffer-list))
> +    ;; Signaled by isearch-cancel
> +    (quit (message nil)))

I still would like to know *why* the emacsclient buffer is not
even displayed.


        Stefan




reply via email to

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