From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Newsgroups: gmane.emacs.devel Subject: Re: [NonGNU ELPA] New package: latex-table-wizard Date: Sat, 17 Dec 2022 07:22:50 +0100 Message-ID: References: <87pmcjw9ly.fsf@eflor.net> <87h6xv2kts.fsf@posteo.net> <87mt7nvxz2.fsf@eflor.net> <87cz8j2fos.fsf@posteo.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="hIYDNNGj1y8kcdxX" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27139"; mail-complaints-to="usenet@ciao.gmane.io" To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 17 07:23:50 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p6Qbu-0006ud-3i for ged-emacs-devel@m.gmane-mx.org; Sat, 17 Dec 2022 07:23:50 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p6Qb5-0002Co-Sf; Sat, 17 Dec 2022 01:22:59 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p6Qb3-0002Cb-FW for emacs-devel@gnu.org; Sat, 17 Dec 2022 01:22:57 -0500 Original-Received: from mail.tuxteam.de ([5.199.139.25]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p6Qb1-00060S-7U for emacs-devel@gnu.org; Sat, 17 Dec 2022 01:22:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tuxteam.de; s=mail; h=From:In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:To:Date:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=Mbaz+qBS6umfN/cMSjPRk4GG4JB0UDYnMTrlgHYVmN8=; b=JJSRR5la9+QQmWKZV9SzaF3o5B AAE/vkGGFmgUwM70xklxTjISMtYUuoRAJCdbtbbokhW//VcbKlwPa3kBdY+oc4Lk3nGN24sJj2eoh 9ms8BfrEgVGMsC92M1i4DTQsuTu1+GIJa3g76mCnfQA9k/YGJ68zlg2oPwVHtxNLFan14Jgss1b5h 1//S1CfouCvkYKEfJgtly+0rlD878jjr1AdLaegL2pGoKGilWDCNRlBV24y9f3vU9pgti4WSa3sU7 Fa6AJJl2rDv1RsFaDUET83Jg21nauABDK3pFMa0XSOvEGnelSB8Gc/bEL1CeC9UvZZa3LGreb9hyQ 5bDcdNTA==; Original-Received: from tomas by mail.tuxteam.de with local (Exim 4.94.2) (envelope-from ) id 1p6Qaw-00020N-Rz for emacs-devel@gnu.org; Sat, 17 Dec 2022 07:22:51 +0100 Content-Disposition: inline In-Reply-To: <87cz8j2fos.fsf@posteo.net> Received-SPF: pass client-ip=5.199.139.25; envelope-from=tomas@tuxteam.de; helo=mail.tuxteam.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301544 Archived-At: --hIYDNNGj1y8kcdxX Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Dec 16, 2022 at 09:37:23PM +0000, Philip Kaludercic wrote: > Enrico Flor writes: >=20 > > Thank you so much for your comments! I implemented your many > > suggestions wrt. the code. I must say I didn't use to have all the > > backquotes but then I read somewhere that you should prefer > > > > `(,x ,y) > > > > over > > > > (list x y) [...] > I cannot think of why, after all >=20 > (macroexpand-all '`(,a ,b ,c)) =3D> (list a b c) I think it's a question of style. As you, Philip, note downthread, I usually decide on whether I see [1] the context as "data with some interspersed (live) values" (think "json with variable interpolation" or as "program". Lisp itself is ambiguous about that :-) Cheers [1] and want to convey to my readers --=20 t --hIYDNNGj1y8kcdxX Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRp53liolZD6iXhAoIFyCz1etHaRgUCY51gNAAKCRAFyCz1etHa RnbWAJ9mTCpKTWA5bwWsriPFRVf+/WaWKQCfSpgMiDoZpuWARWYv+1OUW7KWMzU= =UZ/L -----END PGP SIGNATURE----- --hIYDNNGj1y8kcdxX--