Re: [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.

[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.

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

2011-06-05 Thread Dmitry Kurochkin
Hi Dima. On Sat, 4 Jun 2011 13:07:32 -0700, Dima Kogan wrote: > > 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. >

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

2011-06-05 Thread Xavier Maillard
Hi, 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 improvements to the emacs UI. This patch allows the user to > > scrol

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

2011-06-05 Thread Dmitry Kurochkin
Hi Dima. On Sat, 4 Jun 2011 13:07:32 -0700, Dima Kogan wrote: > > 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. > > >

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

2011-06-05 Thread Xavier Maillard
Hi, 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 improvements to the emacs UI. This patch allows the user to > > scroll

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 improvements to the emacs UI. This patch allows the > > user to scroll

[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 improvements to the emacs UI. This patch allows the > > user to scro

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

2011-05-30 Thread Dmitry Kurochkin
Hi Dima. On Sun, 29 May 2011 01:56:28 -0700, notm...@dima.secretsauce.net wrote: > From: Dima Kogan > > --- > > Hi. > > I made a few improvements to the emacs UI. This patch allows the user to > scroll > through the most recent searches with C-up and C-down while in the search > box. >

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

2011-05-29 Thread Dmitry Kurochkin
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 improvements to the emacs UI. This patch allows the user to > scroll > through the most recent searches with C-up and C-down while in the search > box. >

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

2011-05-29 Thread notmuch
From: Dima Kogan --- Hi. I made a few improvements to the emacs UI. This patch allows the user to scroll through the most recent searches with C-up and C-down while in the search box. dima emacs/notmuch-hello.el | 49 +-- 1 files changed, 42

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

2011-05-29 Thread notm...@dima.secretsauce.net
From: Dima Kogan --- Hi. I made a few improvements to the emacs UI. This patch allows the user to scroll through the most recent searches with C-up and C-down while in the search box. dima emacs/notmuch-hello.el | 49 +-- 1 files changed, 42