unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Protesilaos Stavrou <info@protesilaos.com>
To: Stefan Monnier <monnier@iro.umontreal.ca>, emacs-devel@gnu.org
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	[thread overview]
Message-ID: <874jzu6eg0.fsf@protesilaos.com> (raw)
In-Reply-To: <jwvo7y2hnjt.fsf-monnier+emacs@gnu.org>

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> 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



  reply	other threads:[~2022-07-06  4:41 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   ` [elpa] externals/denote e24c9ddc12 2/2: Merge pull request #36 from jeanphilippegg/allow-no-keywords Stefan Monnier
2022-07-06  4:41     ` Protesilaos Stavrou [this message]
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=874jzu6eg0.fsf@protesilaos.com \
    --to=info@protesilaos.com \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /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).