[PATCH 2/2] emacs: notmuch-search-mode: wrap the documentation string

2010-11-08 Thread Nelson Elhage
it looking good in the builtin help. - Nelson On Mon, 08 Nov 2010 12:51:24 -0500, Nelson Elhage wrote: > Hm. I was looking at the result of C-h f notmuch-search-mode RET, which > is how I'm used to looking at emacs documentation inside emacs. Having > just checked with an 

[PATCH 1/2] emacs: notmuch-help: Integrate into the emacs help system.

2010-11-08 Thread Nelson Elhage
/just/ using notmuch, so I'll work on that patch. - Nelson On Mon, 08 Nov 2010 09:29:42 -0800, Carl Worth wrote: > On Sat, 15 May 2010 17:07:42 -0400, Nelson Elhage wrote: > > On Fri, 14 May 2010 15:47:24 -0700, "Sebastian Spaeth" > sspaethde> wrote: > > >

[PATCH 2/2] emacs: notmuch-search-mode: wrap the documentation string

2010-11-08 Thread Nelson Elhage
Nov 2010 09:35:47 -0800, Carl Worth wrote: > On Fri, 14 May 2010 16:42:07 -0400, Nelson Elhage wrote: > > This makes for easier reading in the *help* window. > > How are you getting unpleasant results here? > > I intentionally implemented manual, "incorrect" wr

Re: [PATCH 2/2] emacs: notmuch-search-mode: wrap the documentation string

2010-11-08 Thread Nelson Elhage
it looking good in the builtin help. - Nelson On Mon, 08 Nov 2010 12:51:24 -0500, Nelson Elhage wrote: > Hm. I was looking at the result of C-h f notmuch-search-mode RET, which > is how I'm used to looking at emacs documentation inside emacs. Having > just checked with an 

Re: [PATCH 1/2] emacs: notmuch-help: Integrate into the emacs help system.

2010-11-08 Thread Nelson Elhage
/just/ using notmuch, so I'll work on that patch. - Nelson On Mon, 08 Nov 2010 09:29:42 -0800, Carl Worth wrote: > On Sat, 15 May 2010 17:07:42 -0400, Nelson Elhage wrote: > > On Fri, 14 May 2010 15:47:24 -0700, "Sebastian Spaeth" > > wrote: > > > On 20

Re: [PATCH 2/2] emacs: notmuch-search-mode: wrap the documentation string

2010-11-08 Thread Nelson Elhage
Nov 2010 09:35:47 -0800, Carl Worth wrote: > On Fri, 14 May 2010 16:42:07 -0400, Nelson Elhage wrote: > > This makes for easier reading in the *help* window. > > How are you getting unpleasant results here? > > I intentionally implemented manual, "incorrect" wr

[PATCH] emacs: notmuch-hello: Make widget-keymap a parent of notmuch-hello-keymap

2010-06-03 Thread Nelson Elhage
On Thu, 03 Jun 2010 17:32:35 -0700, Carl Worth wrote: > On Fri, 14 May 2010 13:15:38 -0400, Nelson Elhage wrote: > > This goes on top of Sebastian's patch. See > > id:1273805175-6660-1-git-send-email-nelhage at ksplice.com, where I > > submitted a similar, but l

Re: [PATCH] emacs: notmuch-hello: Make widget-keymap a parent of notmuch-hello-keymap

2010-06-03 Thread Nelson Elhage
On Thu, 03 Jun 2010 17:32:35 -0700, Carl Worth wrote: > On Fri, 14 May 2010 13:15:38 -0400, Nelson Elhage wrote: > > This goes on top of Sebastian's patch. See > > id:1273805175-6660-1-git-send-email-nelh...@ksplice.com, where I > > submitted a similar, but l

[PATCH 1/2] emacs: notmuch-help: Integrate into the emacs help system.

2010-05-15 Thread Nelson Elhage
On Fri, 14 May 2010 15:47:24 -0700, "Sebastian Spaeth" wrote: > On 2010-05-14, Sebastian Spaeth wrote: > > I just tried this and one thing I did not like... > > > I am sure there is a variable that customizes the help-buffer behavior, > > isn't there? :-) > > DOH, I should have known :-). Emacs

