all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Syntax question for experts
@ 2008-05-23  6:48 Sébastien Vauban
  2008-05-23  8:34 ` Thierry Volpiatto
  2008-05-23  8:37 ` David Hansen
  0 siblings, 2 replies; 3+ messages in thread
From: Sébastien Vauban @ 2008-05-23  6:48 UTC (permalink / raw)
  To: help-gnu-emacs-mXXj517/zsQ

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


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-23  8:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-23  6:48 Syntax question for experts Sébastien Vauban
2008-05-23  8:34 ` Thierry Volpiatto
2008-05-23  8:37 ` David Hansen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.