jed-users mailing list

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

Re: Brief keybindings (newbie)


begin  Steve Corwin <steve@xxxxxxxxxxxx> wrote:
> Hi,
> I've been experimenting with jed while looking for an editor that runs 
> on Linux and supports the Brief keybindings.  Based on the web pages I 
> found I tried making a .jedrc file.  Here are its contents:
> steve@luke:~$ cat .jedrc
> if (BATCH == 0)
> {
>   %() = evalfile ("brief");       %% Brief Keybindings (MSDOS only!!)
>   () = evalfile ("/usr/share/jed/lib/brief.sl");
> }
> 
> I know that jed sees it because I get an error message when jed starts 
> that says "S-Lang Error: Undefined Name: ALT_CHAR is undefined".

Copy brief.sl to your home and comment out the line "ALT_CHAR = 0". Then
call evalfile("~/brief.sl").

HTH, Joerg.


--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2003 date index] [2003 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]