emacs-devel
[Top][All Lists]
Advanced

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

defstruct/copier and constructor: VERB-NOUN or NOUN-VERB


From: Jambunathan K
Subject: defstruct/copier and constructor: VERB-NOUN or NOUN-VERB
Date: Tue, 03 Sep 2013 14:33:50 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

>From ox.el (Org Trunk)

    (defstruct (org-export-backend (:constructor org-export-create-backend)
                                   )
      name parent transcoders options filters blocks menu)

The constructor is defined so that one gets the canonical prefix,
instead of the default.  Likewise for copier.

I am wondering whether elisp /can/ generate NAME-VERB by default rather
than the usual VERB-NAME.

I know nothing about Common Lisp.  So just throwing something in the
wild...






reply via email to

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