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. 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. 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
