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

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

Re: Point of wrong window used in read-from-minibuffer?


From: Stefan Monnier
Subject: Re: Point of wrong window used in read-from-minibuffer?
Date: Sun, 17 Apr 2005 17:46:32 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

>     My patch tries to make save-window-excursion behave more like
>     select-window (and save-selected-window, and with-selected-window).

> That is not concrete.  Would you please document in a concrete
> fashion the behavior that you believe your patch will achieve?

I think a leading goal of my patch is to ensure what I find to be an
intuitively "obvious" equivalence:

       (save-window-excursion BODY)
equals
       (save-window-excursion (save-selected-window BODY))

I'm not sure how to describe the desired behavior, tho.


        Stefan




reply via email to

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