[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-06-29 Thread David Bremner
Daniel Schoepe writes: > This introduces a variable to control after how many characters a line > is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the > window width if it is lower). pushed, d

Re: [PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-06-29 Thread David Bremner
Daniel Schoepe dan...@schoepe.org writes: This introduces a variable to control after how many characters a line is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the window width if it is lower). pushed, d ___ notmuch mailing list

[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-06-28 Thread Daniel Schoepe
On Thu, 28.06.2012 09:41, Albin Stjerna wrote: > If it didn't make it: what is now the preferred method of wrapping > long lines when reading emails using notmuch/Emacs? As far as I can tell, it didn't make it into mainline (yet?). However, it changes a file that is rarely modified by other

[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-06-28 Thread Albin Stjerna
Daniel Schoepe wrote: > This introduces a variable to control after how many characters a line > is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the > window width if it is lower). Hi! Did this patch make it into mainline notmuch? Because I can't find the variable

Re: [PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-06-28 Thread Daniel Schoepe
On Thu, 28.06.2012 09:41, Albin Stjerna wrote: If it didn't make it: what is now the preferred method of wrapping long lines when reading emails using notmuch/Emacs? As far as I can tell, it didn't make it into mainline (yet?). However, it changes a file that is rarely modified by other

[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-04-19 Thread Adam Wolfe Gordon
On Wed, Apr 18, 2012 at 09:46, Daniel Schoepe wrote: > the reason for not making this a defcustom was that all of the other > functions in notmuch-wash.el use defvar for customization too, so > perhaps they should all be defcustom'd in a separate patch? Ah, yes, I see now. Most of those

Re: [PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-04-19 Thread Adam Wolfe Gordon
On Wed, Apr 18, 2012 at 09:46, Daniel Schoepe dan...@schoepe.org wrote: the reason for not making this a defcustom was that all of the other functions in notmuch-wash.el use defvar for customization too, so perhaps they should all be defcustom'd in a separate patch? Ah, yes, I see now. Most of

[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-04-18 Thread Daniel Schoepe
Hi Adam, On Wed, 18.04.2012 17:30, Adam Wolfe Gordon wrote: >> +(defvar notmuch-wash-wrap-lines-length nil >> + ?"Wrap line after at most this many characters. >> + >> +If this is nil, lines in messages will be wrapped to fit in the >> +current window. If this is a number, lines will be wrapped

[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-04-18 Thread Adam Wolfe Gordon
Hi Daniel, On Fri, Feb 17, 2012 at 11:34, Daniel Schoepe wrote: > This introduces a variable to control after how many characters a line > is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the > window width if it is lower). I really like this idea, and I'm using this patch now.

Re: [PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-04-18 Thread Adam Wolfe Gordon
Hi Daniel, On Fri, Feb 17, 2012 at 11:34, Daniel Schoepe dan...@schoepe.org wrote: This introduces a variable to control after how many characters a line is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the window width if it is lower). I really like this idea, and I'm using this

Re: [PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-04-18 Thread Daniel Schoepe
Hi Adam, On Wed, 18.04.2012 17:30, Adam Wolfe Gordon wrote: +(defvar notmuch-wash-wrap-lines-length nil +  Wrap line after at most this many characters. + +If this is nil, lines in messages will be wrapped to fit in the +current window. If this is a number, lines will be wrapped after +this

[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-04-15 Thread Mark Walters
On Fri, 17 Feb 2012, Daniel Schoepe wrote: > This introduces a variable to control after how many characters a line > is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the > window width if it is lower). Hi This looks ok but I wonder if slightly different behaviour might be

Re: [PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-04-15 Thread Mark Walters
On Fri, 17 Feb 2012, Daniel Schoepe dan...@schoepe.org wrote: This introduces a variable to control after how many characters a line is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the window width if it is lower). Hi This looks ok but I wonder if slightly different behaviour

[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-02-17 Thread Daniel Schoepe
On Fri, 17 Feb 2012 18:46:21 +, David Edmondson wrote: > * daniel at schoepe.org [2012-02-17 Fri 18:34] > > This introduces a variable to control after how many characters a line > > is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the > > window width if it is lower). > > What

[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-02-17 Thread Daniel Schoepe
This introduces a variable to control after how many characters a line is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the window width if it is lower). --- emacs/notmuch-wash.el | 36 ++-- 1 files changed, 26 insertions(+), 10 deletions(-) diff

[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-02-17 Thread David Edmondson
* daniel at schoepe.org [2012-02-17 Fri 18:34] > This introduces a variable to control after how many characters a line > is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the > window width if it is lower). What do you use this for? -- next part -- A non-text

[PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-02-17 Thread Daniel Schoepe
This introduces a variable to control after how many characters a line is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the window width if it is lower). --- emacs/notmuch-wash.el | 36 ++-- 1 files changed, 26 insertions(+), 10 deletions(-) diff

Re: [PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-02-17 Thread David Edmondson
* dan...@schoepe.org [2012-02-17 Fri 18:34] This introduces a variable to control after how many characters a line is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the window width if it is lower). What do you use this for? pgps2H1ob2IRX.pgp Description: PGP signature

Re: [PATCH] emacs: Add configurable wrapping width for notmuch-wash-wrap-long-lines

2012-02-17 Thread Daniel Schoepe
On Fri, 17 Feb 2012 18:46:21 +, David Edmondson d...@dme.org wrote: * dan...@schoepe.org [2012-02-17 Fri 18:34] This introduces a variable to control after how many characters a line is wrapped by notmuch-wash-wrap-long-lines (still wrapping at the window width if it is lower). What