jed-users mailing list

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

Re: Preserving trailing whitespace?


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]