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 15:43:36 +0200

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

> You could make it more clearly internal by renaming it to something like
> frameset--super-dangerous-constructor-do-not-use.

Well, I could, but I expect users of the package will take the hint
that everything else is documented and make-frameset is not.

> You could also replace it with a constructor that does the right thing.
> Something like
  [...]
> But I find this way really hideous.

"Hideous" is too nice a word.

> No, I don't think there's such a thing as slot-doc-strings ;-)
> Neither in cl-defstruct, nor in Common-Lisp itself.

Well, (put 'SLOT 'function-doctstring "Doc") is then.

BTW, how do I mark the built-in frameset-p as autoloaded?

    J



reply via email to

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