In jmacs, when you want to save and exit by typing ^X^C, you get a prompt
File foo has been modified. Save it (y,n,^C)?
that is simply annoying. I failed to locate an option in .jmacsrc that would disable this prompt.
So how do I do it? I remember disabling this prompt many years ago.
In .jmacsrc, you probably want to change querysave,query,killjoe ^X ^C Query to save files, then exit to just killjoe ^X ^C Exit
querysave,query,killjoe ^X ^C Query to save files, then exit
killjoe ^X ^C Exit
OK, but I do want jmacs to save the file, then exit without prompt.
Ah, then I think you want exsave ^X ^C Save file, then exit
exsave ^X ^C Save file, then exit
Excellent! I had to disable the
line, but now it's working just the way I like it!
Thanks a million!
Log in to post a comment.
In jmacs, when you want to save and exit by typing ^X^C, you get a prompt
that is simply annoying. I failed to locate an option in .jmacsrc
that would disable this prompt.
So how do I do it? I remember disabling this prompt many years ago.
In .jmacsrc, you probably want to change
querysave,query,killjoe ^X ^C Query to save files, then exit
to just
killjoe ^X ^C Exit
OK, but I do want jmacs to save the file, then exit without prompt.
Ah, then I think you want
exsave ^X ^C Save file, then exit
Excellent! I had to disable the
line, but now it's working just the way I like it!
Thanks a million!