help-gnu-emacs
[Top][All Lists]
Advanced

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

Syntax question for experts


From: Sébastien Vauban
Subject: Syntax question for experts
Date: Fri, 23 May 2008 08:48:25 +0200
User-agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.60 (gnu/linux)

Hi,

A quick question...

I've seen both

--8<---------------cut here---------------start------------->8---
(add-hook 'shell-mode-hook
          (lambda ()
            (whatever)))
--8<---------------cut here---------------end--------------->8---

and

--8<---------------cut here---------------start------------->8---
(add-hook 'shell-mode-hook
          '(lambda ()
             (whatever)))
--8<---------------cut here---------------end--------------->8---

(see the quote in front of lambda).

What is the best writing?  With or without the quote?

By "best", I mean more portable (XEmacs, etc.), or with a longer
life-time (won't become erroneous in a couple of years), etc.

Best regards,
  Seb

-- 
Sébastien Vauban


reply via email to

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