From: Stefan Monnier <monnier@iro.umontreal.ca>
To: emacs-devel@gnu.org
Cc: Protesilaos Stavrou <info@protesilaos.com>
Subject: Re: [elpa] externals/denote e24c9ddc12 2/2: Merge pull request #36 from jeanphilippegg/allow-no-keywords
Date: Wed, 06 Jul 2022 00:30:22 -0400 [thread overview]
Message-ID: <jwvo7y2hnjt.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <20220706035731.254D5C01681@vcs2.savannah.gnu.org> (ELPA Syncer's message of "Tue, 5 Jul 2022 23:57:31 -0400 (EDT)")
> + (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))
-- Stefan
next parent reply other threads:[~2022-07-06 4:30 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <165707985011.9601.627786867785409616@vcs2.savannah.gnu.org>
[not found] ` <20220706035731.254D5C01681@vcs2.savannah.gnu.org>
2022-07-06 4:30 ` Stefan Monnier [this message]
2022-07-06 4:41 ` [elpa] externals/denote e24c9ddc12 2/2: Merge pull request #36 from jeanphilippegg/allow-no-keywords Protesilaos Stavrou
2022-07-07 15:34 ` Philip Kaludercic
2022-07-07 15:37 ` Stefan Monnier
2022-07-07 16:04 ` Eli Zaretskii
2022-07-10 13:25 ` Robert Pluim
2022-07-11 1:37 ` Dmitry Gutov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=jwvo7y2hnjt.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=emacs-devel@gnu.org \
--cc=info@protesilaos.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).