Re: [PATCH 0/6] menuconfig: jump to search results

2012-08-02 Thread Yann E. MORIN
All, On Thursday 02 August 2012 16:18:47 Benjamin Poirier wrote: > On 2012/08/02 15:32, Borislav Petkov wrote: > > On Tue, Jul 31, 2012 at 09:17:51AM -0400, Benjamin Poirier wrote: > > > > * when searching for "DELAY" for example, I get results without numbers > > > > to which I can't jump to: > >

Re: [PATCH 0/6] menuconfig: jump to search results

2012-08-02 Thread Benjamin Poirier
On 2012/08/02 15:32, Borislav Petkov wrote: > On Tue, Jul 31, 2012 at 09:17:51AM -0400, Benjamin Poirier wrote: > > > * when searching for "DELAY" for example, I get results without numbers > > > to which I can't jump to: > > > > > > ... > > > │ Symbol: DEFAULT_IO_DELAY_TYPE [=0] > > > │ Type

Re: [PATCH 0/6] menuconfig: jump to search results

2012-08-02 Thread Borislav Petkov
On Tue, Jul 31, 2012 at 09:17:51AM -0400, Benjamin Poirier wrote: > > * when searching for "DELAY" for example, I get results without numbers > > to which I can't jump to: > > > > ... > > │ Symbol: DEFAULT_IO_DELAY_TYPE [=0] > > │ Type : integer > > │ > > │ > > │ Symbol: IO_DELAY_TYPE_0

Re: [PATCH 0/6] menuconfig: jump to search results

2012-07-31 Thread Benjamin Poirier
On 2012/07/31 09:57, Borislav Petkov wrote: > On Mon, Jul 30, 2012 at 04:22:12PM -0400, Benjamin Poirier wrote: > > It's against linux-next, which already contains some patches for > > menuconfig. > > Ok, applying against the linux-next from today succeeds. And they seem > to work, I can search fo

Re: [PATCH 0/6] menuconfig: jump to search results

2012-07-31 Thread Borislav Petkov
On Mon, Jul 30, 2012 at 04:22:12PM -0400, Benjamin Poirier wrote: > It's against linux-next, which already contains some patches for > menuconfig. Ok, applying against the linux-next from today succeeds. And they seem to work, I can search for CONFIG_* stuff and then go straight to the results. A

Re: [PATCH 0/6] menuconfig: jump to search results

2012-07-30 Thread Benjamin Poirier
On 2012/07/30 21:58, Borislav Petkov wrote: > On Mon, Jul 30, 2012 at 03:22:04PM -0400, Benjamin Poirier wrote: > > Hello, > > > > This patch series adds "jump to" keys (similar to the cscope interface) to > > the > > search results of "make menuconfig" so that we can go directly to the menu > >

Re: [PATCH 0/6] menuconfig: jump to search results

2012-07-30 Thread Borislav Petkov
On Mon, Jul 30, 2012 at 03:22:04PM -0400, Benjamin Poirier wrote: > Hello, > > This patch series adds "jump to" keys (similar to the cscope interface) to the > search results of "make menuconfig" so that we can go directly to the menu > entry for a config option after searching for it. > > Patche

[PATCH 0/6] menuconfig: jump to search results

2012-07-30 Thread Benjamin Poirier
Hello, This patch series adds "jump to" keys (similar to the cscope interface) to the search results of "make menuconfig" so that we can go directly to the menu entry for a config option after searching for it. Patches 1-4 implement the basic functionnality. Patches 5-6 are an optionnal improveme