- Subject: Re: Preserving trailing whitespace?
- From: "John E. Davis" <davis@xxxxxxxxxxxxx>
- Date: Fri, 19 Nov 2004 23:04:26 -0500
Lloyd Zusman <ljz@xxxxxxxxxx> wrote:
>Is there any way to change this so that the call of
>jed_trim_whitespace() can be conditionally disabled in eol_cmd?
Use the "eol" function instead. That is, put:
define keybindings_hook (emulation)
{
switch (emulation)
{
case "emacs":
setkey ("eol", "^E");
}
% Other cases...
}
in your .jedrc file.
--John
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2004 date index]
[2004 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]