> Why not do this as with `isearch-allow-scroll' t?  I don't know
> server.el, maybe something flashy like ...

Yuck.

> (cond
>  ((minibufferp))
>  ((buffer-local-value 'isearch-mode (current-buffer))
>   (let ((isearch-point (point))
>         (new-window (split-window)))
>     ;; ... do the server-switch-buffer stuff in the new window and
>     ;; return to the old ...
>     (isearch-adjust-after-window-configuration-change isearch-point)
>  (t ...

This does not obey server-window.  Adjusting it to obey server-window will
make the code even more twisted.


        Stefan


_______________________________________________
emacs-pretest-bug mailing list
emacs-pretest-bug@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to