- Subject: Re: Ann: New release of JoergsLatexMode
- From: Jörg Sommer <joerg@xxxxxxxxxxxx>
- Date: Wed, 27 Sep 2006 00:05:23 +0000 (UTC)
Hello Romano,
Romano Giannetti <romanol@xxxxxxx> wrote:
> I have found a little problem. With this patch, if I have a run with an
> error, and then immediately after another run with an error (for
> example, do a compose with a file with one error, correct it with
> another error, re-run), the jed asks me "file changed on disk:
> reload?" (referring to the log file, I imagine). Now, this happens
> without the patch too, but then I can say "yes"; with this patch, when
> the question pops up the cursos is still in crazy blinking mode, and it
> is impossible to type anything (type y-e-s and you abtain eys or
> whatever combination).
Press Ctrl+G before or use the backspace key to correct the word.
> So I removed the patch, but still I have the "file changed on disk"
> question at every run with error...
Here is a patch.
#v+
Index: latex_external.sl
===================================================================
--- latex_external.sl (Revision 79)
+++ latex_external.sl (Arbeitskopie)
@@ -67,6 +67,17 @@
return NULL;
}
+#if (strcmp(_jed_version_string, "0.99.19-14") < 0)
+private define buffer_filename ()
+{
+ variable args = __pop_args (_NARGS);
+ variable file, dir;
+ (file, dir, , ) = getbuf_info(__push_args (args));
+ !if (strlen (file)) dir = "";
+ return dir + file;
+}
+#endif
+
private variable MODE="LaTeX-External";
%%%%%%%%%%
#v-
Any other suggestions, wishes, bugs?
Bye, Jörg.
--
A red sign on the door of a physics professor: 'If this sign is blue,
you're going too fast.'
--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.
[2006 date index]
[2006 thread index]
[Thread Prev] [Thread Next]
[Date Prev] [Date Next]