emacs-devel
[Top][All Lists]
Advanced

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

Re: Window configurations


From: martin rudalics
Subject: Re: Window configurations
Date: Wed, 02 Jun 2010 15:00:01 +0200
User-agent: Thunderbird 2.0.0.21 (Windows/20090302)

>> Similar problems exist for `buffer-list' and `last-buffer'.
>
> I don't see the same problem in `buffer-list' because it has
> guards `FRAMEP (frame)' and `CHECK_FRAME (frame)'.

Try evaluating

(let ((list (list "*scratch*")))
  (set-frame-parameter nil 'buffer-list (setcdr list list))
  (buffer-list (selected-frame)))

;-)

martin



reply via email to

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