- Subject: Re: [Jed-users-l] TAB Keycode
- From: Mike McClain <mike.junk@xxxxxxxxxxx>
- Date: Sat, 15 Sep 2012 11:22:52 -0700
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]