Re: [PATCH v2 0/2] kconfig/mconf: propagate jumping function in search result view

2017-03-23 Thread Jani Nikula

Yann?

I'd like to have both of these merged, I think they are worthwhile and
simple additions, and they look good to me.


BR,
Jani.


On Thu, 23 Mar 2017, "Du, Changbin"  wrote:
> Sencond ping... if this is realy not necessary I give up.
>
> On Mon, Mar 06, 2017 at 06:28:50PM +0800, Du, Changbin wrote:
>> Hello, any new update need for this or new comments? :)
>> 
>> On Wed, Feb 08, 2017 at 11:09:37AM +0800, changbin...@intel.com wrote:
>> > From: Changbin Du 
>> > 
>> > While I am searching something in menuconfig, I hope if I can jump to 
>> > interested
>> > items directly. I even try to add this feature. When I check the code just 
>> > found 
>> > it has already been there but not documented. So why let more developers 
>> > know it?
>> > 
>> > v2: correct spell (Jim)
>> >
>> > Changbin Du (2):
>> >   kconfig/mconf: add jumping tip in title of search result textbox
>> >   Documentation/kconfig: add search jump feature description
>> > 
>> >  Documentation/kbuild/kconfig.txt | 4 
>> >  scripts/kconfig/mconf.c  | 8 
>> >  2 files changed, 8 insertions(+), 4 deletions(-)
>> > 
>> > -- 
>> > 2.7.4
>> > 
>> 
>> -- 
>> Thanks,
>> Changbin Du

-- 
Jani Nikula, Intel Open Source Technology Center


Re: [PATCH v2 0/2] kconfig/mconf: propagate jumping function in search result view

2017-03-23 Thread Jani Nikula

Yann?

I'd like to have both of these merged, I think they are worthwhile and
simple additions, and they look good to me.


BR,
Jani.


On Thu, 23 Mar 2017, "Du, Changbin"  wrote:
> Sencond ping... if this is realy not necessary I give up.
>
> On Mon, Mar 06, 2017 at 06:28:50PM +0800, Du, Changbin wrote:
>> Hello, any new update need for this or new comments? :)
>> 
>> On Wed, Feb 08, 2017 at 11:09:37AM +0800, changbin...@intel.com wrote:
>> > From: Changbin Du 
>> > 
>> > While I am searching something in menuconfig, I hope if I can jump to 
>> > interested
>> > items directly. I even try to add this feature. When I check the code just 
>> > found 
>> > it has already been there but not documented. So why let more developers 
>> > know it?
>> > 
>> > v2: correct spell (Jim)
>> >
>> > Changbin Du (2):
>> >   kconfig/mconf: add jumping tip in title of search result textbox
>> >   Documentation/kconfig: add search jump feature description
>> > 
>> >  Documentation/kbuild/kconfig.txt | 4 
>> >  scripts/kconfig/mconf.c  | 8 
>> >  2 files changed, 8 insertions(+), 4 deletions(-)
>> > 
>> > -- 
>> > 2.7.4
>> > 
>> 
>> -- 
>> Thanks,
>> Changbin Du

-- 
Jani Nikula, Intel Open Source Technology Center


Re: [PATCH v2 0/2] kconfig/mconf: propagate jumping function in search result view

2017-03-23 Thread Du, Changbin
Sencond ping... if this is realy not necessary I give up.

On Mon, Mar 06, 2017 at 06:28:50PM +0800, Du, Changbin wrote:
> Hello, any new update need for this or new comments? :)
> 
> On Wed, Feb 08, 2017 at 11:09:37AM +0800, changbin...@intel.com wrote:
> > From: Changbin Du 
> > 
> > While I am searching something in menuconfig, I hope if I can jump to 
> > interested
> > items directly. I even try to add this feature. When I check the code just 
> > found 
> > it has already been there but not documented. So why let more developers 
> > know it?
> > 
> > v2: correct spell (Jim)
> >
> > Changbin Du (2):
> >   kconfig/mconf: add jumping tip in title of search result textbox
> >   Documentation/kconfig: add search jump feature description
> > 
> >  Documentation/kbuild/kconfig.txt | 4 
> >  scripts/kconfig/mconf.c  | 8 
> >  2 files changed, 8 insertions(+), 4 deletions(-)
> > 
> > -- 
> > 2.7.4
> > 
> 
> -- 
> Thanks,
> Changbin Du



-- 
Thanks,
Changbin Du


signature.asc
Description: PGP signature


Re: [PATCH v2 0/2] kconfig/mconf: propagate jumping function in search result view

2017-03-23 Thread Du, Changbin
Sencond ping... if this is realy not necessary I give up.

