linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Marek <mmarek@suse.cz>
To: crquan@gmail.com
Cc: linux-kbuild@vger.kernel.org, Arnaud Lacombe <lacombar@gmail.com>,
	Sam Ravnborg <sam@ravnborg.org>,
	Nir Tzachar <nir.tzachar@gmail.com>,
	Randy Dunlap <rdunlap@xenotime.net>,
	linux-kernel@vger.kernel.org, c.rq541@comcast.net
Subject: Re: [PATCH V3 5/5] scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputbox
Date: Fri, 09 Sep 2011 14:46:47 +0200	[thread overview]
Message-ID: <4E6A0AB7.80800@suse.cz> (raw)
In-Reply-To: <1314899542-5848-5-git-send-email-crquan@gmail.com>

On 1.9.2011 19:52, crquan@gmail.com wrote:
> From: Cheng Renquan <crquan@gmail.com>
> 
> to make it easier to locate begin/end when editing long strings;
> 
> Signed-off-by: Cheng Renquan <crquan@gmail.com>
> Acked By: Nir Tzachar <nir.tzachar@gmail.com>
> --

Applied all five to kbuild-2.6.git#kconfig.

Michal


      reply	other threads:[~2011-09-09 12:46 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-29  9:09 [RFC] nconf bug fixes and improvements Cheng Renquan
2011-08-29 14:14 ` Arnaud Lacombe
2011-08-29 16:12   ` Randy Dunlap
2011-08-29 16:53 ` Sam Ravnborg
2011-08-29 23:56 ` [PATCH 1/5] scripts/kconfig/nconf: fix typo: unknow => unknown Cheng Renquan
2011-08-29 23:56   ` [PATCH 2/5] scripts/kconfig/nconf: fix memmove's length arg Cheng Renquan
2011-08-29 23:56     ` [PATCH 3/5] scripts/kconfig/nconf: dynamically alloc dialog_input_result Cheng Renquan
2011-08-29 23:56       ` [PATCH 4/5] scripts/kconfig/nconf: fix editing long strings Cheng Renquan
2011-08-29 23:56         ` [PATCH 5/5] scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputbox Cheng Renquan
2011-08-30  4:59         ` [PATCH 4/5] scripts/kconfig/nconf: fix editing long strings Arnaud Lacombe
2011-08-31  8:39           ` Nir Tzachar
2011-08-30  0:16       ` [PATCH 3/5] scripts/kconfig/nconf: dynamically alloc dialog_input_result Cheng Renquan
2011-08-30  3:25       ` Arnaud Lacombe
2011-08-30  4:14       ` Arnaud Lacombe
2011-08-30  4:26         ` Arnaud Lacombe
2011-08-30  0:02   ` [PATCH 1/5] scripts/kconfig/nconf: fix typo: unknow => unknown Arnaud Lacombe
2011-08-31  7:46 ` [PATCH 0/6] nconf bug fixes and U/E improvements Cheng Renquan
2011-08-31  7:46   ` [PATCH V2 1/6] scripts/kconfig/nconf: fix typo: unknow => unknown Cheng Renquan
2011-08-31  7:46     ` [PATCH V2 2/6] scripts/kconfig/nconf: fix memmove's length arg Cheng Renquan
2011-08-31  7:46       ` [PATCH V2 3/6] scripts/kconfig/nconf: dynamically alloc dialog_input_result Cheng Renquan
2011-08-31  7:46         ` [PATCH V2 4/6] scripts/kconfig/nconf: fix editing long strings Cheng Renquan
2011-08-31  7:46           ` [PATCH V2 5/6] scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputbox Cheng Renquan
2011-08-31  7:46             ` [PATCH V2 6/6] scripts/kconfig/nconf: trunc too long string display in menu Cheng Renquan
2011-08-31  8:53               ` Nir Tzachar
2011-08-31 13:04                 ` Cheng Renquan
2011-08-31  8:42             ` [PATCH V2 5/6] scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputbox Nir Tzachar
2011-08-31  8:30       ` [PATCH V2 2/6] scripts/kconfig/nconf: fix memmove's length arg Nir Tzachar
2011-08-31 12:36   ` [PATCH 0/6] nconf bug fixes and U/E improvements Cheng Renquan
2011-09-01 17:52 ` [PATCH V3 1/5] scripts/kconfig/nconf: fix typo: unknow => unknown crquan
2011-09-01 17:52   ` [PATCH V3 2/5] scripts/kconfig/nconf: fix memmove's length arg crquan
2011-09-01 17:52     ` [PATCH V3 3/5] scripts/kconfig/nconf: dynamically alloc dialog_input_result crquan
2011-09-01 17:52       ` [PATCH V3 4/5] scripts/kconfig/nconf: fix editing long strings crquan
2011-09-01 17:52         ` [PATCH V3 5/5] scripts/kconfig/nconf: add KEY_HOME / KEY_END for dialog_inputbox crquan
2011-09-09 12:46           ` Michal Marek [this message]

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=4E6A0AB7.80800@suse.cz \
    --to=mmarek@suse.cz \
    --cc=c.rq541@comcast.net \
    --cc=crquan@gmail.com \
    --cc=lacombar@gmail.com \
    --cc=linux-kbuild@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=nir.tzachar@gmail.com \
    --cc=rdunlap@xenotime.net \
    --cc=sam@ravnborg.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;
as well as URLs for NNTP newsgroup(s).