[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Emacs 21.1: indirect buffers don't work properly with *info*
From: |
Stefan Monnier |
Subject: |
Re: Emacs 21.1: indirect buffers don't work properly with *info* |
Date: |
12 Nov 2001 13:30:17 -0500 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1.50 |
>>>>> "Alan" == Alan Mackenzie <none@example.invalid> writes:
> C-h i ; enter info
> m emacs
> m indirect ; move to a typical info page
> C-x 4 c ; clone the buffer *info* as *info*<2>.
> u ; move "up" in buffer *info*<2>
> *info*<2> now displays the parent node correctly. *info* has its
> narrowing removed and its window displays the start of the entire buffer.
There really isn't much we can do about it.
Indirect *info* buffers just don't make much sense.
Maybe C-x 4 c should know about it and use clone-buffer
(i.e. not `indirect') for things like *info*.
In the mean time, just don't use C-x 4 c but use M-n or `C-u m emacs'.
Stefan