bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-AUCTeX] 2013-05-23; TeX-next-error does not update help buffer


From: Tassilo Horn
Subject: Re: [Bug-AUCTeX] 2013-05-23; TeX-next-error does not update help buffer
Date: Tue, 11 Jun 2013 10:16:41 +0200
User-agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3.50 (gnu/linux)

Markus Pahlow <address@hidden> writes:

> I use the auctex version retrieved via git.  When I use TeX-next-error
> the first time, it works.  However, the next time TeX-next-error is
> used, the help buffer displays the previous error and help messages.
> Deleting the help buffer makes TeX-next-error work (only once).

Oh, indeed.

> I found that the following modification of TeX-help-error in tex-buf.el solved
> the problem:
> add the command (setq buffer-read-only nil) before (erase-buffer) on line 1756
> in tex-buf.el.

I've gone with

  (let ((inhibit-read-only t))
     (do the buffer modification here))

instead of setq, but your analysis is right.  Should be fixed now.

Thanks a lot,
Tassilo



reply via email to

[Prev in Thread] Current Thread [Next in Thread]