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

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

bug#9640: compilation bully mode


From: jidanni
Subject: bug#9640: compilation bully mode
Date: Sat, 01 Oct 2011 12:16:19 +0800

>>>>> "SM" == Stefan Monnier <monnier@iro.umontreal.ca> writes:
SM> (add-to-list 'display-buffer-alist
SM>              '("*Compilation*" display-buffer-same-window))
Sounds similar to the
(setq display-buffer-alist
 (cons '(((regexp . "\\*compilation.+\\*"))
         (function ; was "fun-with-args" before
          (lambda (buffer &rest args)
            (delete-other-windows)
            (let (display-buffer-alist)
              (display-buffer buffer 'same-window))))
         (override . t))
       display-buffer-alist))
in my http://jidanni.org/comp/configuration/.emacs that recently stopped
working :-(




reply via email to

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