emacs-devel
[Top][All Lists]
Advanced

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

Re: Problem in temp-buffer-resize-mode


From: Richard Stallman
Subject: Re: Problem in temp-buffer-resize-mode
Date: Thu, 02 Aug 2007 19:42:38 -0400

    Thanks for reporting this bug.  In fact a test like

       (=  (frame-width) (window-width))

    is used quite frequently in Elisp code and may fail in all these cases
    just as it did for you.  FWIW these tests should be replaced by calling
    a function `window-full-width-p' (the function `display-buffer' uses to
    check whether it should split the largest window).

Would you like to make these fixes, then ack?  They should be fixed in
Emacs 22, and will then get transferred to the trunk.





reply via email to

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