jed-users mailing list

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

Re: self_insert_cmd + TAB problem


Jason Greene <jason@xxxxxxxxxxxxx> wrote:
>Has anyone else noticed that setkey("self_insert_cmd", "^I");
>no longer works since B99.13? (I highly desire strict tabs)

It still works, except modes will often change the setting of the tab
to something else.  You can put

    define global_mode_hook (mode_hook)
    {
       local_setkey ("self_insert_cmd", "\t");
    }

in your .jedrc file to get the old behavior.

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


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