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.devel Subject: Re: Question about `cond*' Date: Wed, 02 Oct 2024 00:41:48 -0400 Message-ID: References: <864j5v3jdd.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37412"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Michelangelo Rodriguez Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Oct 02 06:42:53 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 1svrCO-0009bq-D2 for ged-emacs-devel@m.gmane-mx.org; Wed, 02 Oct 2024 06:42:52 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1svrBQ-0007Ni-JL; Wed, 02 Oct 2024 00:41:52 -0400 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 1svrBN-0007NT-TY for emacs-devel@gnu.org; Wed, 02 Oct 2024 00:41:50 -0400 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 1svrBN-0007JO-42; Wed, 02 Oct 2024 00:41:49 -0400 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=Lk9WWL6oFxSrxvILnuT2xTl56F0oWAjzm+Z62hhfjOM=; b=Q3T69JR8a/cr 8fAPtWbOCNaBNyK0MGw4vDkJZd3ebtgBX/Xr616Ca5HkUapodsOUmT4w8JwdlcGWhzsaJ3cwihSMB 2snYKIZw91h/FIQG6Pc/F8E1uaeUuwGlW8Ve/Djz+YOy265Y/XmiaW6gnoLsKxMLxgIeihDpdco3Z wYkvCHA+U4CjpCHMTcEyfiTYWSV/GOVq4zydBYs+4h4ZMJ5vGrENC3LIEHz2n+ohwHFg5w1rJXBKY XZs4G0+x87tDLu8GYNaun5iE3eugWMMaRdc7URTRKYKFxGrQumF6LgQJAF6f81JA12TB1YHqrhiOO 383NssnO4LA06JUgiwKsUw==; Original-Received: from ams by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1svrBM-0004rl-IC; Wed, 02 Oct 2024 00:41:48 -0400 In-Reply-To: (message from Michelangelo Rodriguez on Tue, 01 Oct 2024 19:05:30 +0200) 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:324241 Archived-At: Eli Zaretskii writes: >> From: Michelangelo Rodriguez >> Date: Tue, 01 Oct 2024 10:35:14 +0200 >> >> Is there a reason to not provide, in the file "dict-star.el", a feature? > > What is dict-star.el? where did you see it? Sorry, the file is "cond-star.el". Anyway the new feature `cond*' is not available as feature. A (macrop #'cond*) would satisfy any feature requirements.