emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] trunk r113747: lisp/frameset.el: Convert `frameset' to


From: Juanma Barranquero
Subject: Re: [Emacs-diffs] trunk r113747: lisp/frameset.el: Convert `frameset' to vector and add new slots.
Date: Thu, 8 Aug 2013 17:34:59 +0200

On Thu, Aug 8, 2013 at 4:40 PM, Stefan Monnier <address@hidden> wrote:

> BTW, I don't see anything in frameset-save which guarantees that it
> returns a valid frameset.

If you mean that app, name, description and properties are not
checked, er... good catch ;-)  (states, version and timestamp cannot
be wrong unless something fails catastrophically).

> I don't think there's a way to do that.  Why do you need it?

frameset-p, frameset-save and frameset-restore are the functions more
likely to be used from outside packages; it's good to have them
autoloaded to avoid require'ing unnecessarily.

Currently:

 emacs -Q
 M-: (set-register ?a '(file . "~/.emacs")) <RET>
 C-x r j a
 => Symbol's function definition is void: frameset-p

so I'll have to add a (require 'frameset), which is a pity.

     J



reply via email to

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