Hi, You can fix the tabs on indent by putting the following in your .emacs (I also do this for my lisp code):
(setq-default indent-tabs-mode nil) V. Glenn Tarcea [EMAIL PROTECTED] On Nov 15, 2008, at 9:22 PM, Eduardo Cavazos wrote: > > On Saturday 15 November 2008 19:35:53 Jose A. Ortega Ruiz wrote: > >> Nope, i didn't touch the indentation code in factor.el (yet). But >> sounds >> like an easy fix. > > Ah... sorry about that. :-) Didn't mean to point the finger at ya. > Those > changes must have come in before yours; I just hadn't tested them > thoroughly > yet... > >> OK. I can fix that (no tabs for indentation), and make the tab width >> customizable: does that sound good? > > Oh man... that would be so awesome. Getting the indentation style > wrong is a > source of conflict so we might have to nominate you for the Nobel > Peace > prize. :-) > > Ed > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
