emacs-devel
[Top][All Lists]
Advanced

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

Backquote


From: Herbert Euler
Subject: Backquote
Date: Wed, 12 Apr 2006 08:56:03 +0800

Hello,

To understand how ` works, I read lisp/emacs-lisp/backquote.el.
And I found:

   ;; When the Lisp reader sees `(...), it generates (\` (...)).
;; When it sees ,... inside such a backquote form, it generates (\, ...).
   ;; For ,@... it generates (\,@ ...).

Do all Lisp readers have this feature?  And is behavior of backquote
in GNU Emacs simillar to other Lisp implementations, especially for
nested backquotes?

Thanks in advance.

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/





reply via email to

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