Re: [PATCH 1/2] emacs: notmuch-help: Integrate into the emacs help system.

2010-05-15 Thread Nelson Elhage
On Fri, 14 May 2010 15:47:24 -0700, "Sebastian Spaeth" wrote: > On 2010-05-14, Sebastian Spaeth wrote: > > I just tried this and one thing I did not like... > > > I am sure there is a variable that customizes the help-buffer behavior, > > isn't there? :-) > > DOH, I should have known :-). Emacs

[PATCH 0/2]: emacs: Improve notmuch-help

2010-05-14 Thread Nelson Elhage
Oops; I realized I haven't been signing off on last few patches I've sent. Signed-off-by: Nelson Elhage for id:1273869727-32740-2-git-send-email-nelhage at mit.edu id:1273869727-32740-3-git-send-email-nelhage at mit.edu id:1273857338-20127-1-git-send-email-nelhage at mit.edu id:

[PATCH 2/2] emacs: notmuch-search-mode: wrap the documentation string

2010-05-14 Thread Nelson Elhage
This makes for easier reading in the *help* window. --- emacs/notmuch.el | 21 - 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 6bf8251..1149d1b 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -306,16 +306,19

[PATCH 1/2] emacs: notmuch-help: Integrate into the emacs help system.

2010-05-14 Thread Nelson Elhage
Use a *help* buffer like other help commands, and make the [back] and [forward] links work. --- emacs/notmuch.el | 14 ++ 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 57e1140..6bf8251 100644 --- a/emacs/notmuch.el +++ b/emac

[PATCH 0/2]: emacs: Improve notmuch-help

2010-05-14 Thread Nelson Elhage
This patch set makes notmuch-help integrate with the built-in emacs help system, resulting in behaviors more familiar and more natural to most emacs users. If other people preferred the old behavior of *notmuch-help* buffers that kept spawning new buffers every time you hit '?', they should speak

Re: [PATCH 0/2]: emacs: Improve notmuch-help

2010-05-14 Thread Nelson Elhage
Oops; I realized I haven't been signing off on last few patches I've sent. Signed-off-by: Nelson Elhage for id:1273869727-32740-2-git-send-email-nelh...@mit.edu id:1273869727-32740-3-git-send-email-nelh...@mit.edu id:1273857338-20127-1-git-send-email-nelh...@mit.edu id:1273805175-

[PATCH 2/2] emacs: notmuch-search-mode: wrap the documentation string

2010-05-14 Thread Nelson Elhage
This makes for easier reading in the *help* window. --- emacs/notmuch.el | 21 - 1 files changed, 12 insertions(+), 9 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 6bf8251..1149d1b 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -306,16 +306,19

[PATCH 1/2] emacs: notmuch-help: Integrate into the emacs help system.

2010-05-14 Thread Nelson Elhage
Use a *help* buffer like other help commands, and make the [back] and [forward] links work. --- emacs/notmuch.el | 14 ++ 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 57e1140..6bf8251 100644 --- a/emacs/notmuch.el +++ b/emac

[PATCH 0/2]: emacs: Improve notmuch-help

2010-05-14 Thread Nelson Elhage
This patch set makes notmuch-help integrate with the built-in emacs help system, resulting in behaviors more familiar and more natural to most emacs users. If other people preferred the old behavior of *notmuch-help* buffers that kept spawning new buffers every time you hit '?', they should speak

[PATCH] emacs: notmuch-hello: Make widget-keymap a parent of notmuch-hello-keymap

2010-05-14 Thread Nelson Elhage
This lets us pick up later changes to widget-keymap if the user customizes it in some way. This is the recommended way to use `widget-keymap', according to its help. --- This goes on top of Sebastian's patch. See id:1273805175-6660-1-git-send-email-nelhage at ksplice.com, where I submitted a simil

[PATCH] emacs: notmuch-hello: Make widget-keymap a parent of notmuch-hello-keymap

2010-05-14 Thread Nelson Elhage
This lets us pick up later changes to widget-keymap if the user customizes it in some way. This is the recommended way to use `widget-keymap', according to its help. --- This goes on top of Sebastian's patch. See id:1273805175-6660-1-git-send-email-nelh...@ksplice.com, where I submitted a similar,

