From: Junio C Hamano <gitster@pobox.com>
To: Valentin Haenel <valentin@fsfe.org>
Cc: Git-List <git@vger.kernel.org>
Subject: Re: question about interactive.singlekey
Date: Tue, 06 Sep 2011 14:28:27 -0700 [thread overview]
Message-ID: <7vsjo9743o.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: <20110906205011.GC1747@kudu.in-berlin.de> (Valentin Haenel's message of "Tue, 6 Sep 2011 22:50:11 +0200")
Valentin Haenel <valentin@fsfe.org> writes:
> i have recently installed debian on my laptop. I discovered that the
> 'interactive.singlekey' setting does not seem to work. On my desktop,
> which has been debian for a while it does work. These are both debian
> stable and have the exact same version of git v1.7.2.5, but
> perhaps slightly different packages of other software installed. Does
> the 'interactive.singlekey' setting perhaps need additional libraries
> which were forgotten in the debian package dependencies?
I see this:
eval {
require Term::ReadKey;
Term::ReadKey->import;
$use_readkey = 1;
so perhaps...
$ apt-cache search term.*readkey
libterm-readkey-perl - A perl module for simple terminal control
next prev parent reply other threads:[~2011-09-06 21:28 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-06 20:50 question about interactive.singlekey Valentin Haenel
2011-09-06 21:28 ` Junio C Hamano [this message]
2011-09-06 21:33 ` Valentin Haenel
2011-09-06 21:42 ` Junio C Hamano
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=7vsjo9743o.fsf@alter.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=valentin@fsfe.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).