public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* Menuconfig and !isalpha() characters in comment
@ 2008-10-31 10:13 Ladislav Michl
  0 siblings, 0 replies; only message in thread
From: Ladislav Michl @ 2008-10-31 10:13 UTC (permalink / raw)
  To: linux-kbuild

Hi,

first let me apologize to report bug which does not trigger in kernel
tree, but I'd rather see it fixed here.

As a testcase apply following patch and run 'make menuconfig ARCH=arm'
Now pressing <space> key no longer toggles selected menuconfig entry,
but rather selects first, second and fourth line of added comment.

How would prefered fix look like? I wouldn't allow comment selection at
first place, but lets wait to some conclusion with good chance to be
accepted in mailine.

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 9c0690b..eb89e78 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -3,6 +3,11 @@
 # see Documentation/kbuild/kconfig-language.txt.
 #
 
+comment "----------------"
+comment "................"
+comment "Some comment    "
+comment "----------------"
+
 mainmenu "Linux Kernel Configuration"
 
 config ARM


Best regards,
	ladis

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-31 10:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-31 10:13 Menuconfig and !isalpha() characters in comment Ladislav Michl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox