[PATCH 3/3] NEWS: Insert markdown formatting commands

2012-04-26 Thread Tomi Ollila
To make updating the notmuchmail.org wiki 'news' section more straightforward the content of the NEWS file has now been brought to almost the same as the *.mdwn files in the wiki page. The changes are basically insertion of mdwn formatting "commands". More effort has been put into formatting the

[PATCH 1/3] NEWS: untabified and added file local variables block

2012-04-26 Thread Tomi Ollila
Changed all tabs to 8 spaces (M-x untabify over region of the whole file). Now this looks uniformly on all viewers (using fixed-width font) and the observed difference between this "source" file and markdown generated html output on browser window is smaller. In markdown to html conversions tab

[Patch v3 0/2] Add filter to emacs show mode

2012-04-26 Thread Tomi Ollila
On Thu, Apr 26 2012, Mark Walters wrote: > Version 3 of this patch set: previous version is at > id:"1335373954-4578-1-git-send-email-markwalters1009 at gmail.com". > > This is updated to use Tomi's much cleaner version for the lisp. LGTM, both patches Tomi > > > Mark Walters (2): > emacs:

[PATCH v2 2/2] emacs: Bind filter in search to 'l'

2012-04-26 Thread Tomi Ollila
On Wed, Apr 25 2012, Mark Walters wrote: > Change the key binding for filter (or "limit") in search-mode. This > gives consistency with the new filter in show-mode, and frees 'f' for > forward-thread in the future. > --- LGTM. Tomi > emacs/notmuch.el |4 ++-- > 1 files changed, 2

[PATCH v2 1/2] emacs: add a filter option to show

2012-04-26 Thread Tomi Ollila
On Wed, Apr 25 2012, Mark Walters wrote: > Show the current thread with a different filter (i.e., open messages > in the thread matching the new query). > > Bound to 'l' for "limit". > > Note that it is not the same as filter in search mode as it replaces > the existing query rather than ANDing

[Patch v3 2/2] emacs: Bind filter in search to 'l'

2012-04-26 Thread Mark Walters
Change the key binding for filter (or "limit") in search-mode. This gives consistency with the new filter in show-mode, and frees 'f' for forward-thread in the future. --- emacs/notmuch.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch.el

[Patch v3 1/2] emacs: add a filter option to show

