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

2012-09-27 Thread Michal Marek
On 23.8.2012 20:55, Benjamin Poirier wrote: > 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 function

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

2012-08-24 Thread Benjamin Poirier
On 2012/08/24 17:49, Borislav Petkov wrote: > On Thu, Aug 23, 2012 at 02:55:02PM -0400, Benjamin Poirier wrote: > > 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 conf

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

2012-08-24 Thread Borislav Petkov
On Thu, Aug 23, 2012 at 02:55:02PM -0400, Benjamin Poirier wrote: > 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 implem

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

2012-08-23 Thread Benjamin Poirier
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 functionality. Patches 5-6 are an optional improvement. Chang