emacs-devel
[Top][All Lists]
Advanced

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

Re: How to restore the layout?


From: Juanma Barranquero
Subject: Re: How to restore the layout?
Date: Fri, 5 Jul 2013 17:40:56 +0200

On Fri, Jul 5, 2013 at 5:39 PM, martin rudalics <address@hidden> wrote:

> by the (completely untested)
>
>     (let ((buffer ((get-buffer (car state)))))
>       (if buffer
>           (set-window-buffer window buffer)
>         (switch-to-prev-buffer window)))

I think I'd be OK with that, but doesn't it need to save the buffer list?

  J



reply via email to

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