caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Marshall <marshall@logical.net>
To: caml-list@inria.fr
Subject: [Caml-list] Configure utop to use rlwrap/emacs history keys?
Date: Fri, 14 Apr 2017 01:40:26 -0500	[thread overview]
Message-ID: <ABE2E4FE-BA2B-4408-B3A9-DE6B3137690D@logical.net> (raw)

Newbie question:

On OSX 10.11, I would like to configure utop so that Ctrl-P moves to the previously entered line of code, and so that Ctrl-N moves back down toward the most recent line.  According to what ‘man lambda-term-inputrc' and ‘lambda-term-actions’ say, it seems to me that I ought to be able to get this behavior by putting the following in .lambda-term-inputrc in my home directory:

[read-line]
C-p: next-line 
C-n: prev-line

However, this configuration to have no effect.  I can move up and down through command history using the arrow keys, as I could without the rc file, Ctrl-P and Ctrl-N still do nothing.

Thanks very much-

Marshall

             reply	other threads:[~2017-04-14  6:40 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-14  6:40 Marshall [this message]
2017-04-14 13:25 ` Francois BERENGER
2017-04-14 13:46 ` Evgeny Roubinchtein
2017-04-14 15:06   ` Marshall

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=ABE2E4FE-BA2B-4408-B3A9-DE6B3137690D@logical.net \
    --to=marshall@logical.net \
    --cc=caml-list@inria.fr \
    /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).