jed-users mailing list

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

Re: [Jed-users-l] TAB Keycode


On Sat, Sep 15, 2012 at 11:19:50AM -0300, Facundo Bianco wrote:

> Thanks Mike! It helps me.

Prego.

Sorry I forgot this:
%   toggle between hard and soft tabs
define toggle_tabs ()
{   if ( USE_TABS )
    {   USE_TABS = 0;
        message ( "soft tabs" );
    }
    else
    {   USE_TABS = 1;
        message ( "hard tabs" );
    }
}

Mike
--
Satisfied user of Linux since 1997.
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


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