emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Quoting functions with ' vs #'


From: Bastien
Subject: Re: [O] Quoting functions with ' vs #'
Date: Wed, 21 May 2014 09:29:20 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.91 (gnu/linux)

Hi Aaron,

Aaron Ecay <address@hidden> writes:

> Commit a5686d87 (link[1]) changes several uses of #' to '.  Is this org
> “house style”?

Not really.  My decision for this can be sumed up like this:

#+begin_src elisp
(defun i-give-a-warning () (mapc 'does-exist '(1 2 3)))
(defun i-do-not () (mapc #'maybe-problematic-for-compilation '(1 2 3)))
#+end_src

But I don't feel strongly about that, except for #'(lambda ...) which
is just redondant, if not misleading.

2 cts,

-- 
 Bastien



reply via email to

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