public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: euphoria@inbox.com
To: linux-kernel@vger.kernel.org
Subject: losing a menuconfig session to a typo
Date: Mon, 15 Dec 2008 13:03:28 -0800	[thread overview]
Message-ID: <CCCA86B6E10.000005AEeuphoria@inbox.com> (raw)

It's easy to accidentally lose a menuconfig session.  Scenarios start with a
user being accustomed to hitting [right-arrow][return] to exit from a typical
menu.  Perhaps the user prefers his underutilized numeric keypad over adding to
the beating [escape] takes.  Scenarios finish with the user accidentally
issuing [right-arrow][return] to "Do you wish to save? <Yes> <No>".  I only
lost a quick change, but it's easy to imagine how a few hours of menuconfig
time might go away.  "It'll just take a few minutes to whip my distro's kernel
into shape."  Yeah right.  Four hours of guesswork and research later, you're
tired, thinking about the make command to follow, [right-arrow][return] as
usual, wait! no! damndamndamn!, yer snookered.

There are a variety of simple ways to address this.  First, change the menu.
Swapping the order of the <Yes> and <No> would be begging for even more
trouble.  However, the <Yes>/<No> decision could be made a <Yes>/<Maybe>/<No>
decision.  This leaves <Yes>, the predominant choice, in place.  <Maybe>, in
the disputed position, could simply present the same menu.  Someone might even
have a little well-deserved fun with <Maybe> menus.  This doesn't seem all that
intrusive to me.  Second, print the diff.  When changes aren't saved, a diff of
the original config and one that would've been saved could simply be written to
stdout followed by a little blurb, "Those were the changes you didn't save.".
Third, add a save command.  I save at comfortable intervals when editing
everything else, why not kernel configurations?  This reduces the scope of
lossage in general.

Regards, [Ag]   Andy Gaynor   euphoria@inbox.com

             reply	other threads:[~2008-12-15 21:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-15 21:03 euphoria [this message]
2008-12-16 21:10 ` losing a menuconfig session to a typo Pavel Machek

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=CCCA86B6E10.000005AEeuphoria@inbox.com \
    --to=euphoria@inbox.com \
    --cc=linux-kernel@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