- Subject: Re: Jörg's LaTeX mode r100
- From: "G. Milde" <milde@xxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 8 May 2007 09:16:09 +0200
On 7.05.07, John E. Davis wrote:
> G. Milde <milde@xxxxxxxxxxxxxxxxxxxxx> wrote:
> >> It sounds like a problem of Jed or SLang. Which version do you use?
> >
> >Jed Version: 0.99.18
> >S-Lang Version: 2.0.6
> slang-2.0.6 had a bug in the handling of byte-compiled files
> containing strings with the "$" suffix, e.g.,
> file = "$HOME/foo.sl"$;
> This bug was corrected in 2.0.7. Does latex.sl or any of the files it
> loads contain such constructs?
This explains a lot. However, when I test with
Jed Version: 0.99.18
S-Lang Version: 2.0.6
the following file:
% slang-2.0.6-byte-compile-bug.sl:
static variable foo = "bar";
variable str = "this is $foo"$;
message(str);
variable str2 = "my $HOME is my castle"$;
message(str2);
% byte_compile_file("slang-2.0.6-byte-compile-bug.sl", 0);
% () = evalfile("slang-2.0.6-byte-compile-bug.sl");
everything works fine!
Is there more known about the specific conditions needed to trigger the
segmentation fault?
Guenter
--------------------------
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]