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: Stefan Monnier
Subject: Re: [Emacs-diffs] trunk r113747: lisp/frameset.el: Convert `frameset' to vector and add new slots.
Date: Thu, 08 Aug 2013 12:32:25 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>> 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.

Hmm... why don't you use registerv-make (and get rid of the
frameset-specific code in register.el)?  That's what it was added for.


        Stefan



reply via email to

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