public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
From: Ladislav Michl <ladis@linux-mips.org>
To: linux-kbuild@vger.kernel.org
Subject: Menuconfig and !isalpha() characters in comment
Date: Fri, 31 Oct 2008 11:13:02 +0100	[thread overview]
Message-ID: <20081031101302.GA20296@michl.2n.cz> (raw)

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

                 reply	other threads:[~2008-10-31 10:18 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081031101302.GA20296@michl.2n.cz \
    --to=ladis@linux-mips.org \
    --cc=linux-kbuild@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox