emacs-devel
[Top][All Lists]
Advanced

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

RE: Emacs 26.1 release branch created


From: Drew Adams
Subject: RE: Emacs 26.1 release branch created
Date: Mon, 25 Sep 2017 12:43:44 -0700 (PDT)

> The form I favour is:
>     (let ((text-quoting-style 'grave))    (1)
>       (message "'%s" form))
> 
> What Paul favours is something like
>     (message "%s" (format "'%s" form))    (2)

Another difference between the two (of course): With #1
you can easily control the scope of the effect.

For example, you can use a single such `let' for multiple
such messages.  And you can of course do this at any depth.
And you can override that locally at some depth using another
`let', binding a different value to `text-quoting-style'.



reply via email to

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