From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <75c24d38552c58790951a3be14d2805c@ladd.quanstro.net> From: "James A. Robinson" Date: Thu, 5 Sep 2013 20:06:00 -0700 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e0141a0aee74ccb04e5ae5339 Subject: Re: [9fans] Acme win and 75+ character Send commands Topicbox-Message-UUID: 79e5079a-ead8-11e9-9d60-3106f5b1d025 --089e0141a0aee74ccb04e5ae5339 Content-Type: text/plain; charset=UTF-8 2013/9/5 Rob Pike > Try > > set +o emacs > > (sic) > Thank you, that did it. Interesting that it's a +o command to turn something off. bash(1) ... READLINE This is the library that handles reading input when using an interactive shell, unless the --noediting option is given at shell invocation. By default, the line editing commands are similar to those of emacs. A vi-style line editing interface is also available. To turn off line editing after the shell is running, use the +o emacs or +o vi options to the set builtin (see SHELL BUILTIN COMMANDS below). ... --089e0141a0aee74ccb04e5ae5339 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
2013/9/5 Rob Pike <robpike@gma= il.com>
Try

set +o emacs

(sic)

Thank yo= u, that did it. =C2=A0Interesting that it's a +o command
to turn something off.
bash(1)
...
READLINE
=C2=A0 =C2=A0 =C2=A0 =C2=A0This =C2=A0is =C2=A0the lib= rary that handles reading input when using
=C2=A0 =C2=A0 =C2=A0 =C2=A0an interactive shell,= unless the --noediting option is given
=C2= =A0 =C2=A0 =C2=A0 =C2=A0at shell invocation. =C2=A0By default, the line edi= ting commands
=C2=A0 =C2=A0 =C2=A0 =C2=A0are similar to those of emacs. =C2=A0A vi-style = line editing
=C2=A0 =C2=A0 =C2=A0 =C2=A0interface is also ava= ilable. =C2=A0To turn off line editing after
=C2=A0 =C2=A0 =C2=A0 =C2=A0the shell =C2=A0is =C2=A0running, use the +o e= macs or +o vi options
=C2=A0 =C2=A0 =C2=A0 = =C2=A0to the set builtin (see SHELL BUILTIN COMMANDS below).
...

--089e0141a0aee74ccb04e5ae5339--