unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: David Bremner <david@tethera.net>
To: notmuch@notmuchmail.org
Subject: [PATCH 03/11] emacs: escape quote in docstring
Date: Wed, 13 Jun 2018 21:32:37 -0300	[thread overview]
Message-ID: <20180614003245.25112-4-david@tethera.net> (raw)
In-Reply-To: <20180614003245.25112-1-david@tethera.net>

This prevents emacs from turning it into a fancy, non-evaluable
docstring (and also makes it easier to deal with during extraction to
sphinx).
---
 emacs/notmuch.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/notmuch.el b/emacs/notmuch.el
index 44402f8a..1f453357 100644
--- a/emacs/notmuch.el
+++ b/emacs/notmuch.el
@@ -711,7 +711,7 @@ A thread with TAG will have FACE applied.
 Here is an example of how to color search results based on tags.
  (the following text would be placed in your ~/.emacs file):
 
- (setq notmuch-search-line-faces '((\"unread\" . (:foreground \"green\"))
+ (setq notmuch-search-line-faces \\='((\"unread\" . (:foreground \"green\"))
                                    (\"deleted\" . (:foreground \"red\"
 						  :background \"blue\"))))
 
-- 
2.17.1

  parent reply	other threads:[~2018-06-14  0:33 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-14  0:32 Use emacs docstrings in sphinx-docs David Bremner
2018-06-14  0:32 ` [PATCH 01/11] emacs: initial version of rstdoc.el David Bremner
2018-12-08 13:14   ` David Bremner
2018-12-09 13:16     ` David Bremner
2018-06-14  0:32 ` [PATCH 02/11] emacs: require notmuch-lib from notmuch-wash.el David Bremner
2018-10-21 13:35   ` David Bremner
2018-06-14  0:32 ` David Bremner [this message]
2018-06-14  0:32 ` [PATCH 04/11] emacs: build docstring (rsti) files David Bremner
2018-06-14  0:32 ` [PATCH 05/11] doc: only build notmuch-emacs docs if Emacs is present David Bremner
2018-06-14  0:32 ` [PATCH 06/11] doc/emacs: require extracted docstrings for sphinx or info manual David Bremner
2018-06-14  0:32 ` [PATCH 07/11] doc/emacs: add documentation for stashing 'c X' bindings David Bremner
2018-06-14  0:32 ` [PATCH 08/11] doc/emacs: document notmuch-message-headers* David Bremner
2018-06-14  0:32 ` [PATCH 09/11] doc/emacs: document notmuch-tagging-keys David Bremner
2018-06-14  0:32 ` [PATCH 10/11] doc/emacs: document notmuch-poll* David Bremner
2018-06-14  0:32 ` [PATCH 11/11] doc/emacs: document notmuch-cycle-notmuch-buffers David Bremner

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://notmuchmail.org/

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

  git send-email \
    --in-reply-to=20180614003245.25112-4-david@tethera.net \
    --to=david@tethera.net \
    --cc=notmuch@notmuchmail.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.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.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).