On Mon, Mar 06, 2017 at 06:28:50PM +0800, Du, Changbin wrote:
> Hello, any new update need for this or new comments? :)
> 
> On Wed, Feb 08, 2017 at 11:09:37AM +0800, changbin...@intel.com wrote:
> > From: Changbin Du 
> > 
> > While I am searching something in menuconfig, I hope if I can jump to 
> > interested
> > items directly. I even try to add this feature. When I check the code just 
> > found 
> > it has already been there but not documented. So why let more developers 
> > know it?
> > 
> > v2: correct spell (Jim)
> >
> > Changbin Du (2):
> >   kconfig/mconf: add jumping tip in title of search result textbox
> >   Documentation/kconfig: add search jump feature description
> > 
> >  Documentation/kbuild/kconfig.txt | 4 
> >  scripts/kconfig/mconf.c  | 8 
> >  2 files changed, 8 insertions(+), 4 deletions(-)
> > 
> > -- 
> > 2.7.4
> > 
> 
> -- 
> Thanks,
> Changbin Du



-- 
Thanks,
Changbin Du


signature.asc
Description: PGP signature


Re: [PATCH v2 0/2] kconfig/mconf: propagate jumping function in search result view

2017-03-06 Thread Du, Changbin
Hello, any new update need for this or new comments? :)

On Wed, Feb 08, 2017 at 11:09:37AM +0800, changbin...@intel.com wrote:
> From: Changbin Du 
> 
> While I am searching something in menuconfig, I hope if I can jump to 
> interested
> items directly. I even try to add this feature. When I check the code just 
> found 
> it has already been there but not documented. So why let more developers know 
> it?
> 
> v2: correct spell (Jim)
>
> Changbin Du (2):
>   kconfig/mconf: add jumping tip in title of search result textbox
>   Documentation/kconfig: add search jump feature description
> 
>  Documentation/kbuild/kconfig.txt | 4 
>  scripts/kconfig/mconf.c  | 8 
>  2 files changed, 8 insertions(+), 4 deletions(-)
> 
> -- 
> 2.7.4
> 

-- 
Thanks,
Changbin Du


signature.asc
Description: PGP signature


Re: [PATCH v2 0/2] kconfig/mconf: propagate jumping function in search result view

2017-03-06 Thread Du, Changbin
Hello, any new update need for this or new comments? :)

On Wed, Feb 08, 2017 at 11:09:37AM +0800, changbin...@intel.com wrote:
> From: Changbin Du 
> 
> While I am searching something in menuconfig, I hope if I can jump to 
> interested
> items directly. I even try to add this feature. When I check the code just 
> found 
> it has already been there but not documented. So why let more developers know 
> it?
> 
> v2: correct spell (Jim)
>
> Changbin Du (2):
>   kconfig/mconf: add jumping tip in title of search result textbox
>   Documentation/kconfig: add search jump feature description
> 
>  Documentation/kbuild/kconfig.txt | 4 
>  scripts/kconfig/mconf.c  | 8 
>  2 files changed, 8 insertions(+), 4 deletions(-)
> 
> -- 
> 2.7.4
> 

-- 
Thanks,
Changbin Du


signature.asc
Description: PGP signature


[PATCH v2 0/2] kconfig/mconf: propagate jumping function in search result view

2017-02-07 Thread changbin . du
From: Changbin Du 

While I am searching something in menuconfig, I hope if I can jump to interested
items directly. I even try to add this feature. When I check the code just 
found 
it has already been there but not documented. So why let more developers know 
it?

v2: correct spell (Jim)
   
Changbin Du (2):
  kconfig/mconf: add jumping tip in title of search result textbox
  Documentation/kconfig: add search jump feature description

 Documentation/kbuild/kconfig.txt | 4 
 scripts/kconfig/mconf.c  | 8 
 2 files changed, 8 insertions(+), 4 deletions(-)

-- 
2.7.4



[PATCH v2 0/2] kconfig/mconf: propagate jumping function in search result view

2017-02-07 Thread changbin . du
From: Changbin Du 

While I am searching something in menuconfig, I hope if I can jump to interested
items directly. I even try to add this feature. When I check the code just 
found 
it has already been there but not documented. So why let more developers know 
it?

v2: correct spell (Jim)
   
Changbin Du (2):
  kconfig/mconf: add jumping tip in title of search result textbox
  Documentation/kconfig: add search jump feature description

 Documentation/kbuild/kconfig.txt | 4 
 scripts/kconfig/mconf.c  | 8 
 2 files changed, 8 insertions(+), 4 deletions(-)

-- 
2.7.4