jed-users mailing list

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

[Jed-users-l] .jedrc


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".

now when I enter the keys "^G" the minibuf shows:
Goto line: 
and when I enter a number and return the point goes there.


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.


What is it about ide and emacs mode that mess up my assignments?

Thanks,
Mike
-- 
Satisfied user of Linux since 1997.
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
_______________________________________________
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]