From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Bruno Barbier Newsgroups: gmane.emacs.devel Subject: Re: what happened to 'case' in emacs 28 ? Date: Sun, 19 Jun 2022 19:11:00 +0200 Message-ID: References: <878rps7id2.fsf@igel.home> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="25687"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Andreas Schwab , Jason Vas Dias Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jun 19 19:10:30 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 1o2yRR-0006XZ-Rv for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Jun 2022 19:10:29 +0200 Original-Received: from localhost ([::1]:44422 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o2yRQ-0008Jh-Li for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Jun 2022 13:10:28 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:33978) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2yQm-0007dp-2z for emacs-devel@gnu.org; Sun, 19 Jun 2022 13:09:48 -0400 Original-Received: from smtp1-g21.free.fr ([212.27.42.1]:38786) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o2yQj-0001X3-AF for emacs-devel@gnu.org; Sun, 19 Jun 2022 13:09:47 -0400 Original-Received: from tosh-laptop (unknown [IPv6:2a01:e0a:505:3460:1a16:a0c4:3f89:c0d9]) by smtp1-g21.free.fr (Postfix) with ESMTPS id 47C45B0053A; Sun, 19 Jun 2022 19:09:40 +0200 (CEST) Original-Received: by tosh-laptop (sSMTP sendmail emulation); Sun, 19 Jun 2022 19:11:00 +0200 In-Reply-To: <878rps7id2.fsf@igel.home> Received-SPF: softfail client-ip=212.27.42.1; envelope-from=brubar.cs@gmail.com; helo=smtp1-g21.free.fr X-Spam_score_int: 12 X-Spam_score: 1.2 X-Spam_bar: + X-Spam_report: (1.2 / 5.0 requ) BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FORGED_GMAIL_RCVD=1, FREEMAIL_FROM=0.001, MISSING_MID=0.497, NML_ADSP_CUSTOM_MED=0.9, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_SOFTFAIL=0.665, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=no 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" Xref: news.gmane.io gmane.emacs.devel:291428 Archived-At: Andreas Schwab writes: > The case macro has always been defined by the cl library, and that has > not changed. > And the 'cl' package has been deprecated in emacs 27 (see etc/NEWS.27). If you didn't change anything, something was probably loading the 'cl' package before, and the new version has been fixed to use the 'cl-lib' package instead, with the clean "cl-" prefix. The 'cl-lib' has been introduced in emacs 24 (see etc/NEWS.24): *** CL's main entry is now (require 'cl-lib). `cl-lib' is like the old `cl' except that it uses the namespace cleanly; i.e., all its definitions have the "cl-" prefix (and internal definitions use the "cl--" prefix). > -- > Andreas Schwab, schwab@linux-m68k.org > GPG Key fingerprint = 7578 EB47 D4E5 4D69 2510 2552 DF73 E780 A9DA AEC1 > "And now for something completely different."