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

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

bug#37841: Missing in the Emacs manuals:


From: Konrad Podczeck
Subject: bug#37841: Missing in the Emacs manuals:
Date: Mon, 21 Oct 2019 02:30:24 +0200

There is no detailed example in the emacs manuals on how to migrate from using 
"special-display-frame-alist" and "special-display-regexps" to 
"display-buffer-alist."

E.g., how to migrate from 

(setq special-display-frame-alist
   (quote
    ((height . 42)
    (width . 83)
    (left . 770)
    (unsplittable)
    (tool-bar-lines . 0)
    (left-fringe . 0)
    (right-fringe . 0)
    (line-spacing . 0)
    (font . "Monaco-12")
    (top . 110))))

 and

(setq special-display-regexps '((".*output*" (right-fringe . 0) (left-fringe . 
0) (top . 330) (left . 152)
  (width . 86) (height . 32)
  (tool-bar-lines . 0) (font . "Menlo-10") (menu-bar-lines . 0)))

?

Konrad





reply via email to

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