From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Heime via Users list for the GNU Emacs text editor Newsgroups: gmane.emacs.help Subject: Re: Advantage using mapc over dolist Date: Mon, 02 Dec 2024 21:41:47 +0000 Message-ID: References: <87zflevbwm.fsf@neko.mail-host-address-is-not-set> <87frn5lswe.fsf@neko.mail-host-address-is-not-set> <875xo1lr1q.fsf@neko.mail-host-address-is-not-set> Reply-To: Heime Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="29268"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Jean Louis , help-gnu-emacs@gnu.org To: Tomas Hlavaty Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Mon Dec 02 22:42:44 2024 Return-path: Envelope-to: geh-help-gnu-emacs@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 1tIEBo-0007T1-5Y for geh-help-gnu-emacs@m.gmane-mx.org; Mon, 02 Dec 2024 22:42:44 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tIEBF-0003LM-Tp; Mon, 02 Dec 2024 16:42:10 -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 1tIEB6-0003Kr-Na for help-gnu-emacs@gnu.org; Mon, 02 Dec 2024 16:42:01 -0500 Original-Received: from mail-10697.protonmail.ch ([79.135.106.97]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tIEB3-00076m-4k for help-gnu-emacs@gnu.org; Mon, 02 Dec 2024 16:42:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1733175712; x=1733434912; bh=DkwqQ4U86SeBjg5Af/NFKK2Ivl7xHq6yrHFfBPRLDm0=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=pf0F3E5vZDAZhlHRwnQsprMX0j2OrPqroBVjj5A9GIgF89k3NZvJhhcYDxW9A+fZ3 +dAppSLtZNlqExO1GoO8pTycMoZ6/mpvD3fQxNUCDmKm2cvw3M0RQup74lEladkcYd z+DQPSyUEcK25j6mNzwHuLzI3zzAiDJYjODfLeaspNL/mCiXwMMXPT0uiouBOOK8ku LMUe5ihGv/qHSezNLfBiqWnjJnOKu1KODxYdQZvsdlnQGkJgK8MyLhBUrGQ9fTzD6F Bie/e3QmSYcidMQkOqAMs/p/mZo7Tbrl095WQxELlvxGa3dh+5oMDTTjVWyuwViQcu jbzss28DknF6A== In-Reply-To: <875xo1lr1q.fsf@neko.mail-host-address-is-not-set> Feedback-ID: 57735886:user:proton X-Pm-Message-ID: d4109ec8996bb071fd86d7524a6c32d3882ee594 Received-SPF: pass client-ip=79.135.106.97; envelope-from=heimeborgia@protonmail.com; helo=mail-10697.protonmail.ch 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, FREEMAIL_FROM=0.001, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:148512 Archived-At: Sent with Proton Mail secure email. On Tuesday, December 3rd, 2024 at 9:21 AM, Tomas Hlavaty w= rote: > On Mon 02 Dec 2024 at 23:50, Jean Louis bugs@gnu.support wrote: >=20 > > > hmm, somebody renamed it to cl-ecase and cl-case > > > similar to flet -> cl-flet and labels -> cl-labels > > > what a shame > >=20 > > I find it liberating. >=20 >=20 > What do you mean? > Could you explain that? >=20 > Emacs is switching to lexical scope and degraded two of the most lexical > scope related things to secodary citizens. Meaning that common lisp is a secondary citizen within the emacs environmen= t. =20 Right?