From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: cond* with bug fixed. Date: Thu, 01 Feb 2024 09:45:05 +0200 Message-ID: <86cytg1vcu.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31275"; mail-complaints-to="usenet@ciao.gmane.io" Cc: acm@muc.de, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Feb 01 08:45:49 2024 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 1rVRld-0007xG-OK for ged-emacs-devel@m.gmane-mx.org; Thu, 01 Feb 2024 08:45:49 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rVRl6-0003Jx-Kr; Thu, 01 Feb 2024 02:45:16 -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 1rVRl5-0003Jp-BU for emacs-devel@gnu.org; Thu, 01 Feb 2024 02:45:15 -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 1rVRl3-0005CB-Vl; Thu, 01 Feb 2024 02:45:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=DcK3ejAt8xQl5dQlBqtNIihB+azYIL9WM1RQXghlGk8=; b=opPMnhks6tGf Wq1+Orbiq1UR/pssUxTeIeAWpnFODUM36DM5qTOSMIPPJO7I6Ev+8oAKPnQD+ENZURTSRDd6FQmqz fBl3DXNeYcfxv4Xogk1l4KlQXboFh1S4l0PW8chA2brmJzOe43IKEDvCZ/jsbfJZQ5RgWNMU79tTP RtQc+q2XkUOx2dFyn6yLl0XEv/KZCZssX4A5xL4wIcUzcgvMHhOFJZEk8khNu3jr+ZoL5LFKUrYkJ XW+7VxPBIN1YXx+ju/k/6oYkHMlduVxNfPy1Jbo8JB93so35/0wsnm4CRilxFmGaLDow0cZr+FyPx gYpfWtxKDpkVzyCbEyxkKA==; In-Reply-To: (message from Richard Stallman on Wed, 31 Jan 2024 22:49:35 -0500) 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:315696 Archived-At: > From: Richard Stallman > Cc: emacs-devel@gnu.org > Date: Wed, 31 Jan 2024 22:49:35 -0500 > > Thanks for fixing those errors. > > I expect to commit this to lisp/emacs-lisp soon. Would you mind adding the necessary documentation to the ELisp reference manual, as part of installing cond*? It should probably be a new subsection of the "Pattern-Matching Conditional" section, where we have the documentation of pcase. TIA