jed-users mailing list

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

Re: [jed-users] text_mode_hook -> Stack Underflow Error


Harry Monroe <harrymonroe2012@xxxxxxxxx> wrote:
> i want to use this FAQ tip: http://www.jedsoft.org/jed/faq.html#faq-2
[...]
> $ cat .jedrc
> define text_mode_hook (mode)
>{
>    local_setkey ("indent_line", "\t");
>}

I corrected the FAQ.  There should be no mode parameter, i.e., use:

 define text_mode_hook ()
 {
    local_setkey ("indent_line", "\t");
 }

Thanks for reporting this.
--John

_______________________________________________
For list information, visit <http://jedsoft.org/jed/mailinglists.html>.


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