- Subject: Re: flyspell does work with JLM (Jörg's LaTeX mode)
- From: "Itai Arad" <itaitay@xxxxxxxxx>
- Date: Sun, 25 Nov 2007 12:45:47 +0200
Hi Jörg,
On Nov 22, 2007 10:15 PM, Jörg Sommer <joerg@xxxxxxxxxxxx> wrote:
> Text mode uses the old highlighting while JLM uses DFA highlighting.
> IIRC, flyspell doesn't work with DFA highlighting—IMO, it can't.
I don't think so. For example, I have written a dead-simple mode for
the asymptote language that uses DFA, and it works great with
flyspell. In that mode, the DFA table is called asy, and I use the
following lines from the "asy_mode_hook" function to start flyspell:
custom_variable("flyspell_syntax_table", "asy");
define_blocal_var("flyspell_syntax_table", "asy");
flyspell_mode;
This works like charm...
Of course, I tried the same with your mode - but it doesn't - although
the mode is activated, I cannot see the highlighting of the errors...
Another thing: previously, I was using Guido Gonzato latex mode. If I
understand correctly, it also uses DFA. And with that mode I had no
problem using flyspell.
Thanks,
Itai.
>
> > I activate flyspell in the jed.rc file in the
> > after_latex_load_hook(mode) funtion using the command flyspell_mode;
>
> This is not what after_latex_load_hook() is for. You should use
> latex_mode_hook(). after_latex_load_hook() is run once after the file
> latex.sl is loaded. But you need to call flyspell_mode() everytime the
> latex mode for a file is set; this is latex_mode_hook(). But as said
> above, this should not work.
>
> Bye, Jörg.
> --
> Erfahrung heißt gar nichts. Man kann seine Sache auch 35 Jahre schlecht
> machen.
> (Kurt Tucholsky)
>
>
> --------------------------
> To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
> the word "unsubscribe" in the message body.
> Need help? Email <jed-users-owner@xxxxxxxxxxx>.
>
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2007 date index]
[2007 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]