[Factor-talk] Pull request: emacs font lock and indentation for constructor and field setters

2008-11-18 Thread Jose A. Ortega Ruiz
Hi. The two patches below provide more font lock and indentation for stanzas with constructors: a >>bar b >>qux [if you write here a line without a >>setter, TAB will align with ] Alternatively, the continuation line of a setter/constructor could start aligned with the constructor

Re: [Factor-talk] Pull request: emacs font lock and indentation for constructor and field setters

2008-11-18 Thread Eduardo Cavazos
On Tuesday 18 November 2008 19:09:43 Jose A. Ortega Ruiz wrote: > >a >>bar >b >>qux >[if you write here a line without a >>setter, > TAB will align with ] Wow... this is nice! > Alternatively, the continuation line of a setter/constructor could start > aligned with the construct