Re: mutt/2323: feature of creating personal my_variables should be documented
The following reply was made to PR mutt/2323; it has been noted by GNATS.
From: Christian Ebert <blacktrash@xxxxxxx>
To: bug-any@xxxxxxxxxxxxx
Cc:
Subject: Re: mutt/2323: feature of creating personal my_variables should be
documented
Date: Tue, 18 Jul 2006 22:31:28 +0200
* Brendan Cully on Monday, July 17, 2006 at 20:05:01 +0200:
> Applied, thanks.
Another cosmetic change. At the moment manual.txt has a bad
linebreak:
macro pager <PageDown> "\
<enter-command> set my_old_pager_stop=\$pager_stop pager_stop<Enter>\
<next-page>\
<enter-command> set pager_stop=\$my_old_pager_stop ; unset my_old_pager_stop<En
ter>"
If this is reproducable I would propose to use my_pager_stop
instead of my_old_pager_stop. -- Seems clearer than to have
another line continuation, especially with a prepended space to
`unset'.
--- doc/manual.xml.head.orig 2006-07-18 22:08:31.000000000 +0200
+++ doc/manual.xml.head 2006-07-18 22:09:34.000000000 +0200
@@ -3044,9 +3044,9 @@
<para>
<screen>
macro pager <PageDown> "\
-<enter-command> set
my_old_pager_stop=\$pager_stop
pager_stop<Enter>\
+<enter-command> set
my_pager_stop=\$pager_stop
pager_stop<Enter>\
<next-page>\
-<enter-command> set
pager_stop=\$my_old_pager_stop ; unset
my_old_pager_stop<Enter>"
+<enter-command> set
pager_stop=\$my_pager_stop ; unset
my_pager_stop<Enter>"
</screen>
</para>
c