> +  (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


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to