2012-04-26 Thread Mark Walters
Show the current thread with a different filter (i.e., open messages in the thread matching the new query). Bound to 'l' for "limit". Note that it is not the same as filter in search mode as it replaces the existing query rather than ANDing with it (but it does keep the thread-id part of the

[Patch v3 0/2] Add filter to emacs show mode

2012-04-26 Thread Mark Walters
Version 3 of this patch set: previous version is at id:"1335373954-4578-1-git-send-email-markwalters1009 at gmail.com". This is updated to use Tomi's much cleaner version for the lisp. Mark Walters (2): emacs: add a filter option to show emacs: Bind filter in search to 'l'

[PATCH v2 1/2] emacs: add a filter option to show

2012-04-26 Thread Mark Walters
On Thu, 26 Apr 2012, Tomi Ollila wrote: > On Wed, Apr 25 2012, Mark Walters wrote: > >> Show the current thread with a different filter (i.e., open messages >> in the thread matching the new query). >> >> Bound to 'l' for "limit". >> >> Note that it is not the same as filter in search mode as it

Possible bug with notmuch search & --limit --offset

2012-04-26 Thread Mark Walters
On Thu, 26 Apr 2012, jake wrote: > Hello, > > I'm finding that when I use the --limit option with the output=files and > offset=N that the returned list of files is of variable length. > > For instance when: > > notmuch search --output=files --offset=6 --limit=2 steve > > it returns > >

[PATCH 3/3] NEWS: Insert markdown formatting commands

2012-04-26 Thread Jameson Graef Rollins
file? That would obviously make porting to the wiki trivial. jamie. -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120426/dcd41258/attachment.pgp>

[ANN] New awesome vim plug-in using Ruby bindings

2012-04-26 Thread Felipe Contreras
2012/4/23 Felipe Contreras : > So, since I'm a big fan of Ruby, I decided to try my luck writing a > plug-in from scratch. It took me one weekend, but I'm pretty happy > with the result. This plug-in has already essentially all the > functionality of the current one, but it's much, *much* simpler

[PATCH] ruby: make sure the database is closed

2012-04-26 Thread Ali Polatel
2012/4/24 Felipe Contreras : > On Tue, Apr 24, 2012 at 4:15 AM, Austin Clements wrote: >> Quoth Felipe Contreras on Apr 24 at ?3:45 am: >>> On Tue, Apr 24, 2012 at 2:46 AM, Ali Polatel wrote: >>> > 2012/4/24 Felipe Contreras : >>> >>> >> Personally I don't see why an object, like say a query

Possible bug with notmuch search --limit --offset

2012-04-26 Thread jake
Hello, I'm finding that when I use the --limit option with the output=files and offset=N that the returned list of files is of variable length. For instance when: notmuch search --output=files --offset=6 --limit=2 steve it returns

Re: Possible bug with notmuch search --limit --offset

2012-04-26 Thread Mark Walters
On Thu, 26 Apr 2012, jake j...@mgap.ru wrote: Hello, I'm finding that when I use the --limit option with the output=files and offset=N that the returned list of files is of variable length. For instance when: notmuch search --output=files --offset=6 --limit=2 steve it returns

Re: [PATCH v2 1/2] emacs: add a filter option to show

2012-04-26 Thread Tomi Ollila
On Wed, Apr 25 2012, Mark Walters markwalters1...@gmail.com wrote: Show the current thread with a different filter (i.e., open messages in the thread matching the new query). Bound to 'l' for limit. Note that it is not the same as filter in search mode as it replaces the existing query

Re: [PATCH v2 2/2] emacs: Bind filter in search to 'l'

2012-04-26 Thread Tomi Ollila
On Wed, Apr 25 2012, Mark Walters wrote: Change the key binding for filter (or limit) in search-mode. This gives consistency with the new filter in show-mode, and frees 'f' for forward-thread in the future. --- LGTM. Tomi emacs/notmuch.el |4 ++-- 1 files changed, 2 insertions(+),

Re: [PATCH v2 1/2] emacs: add a filter option to show

2012-04-26 Thread Mark Walters
On Thu, 26 Apr 2012, Tomi Ollila tomi.oll...@iki.fi wrote: On Wed, Apr 25 2012, Mark Walters markwalters1...@gmail.com wrote: Show the current thread with a different filter (i.e., open messages in the thread matching the new query). Bound to 'l' for limit. Note that it is not the same as

[Patch v3 0/2] Add filter to emacs show mode

2012-04-26 Thread Mark Walters
Version 3 of this patch set: previous version is at id:1335373954-4578-1-git-send-email-markwalters1...@gmail.com. This is updated to use Tomi's much cleaner version for the lisp. Mark Walters (2): emacs: add a filter option to show emacs: Bind filter in search to 'l'

Re: [Patch v3 0/2] Add filter to emacs show mode

2012-04-26 Thread Tomi Ollila
On Thu, Apr 26 2012, Mark Walters wrote: Version 3 of this patch set: previous version is at id:1335373954-4578-1-git-send-email-markwalters1...@gmail.com. This is updated to use Tomi's much cleaner version for the lisp. LGTM, both patches Tomi Mark Walters (2): emacs: add a filter

Re: [PATCH 3/3] NEWS: Insert markdown formatting commands

2012-04-26 Thread Jameson Graef Rollins
On Thu, Apr 26 2012, Tomi Ollila tomi.oll...@iki.fi wrote: To make updating the notmuchmail.org wiki 'news' section more straightforward the content of the NEWS file has now been brought to almost the same as the *.mdwn files in the wiki page. The changes are basically insertion of mdwn