Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Roman Zippel
Hi, On Sun, 16 Sep 2007, Sam Ravnborg wrote: > > On Sun, 16 Sep 2007, Sam Ravnborg wrote: > > > > > But can you take a look at distingushing between non-selectable options > > > due to dependency issues and seleted-by symbols. > > > > Do you have an example in mind? If a symbol is not

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Matej Laitl
On Sunday 16 of September 2007 20:41:10 Sam Ravnborg wrote: > On Sat, Sep 15, 2007 at 08:04:10PM +0200, Matej Laitl wrote: > > menuconfig currently represents options implied by another option ('select' > > directive in Kconfig) by prefixing them with '---'. Unfortunately the same > > notation is

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Sam Ravnborg
On Sat, Sep 15, 2007 at 08:04:10PM +0200, Matej Laitl wrote: > menuconfig currently represents options implied by another option ('select' > directive in Kconfig) by prefixing them with '---'. Unfortunately the same > notation is used for comments. This is easy to fix - example below. Now a

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Sam Ravnborg
On Sun, Sep 16, 2007 at 07:10:06PM +0200, Roman Zippel wrote: > Hi, > > On Sun, 16 Sep 2007, Sam Ravnborg wrote: > > > But can you take a look at distingushing between non-selectable options > > due to dependency issues and seleted-by symbols. > > Do you have an example in mind? If a symbol is

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Roman Zippel
Hi, On Sun, 16 Sep 2007, Sam Ravnborg wrote: > But can you take a look at distingushing between non-selectable options > due to dependency issues and seleted-by symbols. Do you have an example in mind? If a symbol is not changable, but still visible, a select is usually involved. bye, Roman -

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Roman Zippel
Hi, On Sat, 15 Sep 2007, Matej Laitl wrote: > menuconfig currently represents options implied by another option ('select' > directive in Kconfig) by prefixing them with '---'. Unfortunately the same > notation is used for comments. > > This patch changes notation of selected-by-another items by

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Sam Ravnborg
On Sat, Sep 15, 2007 at 08:04:10PM +0200, Matej Laitl wrote: > menuconfig currently represents options implied by another option ('select' > directive in Kconfig) by prefixing them with '---'. Unfortunately the same > notation is used for comments. > > This patch changes notation of

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Sam Ravnborg
On Sat, Sep 15, 2007 at 08:04:10PM +0200, Matej Laitl wrote: menuconfig currently represents options implied by another option ('select' directive in Kconfig) by prefixing them with '---'. Unfortunately the same notation is used for comments. This patch changes notation of

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Roman Zippel
Hi, On Sat, 15 Sep 2007, Matej Laitl wrote: menuconfig currently represents options implied by another option ('select' directive in Kconfig) by prefixing them with '---'. Unfortunately the same notation is used for comments. This patch changes notation of selected-by-another items by

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Roman Zippel
Hi, On Sun, 16 Sep 2007, Sam Ravnborg wrote: But can you take a look at distingushing between non-selectable options due to dependency issues and seleted-by symbols. Do you have an example in mind? If a symbol is not changable, but still visible, a select is usually involved. bye, Roman -

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Sam Ravnborg
On Sun, Sep 16, 2007 at 07:10:06PM +0200, Roman Zippel wrote: Hi, On Sun, 16 Sep 2007, Sam Ravnborg wrote: But can you take a look at distingushing between non-selectable options due to dependency issues and seleted-by symbols. Do you have an example in mind? If a symbol is not

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Sam Ravnborg
On Sat, Sep 15, 2007 at 08:04:10PM +0200, Matej Laitl wrote: menuconfig currently represents options implied by another option ('select' directive in Kconfig) by prefixing them with '---'. Unfortunately the same notation is used for comments. This is easy to fix - example below. Now a comment

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Matej Laitl
On Sunday 16 of September 2007 20:41:10 Sam Ravnborg wrote: On Sat, Sep 15, 2007 at 08:04:10PM +0200, Matej Laitl wrote: menuconfig currently represents options implied by another option ('select' directive in Kconfig) by prefixing them with '---'. Unfortunately the same notation is used

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-16 Thread Roman Zippel
Hi, On Sun, 16 Sep 2007, Sam Ravnborg wrote: On Sun, 16 Sep 2007, Sam Ravnborg wrote: But can you take a look at distingushing between non-selectable options due to dependency issues and seleted-by symbols. Do you have an example in mind? If a symbol is not changable, but still

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-15 Thread Randy Dunlap
On Sat, 15 Sep 2007 20:04:10 +0200 Matej Laitl wrote: > menuconfig currently represents options implied by another option ('select' > directive in Kconfig) by prefixing them with '---'. Unfortunately the same > notation is used for comments. > > This patch changes notation of selected-by-another

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-15 Thread Matej Laitl
On Saturday 15 of September 2007 20:38:14 you wrote: > On Sep 15 2007 20:04, Matej Laitl wrote: > >This patch changes notation of selected-by-another items by introducing 2 > > new representations for implied options: > >{*} or {M} for options selected by another modularized one, thus builtin > >

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-15 Thread Jan Engelhardt
On Sep 15 2007 20:04, Matej Laitl wrote: > >This patch changes notation of selected-by-another items by introducing 2 new >representations for implied options: >{*} or {M} for options selected by another modularized one, thus builtin or >module capable, >-*- or -M- for options that cannot be at

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-15 Thread Matej Laitl
On Saturday 15 of September 2007 20:04:10 Matej Laitl wrote: > menuconfig currently represents options implied by another option ('select' > directive in Kconfig) by prefixing them with '---'. Unfortunately the same > notation is used for comments. > > (...) Oh please reply to my address [EMAIL

[PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-15 Thread Matej Laitl
menuconfig currently represents options implied by another option ('select' directive in Kconfig) by prefixing them with '---'. Unfortunately the same notation is used for comments. This patch changes notation of selected-by-another items by introducing 2 new representations for implied options:

[PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-15 Thread Matej Laitl
menuconfig currently represents options implied by another option ('select' directive in Kconfig) by prefixing them with '---'. Unfortunately the same notation is used for comments. This patch changes notation of selected-by-another items by introducing 2 new representations for implied options:

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-15 Thread Matej Laitl
On Saturday 15 of September 2007 20:04:10 Matej Laitl wrote: menuconfig currently represents options implied by another option ('select' directive in Kconfig) by prefixing them with '---'. Unfortunately the same notation is used for comments. (...) Oh please reply to my address [EMAIL

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-15 Thread Jan Engelhardt
On Sep 15 2007 20:04, Matej Laitl wrote: This patch changes notation of selected-by-another items by introducing 2 new representations for implied options: {*} or {M} for options selected by another modularized one, thus builtin or module capable, -*- or -M- for options that cannot be at the

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-15 Thread Matej Laitl
On Saturday 15 of September 2007 20:38:14 you wrote: On Sep 15 2007 20:04, Matej Laitl wrote: This patch changes notation of selected-by-another items by introducing 2 new representations for implied options: {*} or {M} for options selected by another modularized one, thus builtin or module

Re: [PATCH v2] menuconfig: distinguish between selected-by-another options and comments

2007-09-15 Thread Randy Dunlap
On Sat, 15 Sep 2007 20:04:10 +0200 Matej Laitl wrote: menuconfig currently represents options implied by another option ('select' directive in Kconfig) by prefixing them with '---'. Unfortunately the same notation is used for comments. This patch changes notation of selected-by-another