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

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

Re: customize-*-other-window cmds don't respect special-display* values


From: Stefan Monnier
Subject: Re: customize-*-other-window cmds don't respect special-display* values
Date: Mon, 17 Jan 2005 10:57:31 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (gnu/linux)

> (let ((window (selected-window))
>             ;; Copied from `custom-buffer-create-other-window'.
>             (pop-up-windows t)
>             (special-display-buffer-names nil)
>             (special-display-regexps nil)
>             (same-window-buffer-names nil)
>             (same-window-regexps nil))
>         (pop-to-buffer name)
>         (select-window window))

> To me, this is a bug - setting the special-display* variables to nil
> short-circuits my attempts to make the customize-*-other-window commands
> behave as the other customize buffers behave.

Agreed.  Setting same-window-* to nil is probably OK, but we should never
mess with special-display-*.


        Stefan




reply via email to

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