[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to configure the emacs tool-bar and other misc questions
From: |
Stefan Monnier |
Subject: |
Re: How to configure the emacs tool-bar and other misc questions |
Date: |
Tue, 18 Jan 2011 21:28:15 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> 1. Start emacs as emacs -Q
> 2. C-x 5 *Help*
> (New frame called *Help* opens and is active)
> 3. Switch back to original (*scratch*) frame
> 4. C-h m
> (This (*scratch*) frame splits and the help that appears in the lower
> half also appears in the other frame
You can fix it by adding
(setq display-buffer-reuse-frames t)
in your .emacs. If you think this should be the default behavior, then
say so via M-x report-emacs-bug.
Stefan
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: How to configure the emacs tool-bar and other misc questions,
Stefan Monnier <=