"Slava Pestov" <[EMAIL PROTECTED]> writes:

> - There is a bug with the indentation of ;. Try the following, it works:
>
> : foo ( -- )
>     ;
>
> : blah ...
>
> But this doesn't
>
> : foo ( -- )
>     ; inline
>
>     : blah ...
>
> Having declarations (inline, foldable, etc) after ; confuses the indentation.

The patch below should fix this bug. It also provides a font lock face
for declarations.

Thanks!

-----------------------------
The following changes since commit cb815a965b35890e475057314381e6fb3e0f054d:
  Eduardo Cavazos (1):
        kernel-docs: Fix '2dip' docs

are available in the git repository at:

  http://git.hacks-galore.org/jao/factor.git emacs

Jose A. Ortega Ruiz (1):
      Emacs factor mode: fix indentation in presence of declaration word, and 
add a face for them.

 misc/factor.el |   71 +++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 45 insertions(+), 26 deletions(-)

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

Reply via email to