GNU bug report logs - #19886
11.87; emacs 24 and jit-lock-force-redisplay

Previous Next

Package: auctex;

Reported by: Uwe Brauer <oub <at> mat.ucm.es>

Date: Tue, 17 Feb 2015 11:48:01 UTC

Severity: normal

Found in version 11.87

Done: Tassilo Horn <tsdh <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Tassilo Horn <tsdh <at> gnu.org>
To: Uwe Brauer <oub <at> mat.ucm.es>
Cc: 19886 <at> debbugs.gnu.org
Subject: bug#19886: closed (Re: bug#19886: 11.87; emacs 24 and jit-lock-force-redisplay)
Date: Tue, 17 Feb 2015 21:06:07 +0100
Uwe Brauer <oub <at> mat.ucm.es> writes:

>    >> In end of data:
>    >> tex-jp.el:848:1:Warning: the function `japanese-TeX-coding-ejsu' is not known
>    >> to be defined.
>    >> Wrote /home/oub/ALLES/emacs/site-lisp/packages/auctex-11.88/tex-jp.elc
>    >> make: *** [lisp] Error 1
>
>    > That's no error but just a warning.  The error must have happened
>    > somewhere before.
>
> Error 1 looks serious to be.

Yes, but that's just make telling you that something has gone wrong when
trying to fulfill the target lisp.  The cause doesn't need to be exactly
above that line because make performs tasks in parallel [1].  Make just
cannot stop all running tasks when the first error is found, so it'll
tell you if errors have happened in any task as a summary.

Somewhere above, there's a line like

  file.el:281:1:Error: bla bla bla

and that's the real error.

Bye,
Tassilo

[1] You can tell make not to perform tasks in parallel using
"MAKEOPTS=-j1 make", and then the make real error and the make "you have
an error" message are next to each other.




This bug report was last modified 10 years and 155 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.