emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] emacs-25 b6d6304: Comment on last change to define-der


From: Clément Pit--Claudel
Subject: Re: [Emacs-diffs] emacs-25 b6d6304: Comment on last change to define-derived-mode
Date: Mon, 7 Mar 2016 11:11:57 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

On 03/07/2016 11:03 AM, Drew Adams wrote:
>> > and hard to read/manipulate.
> Manipulate, maybe.  But no more than `let*' or `cond'.

Actually, its true that it's harder to swap the first and second assignment in 
a multi-variable setq than a multivariable let*, don't you think?

(setq a 1 
      b 2)

vs

(let* ((a 1)
       (b 2))
  ...)

> Read?  Definitely not.  IMHO.

Agreed: I use multi-variable setq a lot in my init files; I think it reads very 
nicely.

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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