From: Stefan Monnier <monnier@iro.umontreal.ca>
To: Arash Esbati <arash@gnu.org>
Cc: Stefan Monnier via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org>
Subject: Re: Status of vcard packages
Date: Tue, 12 Jul 2022 10:05:26 -0400 [thread overview]
Message-ID: <jwva69e4ee7.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <868royy1ct.fsf@gnu.org> (Arash Esbati's message of "Tue, 12 Jul 2022 14:14:26 +0200")
Arash Esbati [2022-07-12 14:14:26] wrote:
> (defun vcard-proplist-all-properties (proplist props)
> - "Returns nil unless PROPLIST contains all properties specified in PROPS."
> + "Return nil unless PROPLIST contains all properties specified in PROPS."
> (let ((result t))
> (while (and result props)
> (or (vcard-get-property proplist (car props))
> @@ -353,7 +353,7 @@
> result))
>
> (defun vcard-proplist-any-properties (proplist props)
> - "Returns `t' if PROPLIST contains any of the properties specified in PROPS."
> + "Return t if PROPLIST contains any of the properties specified in PROPS."
> (let ((result nil))
> (while (and (not result) props)
> (and (vcard-get-property proplist (car props))
> --8<---------------cut here---------------end--------------->8---
Thanks.
> The byte-compiler from current master (cfda663282) also complains about:
>
> vcard-parse.el:98:2: Warning: defvar `vcard-parse-select-fields' docstring has
> wrong usage of unescaped single quotes (use \= or different quoting)
> vcard-parse.el:355:45: Warning: docstring has wrong usage of unescaped single
> quotes (use \= or different quoting)
This is fixed in the version I installed yesterday into the GNU ELPA
version of `vcard`. It's not yet released but you can see the preview
at
http://elpa.gnu.org/devel/vcard.html
-- Stefan
next prev parent reply other threads:[~2022-07-12 14:05 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-11 14:23 Status of vcard packages Pascal Quesseveur
2022-07-11 15:41 ` Stefan Monnier via Users list for the GNU Emacs text editor
2022-07-12 6:09 ` Pascal Quesseveur
2022-07-12 12:14 ` Arash Esbati
2022-07-12 12:56 ` Robert Pluim
2022-07-12 14:17 ` Arash Esbati
2022-07-12 14:05 ` Stefan Monnier [this message]
2022-07-12 14:13 ` Arash Esbati
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=jwva69e4ee7.fsf-monnier+emacs@gnu.org \
--to=monnier@iro.umontreal.ca \
--cc=arash@gnu.org \
--cc=help-gnu-emacs@gnu.org \
/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.
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).