- Subject: Re: [Jed-users-l] Toggle overwrite via setkey?
- From: Manfred Hanke <Manfred.Hanke@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 02 Jan 2014 11:55:25 +0100
Hi Parke,
> On Wed, Jan 1, 2014 at 3:31 PM, Parke <parke.nexus@xxxxxxxxx> wrote:
>> Is there a way to bind a key to toggle overwrite?
I have the following in my ~/.jedrc:
require("keydefs");
setkey("toggle_overwrite", Key_Ins);
On 01/02/14 01:15, Parke wrote:
> By contrast, ESC X tog TAB did show some toggle functions, but not
> toggle_overwrite.
You can run
_add_completion("toggle_overwrite", 1);
in jed's S-Lang shell (ESC Shift+X) to activate its TAB-completion.
> Is there an online list of all the "Describe Function" functions somewhere?
If you run `apropos' on the empty string, e.g. via
ESC Shift+X apropos("") RET
, I believe you get an unfiltered list of
+ intrinsic functions (defined in S-Lang'/jed's C-layer)
+ library functions (defined in S-Lang's/jed's S-Lang layer),
(and likewise variables), but not
- internal functions (defined in jed, see apropos("is_internal") ).
> Sorry for the noise.
No need to be sorry!
Cheers and a happy new year to everyone,
Manfred
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l
[2014 date index]
[2014 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]