Eduardo Cavazos <[EMAIL PROTECTED]> writes:

> Jose,
>
> On my system, this seems to freeze Emacs:
>
>     emacs -q -l misc/factor.el extra/boids/ui/ui.factor
>

It seems to be font-lock trying to highlight multiple lines in USING:
stanzas. The patch below should fix the problem, at the price of not
highlighting the vocabs (there seems to be no good way for handling this
use case efficiently in font-lock).

Thanks!

--------------
The following changes since commit bab45d891503ee43c226d9a05dc13acc9a72f555:
  Doug Coleman (1):
        Merge branch 'master' of git://factorcode.org/git/factor

are available in the git repository at:

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

Jose A. Ortega Ruiz (1):
      Emacs factor mode: disable highlight of vocabs in USING:.

 misc/factor.el |    1 -
 1 files changed, 0 insertions(+), 1 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