emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r110847: Mention a few more gv.el


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r110847: Mention a few more gv.el features in the lispref
Date: Mon, 12 Nov 2012 00:23:23 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110847
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-11-12 00:23:23 -0800
message:
  Mention a few more gv.el features in the lispref
  
  * doc/lispref/variables.texi (Adding Generalized Variables):
  At least mention gv-define-expander and gv-letplace.
modified:
  doc/lispref/ChangeLog
  doc/lispref/variables.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-11-11 01:16:25 +0000
+++ b/doc/lispref/ChangeLog     2012-11-12 08:23:23 +0000
@@ -1,3 +1,8 @@
+2012-11-12  Glenn Morris  <address@hidden>
+
+       * variables.texi (Adding Generalized Variables):
+       At least mention gv-define-expander and gv-letplace.
+
 2012-11-11  Glenn Morris  <address@hidden>
 
        * debugging.texi (Error Debugging): Mention debug-on-message.

=== modified file 'doc/lispref/variables.texi'
--- a/doc/lispref/variables.texi        2012-11-11 00:20:51 +0000
+++ b/doc/lispref/variables.texi        2012-11-12 08:23:23 +0000
@@ -2133,12 +2133,14 @@
 @end example
 @end defmac
 
address@hidden FIXME?  Not sure what, if anything, to say about this.
address@hidden
address@hidden gv-define-expander name handler
-This is the most general way to define a new @code{setf} expansion.
address@hidden defmac
address@hidden ignore
address@hidden gv-define-expander
address@hidden gv-letplace
address@hidden FIXME?  Not sure what or how much to say about these.
address@hidden See cl.texi for an example of using gv-letplace.
+For more control over the expansion, see the macro @code{gv-define-expander}.
+The macro @code{gv-letplace} can be useful in defining macros that
+perform similarly to @code{setf}; for example, the @code{incf} macro
+of Common Lisp.  Consult the source file @file{gv.el} for more details.
 
 @cindex CL note---no @code{setf} functions
 @quotation


reply via email to

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