- Subject: Re: [jed-users] text_mode_hook -> Stack Underflow Error
- From: jed@xxxxxxxxxxx (John E. Davis)
- Date: Sat, 29 Apr 2017 13:41:37 -0400
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]