Hi Ed! Eduardo Cavazos <[EMAIL PROTECTED]> writes:
> Hi Jose! > > I have some stuff in my personal '.emacs' file which probably messes > with how 'factor.el' is performing indentation. So I made sure to try > out the latest 'factor.el' in an 'emacs -q'. > > The auto-indentation appears to be working, however, it looks like > it's using actual tab characters. Was this your intention? If so, the > trouble is that, by default, tab characters are not valid whitespace > in Factor. > Nope, i didn't touch the indentation code in factor.el (yet). But sounds like an easy fix. > Indentation style is of course a matter of taste and it fluctuates > across the community. However, there's a style for vocabularies in > 'core' and 'basis' which we try to stick to. In those vocabularies a > tab size of 4 spaces is used. In all my personal vocabularies I use a > tab size of 2. > OK. I can fix that (no tabs for indentation), and make the tab width customizable: does that sound good? Cheers, jao -- A designer knows he has achieved perfection not when there is nothing left to add, but when there is nothing left to take away. - Antoine de Saint-Exupery ------------------------------------------------------------------------- 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
