unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* flyspell duplicate exceptions
@ 2020-07-19  8:45 Colin Baxter
  2020-07-19 10:01 ` Kévin Le Gouguec
  0 siblings, 1 reply; 5+ messages in thread
From: Colin Baxter @ 2020-07-19  8:45 UTC (permalink / raw)
  To: help-gnu-emacs

Hello,

Is there any way to add "myexception" to the default list of the variable
'flyspell-mark-duplications-exceptions'? An emacs-init setq in the manner of

#+begin_src elisp
(setq flyspell-mark-duplications-exceptions
  '((nil . ("that" "had" "myexception")) ;; Defaults + myexception
    ("\\`francais" . ("nous" "vous"))    ;; French defaults
)) ;; End brackets
#+end_src

works, but a repeat of default settings seems wasteful to me.

Best wishes,

Colin

-- 
Colin Baxter
URL: http://www.Colin-Baxter.com




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-07-19 13:05 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-19  8:45 flyspell duplicate exceptions Colin Baxter
2020-07-19 10:01 ` Kévin Le Gouguec
2020-07-19 11:12   ` Colin Baxter
2020-07-19 12:02     ` Dmitry Alexandrov
2020-07-19 13:05       ` Colin Baxter

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).