emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r103854: Reimplementlist-processe


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r103854: Reimplementlist-processes in Lisp.
Date: Fri, 8 Apr 2011 13:03:05 +0200

On Fri, Apr 8, 2011 at 09:25, martin rudalics <address@hidden> wrote:

> The most simple way I can think of is

Nice, but

> (defun display-buffer-fit-window-to-buffer (buffer-or-name &optional
> not-this-window frame)
>  (let* (display-buffer-function
>         (window
>          (display-buffer buffer-or-name not-this-window frame)))
>    (fit-window-to-buffer window)
>    window))

who passes the FRAME argument? Because the docstring of
`display-buffer-function' speaks only of buffer-or-name and
not-this-window.

    Juanma



reply via email to

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