From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: "Alfred M. Szmidt" Newsgroups: gmane.emacs.help Subject: Re: Advantage using mapc over dolist Date: Wed, 04 Dec 2024 00:37:18 -0500 Message-ID: References: <87zflevbwm.fsf@neko.mail-host-address-is-not-set> <87h67ku813.fsf@neko.mail-host-address-is-not-set> <87ed2ou65o.fsf@neko.mail-host-address-is-not-set> <87a5dcu5d5.fsf@neko.mail-host-address-is-not-set> <86ldww1yl3.fsf@gnu.org> <877c8gu0wv.fsf@neko.mail-host-address-is-not-set> <86iks01x7d.fsf@gnu.org> <874j3ktzv7.fsf@neko.mail-host-address-is-not-set> <87mshc4j68.fsf@neko.mail-host-address-is-not-set> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="40952"; mail-complaints-to="usenet@ciao.gmane.io" Cc: heimeborgia@protonmail.com, eliz@gnu.org, 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 Wed Dec 04 06:38:04 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 1tIi5L-000ATP-GM for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 04 Dec 2024 06:38:03 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tIi4f-0003AU-LX; Wed, 04 Dec 2024 00:37:21 -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 1tIi4d-00039r-FO for help-gnu-emacs@gnu.org; Wed, 04 Dec 2024 00:37:19 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1tIi4c-0005vG-Vk; Wed, 04 Dec 2024 00:37:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=MwnyK+NZ1lJv9VPL+Udam9xWPTwKc7w8q0LV86DC8SA=; b=TQMjcXimKP7u udXd4+m4UNGt+aY8e2pEouXTBpMK6u8CP/2rT5KDYjwYgxjt0pQ9zjinI0z+jwvrh7pp0mzElQAiI V1R4dyXAcUY+a/C4V0zmfsyiGVd9qnGNQ5jZBgSbsfEe3vWhnCHmVWAqXmvw/oLdyqJdYon8btv3U 2/eaRG5QvIMq/fEReyMUlyvoU/vQZnlK0NZI53xn8KhfmxyYdL+2UR57ikgFxC9kXAQiqqFEjOq0I CvLLaLDGpokdRWxmY5/OiJoyNVX/yZR+eJVbKHXAc5JmQH5xOVdp1Fdf/u6eJadDtIGR9WeyzLjeg XJW18mAGENHDeEAmM9hEjQ==; Original-Received: from ams by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1tIi4c-0002qR-En; Wed, 04 Dec 2024 00:37:18 -0500 In-Reply-To: <87mshc4j68.fsf@neko.mail-host-address-is-not-set> (message from Tomas Hlavaty on Tue, 03 Dec 2024 21:15:43 +0100) 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:148589 Archived-At: On Tue 03 Dec 2024 at 13:57, "Alfred M. Szmidt" wrote: > ecase, and case are older than CL. That's what I thought, do you have any pointers? Lisp Machine? CASE was called SELECTQ at one point.