GNU bug report logs - #17589
24.3.91; lisp/frameset.el

Previous Next

Package: emacs;

Reported by: eg5cue <at> gmail.com

Date: Sun, 25 May 2014 19:47:02 UTC

Severity: normal

Tags: patch

Done: Stefan Kangas <stefan <at> marxist.se>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: martin rudalics <rudalics <at> gmx.at>
To: Arash Cue <eg5cue <at> gmail.com>
Cc: Juanma Barranquero <lekktu <at> gmail.com>, Stefan Monnier <monnier <at> iro.umontreal.ca>, 17589 <at> debbugs.gnu.org
Subject: bug#17589: 24.3.91; lisp/frameset.el
Date: Tue, 27 May 2014 19:14:38 +0200
> (if writable (buffer-name buffer) buffer)
> to
> (if writable buffer (buffer-name buffer))
> and it get fixed. ^_^

Because `frameset-save' calls `window-state-get' with WRITABLE t.
Probably `frameset-save' could use a WRITABLE argument too (passing it
on to `window-state-get') and `frameset-to-register' would call
`frameset-save' with WRITABLE nil.  IIUC this should fix your bug but
not the problem of restoring framesets from printed representations.

martin




This bug report was last modified 3 years and 225 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.