Re: [PATCH] Add dir-locals style variables for C++ and Elisp code.

2011-06-06 Thread Dima Kogan
> On Tue, 7 Jun 2011 01:20:25 -0400 > Austin Clements wrote: > > Also, slightly reformat dir-locals.el so that the settings align and > to make it friendlier for future additions. Should we also add: (tab-always-indent . nil) (indent-tabs-mode . t) Otherwise the setups of people who normally

[PATCH] Add dir-locals style variables for C++ and Elisp code.

2011-06-06 Thread Dima Kogan
> On Tue, 7 Jun 2011 01:20:25 -0400 > Austin Clements wrote: > > Also, slightly reformat dir-locals.el so that the settings align and > to make it friendlier for future additions. Should we also add: (tab-always-indent . nil) (indent-tabs-mode . t) Otherwise the setups of people who normally

Re: [PATCH] added keys to hide/show a portion of the thread

2011-06-06 Thread Dima Kogan
. Here's an update of the patch to conform with notmuch's indentation style. >From 0e2ef657fe0f6e7f8f2f7e87acd1fbbf58d8d95d Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 29 May 2011 00:37:55 -0700 Subject: [PATCH] added keys to hide/show a portion of the thread --- emacs/n

[PATCH] added keys to hide/show a portion of the thread

2011-06-06 Thread Dima Kogan
> On Sun, 29 May 2011 01:56:44 -0700 > notmuch at dima.secretsauce.net wrote: > > Here's another improvement. In the notmuch-show display this binds > '[' to expand all the children messages (replies). Analogously ']' > collapses all the children messages. Here's an update of the patch to conform

Re: [PATCH] Added C-up and C-down to cycle through previous searches

2011-06-06 Thread Dima Kogan
ut only for c-mode. You may set it by hand for > lisp. Hi again. Here's the new patch, with M-n/M-p and tabbed indentation dima>From 70193e0a9f7451033fd0843d46ac40e5524b000b Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Mon, 6 Jun 2011 23:15:26 -0700 Subject: [PATCH] Added M-n and

[PATCH] Added C-up and C-down to cycle through previous searches

2011-06-06 Thread Dima Kogan
> Notmuch uses a mix of 8 char width tabs and spaces. First go tabs, > then, if you need indenting with more precision, spaces. Look at the > lines your patch removes for an example. > > Also, .dir-locals.el sets some variables to configure Emacs for > Notmuch coding style but only for c-mode.

Re: [PATCH] Added C-up and C-down to cycle through previous searches

2011-06-04 Thread Dima Kogan
> On Sun, 29 May 2011 20:04:00 +0400 > Dmitry Kurochkin wrote: > > Hi Dima. > > On Sun, 29 May 2011 01:56:28 -0700, notm...@dima.secretsauce.net > wrote: > > From: Dima Kogan > > > > --- > > > > Hi. > > > > I made a few improve

[PATCH] Added C-up and C-down to cycle through previous searches

2011-06-04 Thread Dima Kogan
> On Sun, 29 May 2011 20:04:00 +0400 > Dmitry Kurochkin wrote: > > Hi Dima. > > On Sun, 29 May 2011 01:56:28 -0700, notmuch at dima.secretsauce.net > wrote: > > From: Dima Kogan > > > > --- > > > > Hi. > > > > I made a few