bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#32850: 27.0.50; window-swap-states doesn't swap window prev/next-buf


From: martin rudalics
Subject: bug#32850: 27.0.50; window-swap-states doesn't swap window prev/next-buffers
Date: Wed, 24 Oct 2018 11:45:05 +0200

> Then we desperately need functions that will serialize window
> configurations to writable window states to save them in the
> desktop file.

What's wrong with

(save-window-excursion
  (set-window-configuration configuration)
  (window-state-get nil t))

martin





reply via email to

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