From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Protesilaos Stavrou Newsgroups: gmane.emacs.devel Subject: Re: [elpa] externals/denote e24c9ddc12 2/2: Merge pull request #36 from jeanphilippegg/allow-no-keywords Date: Wed, 06 Jul 2022 07:41:03 +0300 Message-ID: <874jzu6eg0.fsf@protesilaos.com> References: <165707985011.9601.627786867785409616@vcs2.savannah.gnu.org> <20220706035731.254D5C01681@vcs2.savannah.gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="18349"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Notmuch/0.36 (https://notmuchmail.org) Emacs/29.0.50 (x86_64-pc-linux-gnu) To: Stefan Monnier , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Wed Jul 06 06:42:42 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 1o8ws5-0004aJ-0r for ged-emacs-devel@m.gmane-mx.org; Wed, 06 Jul 2022 06:42:41 +0200 Original-Received: from localhost ([::1]:42638 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o8ws3-0005Dl-T5 for ged-emacs-devel@m.gmane-mx.org; Wed, 06 Jul 2022 00:42:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:56972) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8wqk-0004Ws-Ss for emacs-devel@gnu.org; Wed, 06 Jul 2022 00:41:18 -0400 Original-Received: from relay1-d.mail.gandi.net ([2001:4b98:dc4:8::221]:46065) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o8wqf-0002Sb-Is for emacs-devel@gnu.org; Wed, 06 Jul 2022 00:41:18 -0400 Original-Received: (Authenticated sender: public@protesilaos.com) by mail.gandi.net (Postfix) with ESMTPSA id 1A4C6240002; Wed, 6 Jul 2022 04:41:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protesilaos.com; s=gm1; t=1657082465; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=ymVuX1BmxxV0DR/NXCUO/UW3wItfWzetMp11yGt/dSo=; b=TmTK3c+z1FNo6kjv5GYecvzvHH+weRm38P1njECuAY+uBUAsqrB6+ytII+/uxndDJUzSPU zXahZHItUfhfY610KHAwivwjCKE+saZO0G1XFfTPUSVNbiaEblf0uzbHMY17afq/WRndd8 GWnlafTwC+LwiPWplNDanTCmrSM+gSqELcZRw9h2+kfHo/uMEiT5OvU9OAkKfW5ZqRCgeg w1ZuhtpyVsRmXj4jve3PLGPOiuBIWqKETwvaDmW0hG72UcIE/DBeNW1YBLRw6fP/boaxC6 FypEMTs0m4UO7CKGB3JlDX4bdDMERjPnjt6UszJ5r4OaEZNleEGfkJ/IJW+QkQ== In-Reply-To: Received-SPF: none client-ip=2001:4b98:dc4:8::221; envelope-from=info@protesilaos.com; helo=relay1-d.mail.gandi.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham 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:291896 Archived-At: > From: Stefan Monnier > Date: Wed, 06 Jul 2022 00:30:22 -0400 > >> + (if denote-allow-multi-word-keywords >> + (mapcar #'denote--sluggify keywords) >> + (mapcar #'denote--sluggify-and-join keywords))) > > Aka > > (mapcar (if denote-allow-multi-word-keywords > #'denote--sluggify > #'denote--sluggify-and-join) > keywords)) Better. Thank you! -- Protesilaos Stavrou https://protesilaos.com