all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Robert Pluim <rpluim@gmail.com>
To: Arash Esbati <arash@gnu.org>
Cc: <help-gnu-emacs@gnu.org>,  Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: Status of vcard packages
Date: Tue, 12 Jul 2022 14:56:01 +0200	[thread overview]
Message-ID: <874jzmfq1q.fsf@gmail.com> (raw)
In-Reply-To: <868royy1ct.fsf@gnu.org> (Arash Esbati's message of "Tue, 12 Jul 2022 14:14:26 +0200")

>>>>> On Tue, 12 Jul 2022 14:14:26 +0200, Arash Esbati <arash@gnu.org> said:

    Arash> vcard-parse.el:98:2: Warning: defvar `vcard-parse-select-fields' docstring has
    Arash>     wrong usage of unescaped single quotes (use \= or different quoting)
    Arash> vcard-parse.el:355:45: Warning: docstring has wrong usage of unescaped single
    Arash>     quotes (use \= or different quoting)

Single quotes in docstrings can end up displayed incorrectly. Either
do:

`foo'

or if you really must have a single quote:

\\='foo

Robert
-- 



  reply	other threads:[~2022-07-12 12:56 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 [this message]
2022-07-12 14:17       ` Arash Esbati
2022-07-12 14:05     ` Stefan Monnier
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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874jzmfq1q.fsf@gmail.com \
    --to=rpluim@gmail.com \
    --cc=arash@gnu.org \
    --cc=help-gnu-emacs@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 external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.