unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Kévin Le Gouguec" <kevin.legouguec@gmail.com>
To: Colin Baxter <m43cap@yandex.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: flyspell duplicate exceptions
Date: Sun, 19 Jul 2020 12:01:51 +0200	[thread overview]
Message-ID: <87r1t7rfg0.fsf@gmail.com> (raw)
In-Reply-To: <871rl7vqox.fsf@yandex.com> (Colin Baxter's message of "Sun, 19 Jul 2020 09:45:18 +0100")

Colin Baxter <m43cap@yandex.com> writes:

> Is there any way to add "myexception" to the default list of the variable
> 'flyspell-mark-duplications-exceptions'?

If I understand generalized variables correctly:

#+begin_src elisp
(push "myexception"
      (alist-get nil flyspell-mark-duplications-exceptions))
#+end_src



  reply	other threads:[~2020-07-19 10:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-19  8:45 flyspell duplicate exceptions Colin Baxter
2020-07-19 10:01 ` Kévin Le Gouguec [this message]
2020-07-19 11:12   ` Colin Baxter
2020-07-19 12:02     ` Dmitry Alexandrov
2020-07-19 13:05       ` Colin Baxter

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=87r1t7rfg0.fsf@gmail.com \
    --to=kevin.legouguec@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=m43cap@yandex.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.
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).