From c8da979352a3c29c5466402932ed0abf5b76c719 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 19 Aug 2010 15:09:55 -0700 Subject: [PATCH] emacs: Fix line-wrapping for help message of notmuch-show mode. This was previously wrapped for unsubtituted command names. It looks much better in the notmuch-help (available with '?') if wrapped according to the length of the substituted command names. --- emacs/notmuch-show.el | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index f872cdfe..ff039360 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -597,21 +597,17 @@ By default, various components of email messages, (citations, signatures, already-read messages), are hidden. You can make these parts visible by clicking with the mouse button or by pressing RET after positioning the cursor on a hidden part, (for -which \\[notmuch-show-next-button] and -\\[notmuch-show-previous-button] are helpful). +which \\[notmuch-show-next-button] and \\[notmuch-show-previous-button] are helpful). Reading the thread sequentially is well-supported by pressing -\\[notmuch-show-advance-and-archive]. This will scroll the -current message (if necessary), advance to the next message, or -advance to the next thread (if already on the last message of a -thread). +\\[notmuch-show-advance-and-archive]. This will scroll the current message (if necessary), advance +to the next message, or advance to the next thread (if already on +the last message of a thread). Other commands are available to read or manipulate the thread -more selectively, (such as '\\[notmuch-show-next-message]' and -'\\[notmuch-show-previous-message]' to advance to messages -without removing any tags, and '\\[notmuch-show-archive-thread]' -to archive an entire thread without scrolling through with -\\[notmuch-show-advance-and-archive]). +more selectively, (such as '\\[notmuch-show-next-message]' and '\\[notmuch-show-previous-message]' to advance to messages +without removing any tags, and '\\[notmuch-show-archive-thread]' to archive an entire thread +without scrolling through with \\[notmuch-show-advance-and-archive]). You can add or remove arbitary tags from the current message with '\\[notmuch-show-add-tag]' or '\\[notmuch-show-remove-tag]'. -- 2.43.0