[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Buffer listing in multiple frames/ttys
From: |
Lőrentey Károly |
Subject: |
Re: Buffer listing in multiple frames/ttys |
Date: |
Wed, 30 Nov 2005 14:21:39 +0100 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.52 (gnu/linux) |
Drew Adams <address@hidden> writes:
> C-x C-b from various buffers
>
> Perhaps there is a bug in the buffer list for each frame - or
> perhaps the doc (Info) is not clear? When I do (frame-parameter
> (selected-frame) 'buffer-list) in the different frames, each is a
> list of multiple buffers (in spite of pop-up-frames forcing one
> buffer per frame), and they are in different orders.
I think I have found the problem. When you use C-x 4 C-f, the new
buffer gets displayed by `pop-to-buffer', and that function records
the newly created buffer in the buffer list of the existing frame as
well as the new frame. This is clearly not right.
I removed the duplicate call to record_buffer in CVS.
--
Károly
- Re: Buffer listing in multiple frames/ttys, (continued)
- Re: Buffer listing in multiple frames/ttys, Lőrentey Károly, 2005/11/28
- RE: Buffer listing in multiple frames/ttys, Drew Adams, 2005/11/28
- Re: Buffer listing in multiple frames/ttys, Lőrentey Károly, 2005/11/28
- RE: Buffer listing in multiple frames/ttys, Drew Adams, 2005/11/28
- Re: Buffer listing in multiple frames/ttys, Luc Teirlinck, 2005/11/28
- RE: Buffer listing in multiple frames/ttys, Drew Adams, 2005/11/28
- Re: Buffer listing in multiple frames/ttys, Lőrentey Károly, 2005/11/29
- RE: Buffer listing in multiple frames/ttys, Drew Adams, 2005/11/29
- Re: Buffer listing in multiple frames/ttys, Luc Teirlinck, 2005/11/29
- RE: Buffer listing in multiple frames/ttys, Drew Adams, 2005/11/29
- Re: Buffer listing in multiple frames/ttys,
Lőrentey Károly <=
- Re: Buffer listing in multiple frames/ttys, Luc Teirlinck, 2005/11/29
- Re: Buffer listing in multiple frames/ttys, Chong Yidong, 2005/11/29
- Re: Buffer listing in multiple frames/ttys, Chong Yidong, 2005/11/29
- RE: Buffer listing in multiple frames/ttys, Drew Adams, 2005/11/29
- Re: Buffer listing in multiple frames/ttys, Luc Teirlinck, 2005/11/30
RE: Buffer listing in multiple frames/ttys, Drew Adams, 2005/11/30