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

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

bug#10348: 24.0.92; Save and load window states


From: Juri Linkov
Subject: bug#10348: 24.0.92; Save and load window states
Date: Thu, 22 Dec 2011 23:57:52 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (x86_64-pc-linux-gnu)

> Unless you have a better suggestion I'll apply (1) for Emacs 24.1 and
> try to propose a combination of (3) and (4) for later releases.

(7) Save window ids as numbers for referencing them when reading, e.g.

  (...
   (hc
    ...
    (id 3)
    (parameters
     (clone-of . 7))
    (leaf
     ...
     (id 7)
     (parameters
      (clone-of . 9))
     (buffer "*scratch*" ...))
    (vc
     (id 9)
     (parameters
      (clone-of . 3))
      ...
      )))





reply via email to

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