jed-users mailing list

[2012 Date Index] [2012 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] .jedrc


Mike McClain <mike.junk@xxxxxxxxxxx> wrote:
> When I enter "^h k" then "^G" in the minibuf I get:
> Key "Ctrl-G" runs the S-Lang function "goto_line_cmd".
>
> however when I enter the keys "^G" the minibuf shows:
> User Break

This is because ^G is handled by a much lower layer that causes a
SIGINT signal to be sent to jed.   The key that does this is
configurable using the `set_abort_char` function.  A number of
bindings use ^G for this.  You can see how it is used in emacs.sl,
cua.sl, ide.sl, ...

> In .jedrc if brief mode selected:
> in the minibuf which is red I see:
> ALT_CHAR is undefined
> and the file to be opened on the command line is not loaded.

As indicated by the "MSDOS only!!" comment in the jed.rc file, brief
bindings are not supported on Unix systems.

--John


_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2012 date index] [2012 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]