[PATCH] emacs: notmuch-hello: Use our own keymap.

2010-05-13 Thread Nelson Elhage
On Thu, May 13, 2010 at 07:58:38PM -0700, sebastian at sspaeth.de wrote: > > Previously, we were adding our bindings directly to `widget-keymap', > > resulting in them being shared by anything else that used that keymap. > > Is this patch preferable over the one I sent some time ago in > id:127288

[PATCH] emacs: notmuch-hello: Use our own keymap.

2010-05-13 Thread Nelson Elhage
Previously, we were adding our bindings directly to `widget-keymap', resulting in them being shared by anything else that used that keymap. --- emacs/notmuch-hello.el | 22 ++ 1 files changed, 14 insertions(+), 8 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmu

Re: [PATCH] emacs: notmuch-hello: Use our own keymap.

2010-05-13 Thread Nelson Elhage
On Thu, May 13, 2010 at 07:58:38PM -0700, sebast...@sspaeth.de wrote: > > Previously, we were adding our bindings directly to `widget-keymap', > > resulting in them being shared by anything else that used that keymap. > > Is this patch preferable over the one I sent some time ago in > id:127288257

[PATCH] emacs: notmuch-hello: Use our own keymap.

2010-05-13 Thread Nelson Elhage
Previously, we were adding our bindings directly to `widget-keymap', resulting in them being shared by anything else that used that keymap. --- emacs/notmuch-hello.el | 22 ++ 1 files changed, 14 insertions(+), 8 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmu

[PATCH] configure: Respect LDFLAGS from the environment.

2010-05-12 Thread Nelson Elhage
org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_06_02 defines all the different ${blah} forms you can use in sh) On Wed, May 12, 2010 at 01:00:27PM -0400, Jameson Rollins wrote: > On Wed, 12 May 2010 12:45:52 -0400, Nelson Elhage > wrote: > > The configure usage string documen

[PATCH] configure: Respect LDFLAGS from the environment.

2010-05-12 Thread Nelson Elhage
The configure usage string documents that it respects LDFLAGS, but currently it doesn't do anything with the configure-time LDFLAGS value. --- configure |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/configure b/configure index c522ad8..90355e8 100755 --- a/configure +

Re: [PATCH] configure: Respect LDFLAGS from the environment.

2010-05-12 Thread Nelson Elhage
org/onlinepubs/009695399/utilities/xcu_chap02.html#tag_02_06_02 defines all the different ${blah} forms you can use in sh) On Wed, May 12, 2010 at 01:00:27PM -0400, Jameson Rollins wrote: > On Wed, 12 May 2010 12:45:52 -0400, Nelson Elhage wrote: > > The configure usage string documents tha

[PATCH] configure: Respect LDFLAGS from the environment.

2010-05-12 Thread Nelson Elhage
The configure usage string documents that it respects LDFLAGS, but currently it doesn't do anything with the configure-time LDFLAGS value. --- configure |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/configure b/configure index c522ad8..90355e8 100755 --- a/configure +

[PATCH] emacs: Bind (shift-TAB) to notmuch-show-previous-button

2010-05-11 Thread Nelson Elhage
Shift-TAB is standard "opposite" of TAB -- in GUI interfaces they typically cycle through input elements in opposite orders -- so it makes sense to behave the same way. Signed-off-by: Nelson Elhage --- emacs/notmuch-show.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-)

[PATCH] emacs: Bind (shift-TAB) to notmuch-show-previous-button

2010-05-11 Thread Nelson Elhage
Shift-TAB is standard "opposite" of TAB -- in GUI interfaces they typically cycle through input elements in opposite orders -- so it makes sense to behave the same way. Signed-off-by: Nelson Elhage --- emacs/notmuch-show.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-)