6 Aug 2012 09:02
[Jed-users-l] .jedrc
Mike McClain <mike.junk <at> nethere.com>
2012-08-06 07:02:39 GMT
2012-08-06 07:02:39 GMT
Howdy,
In .jedrc if no mode selected with evalfile()
which I think means I'm in emacs mode and
local_unsetkey("^G");
local_setkey("goto_line_cmd", "^G");
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
In .jedrc if ide mode selected:
() = evalfile ("ide");
local_unsetkey("^G");
local_setkey("goto_line_cmd", "^G");
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
In .jedrc if cua mode selected:
() = evalfile ("cua");
local_unsetkey("^G");
local_setkey("goto_line_cmd", "^G");
When I enter "^h k" then "^G" in the minibuf I get:
Key "Ctrl-G" runs the S-Lang function "goto_line_cmd".
(Continue reading)
RSS Feed