help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: display-buffer-alist


From: martin rudalics
Subject: Re: display-buffer-alist
Date: Thu, 10 Nov 2011 09:22:10 +0100
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

> Thanks for the help.  The problem was with display-buffer-for-wide-screen.el
>
> 
http://www.emacswiki.org/cgi-bin/wiki/download/display-buffer-for-wide-screen.el
>
> Once I removed that from my .emacs, things worked fine.

What precisely failed?  I didn't look at it but it hooks in at a lower
level (namely that of `display-buffer-function') so it should still work
with Emacs 24.

> I would still like to see a proper example of elisp code setting the
> display-buffer-alist.

Elisp code should not do that.  `display-buffer-alist' is reserved for
users as in

(customize-set-variable
 'display-buffer-alist '((".*" . (display-buffer-same-window . nil))))

Unfortunately, so far there's no common agreement on what the ALIST
argument of `display-buffer-same-window' is supposed to accomplish.

martin



reply via email to

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