[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] Implementing TeX-previous-error
From: |
Mosè Giordano |
Subject: |
Re: [AUCTeX-devel] Implementing TeX-previous-error |
Date: |
Mon, 16 Jun 2014 00:31:59 +0200 |
2014-06-04 23:22 GMT+02:00 Mosè Giordano <address@hidden>:
> Here we go! Attached you can find the patch implementing the error overview.
>
> Some notes. This requires tabulated list mode and multi frame support
> because the error overview is opened in a new dedicated frame. I had
> no time to look for a way to have an overview in non-graphic displays,
> but this shouldn't be too hard to implement. To open the overview
> issue `M-x TeX-error-overview' (no key binding for the time being,
> also because there are few C-c C-<letter> still available), but if you
> want to automatically open the overview after running a TeX command
> set the option `TeX-error-overview-open-after-TeX-run' to non-nil
> (this is off by default in my patch, but I have no strong opinion for
> the default value).
>
> Comments? :-)
>
> Bye,
> Mosè
Attached is an improved version of the patch. The major change
compared to the previous one is that I merged
`TeX-error--find-display-help' and `TeX-warning--find-display-help'
into a single function, `TeX-find-display-help', because they did
almost the same things. As a consequence, I removed
`TeX-error-list-find-display-help' because it would have been just a
wrapper for `TeX-find-display-help'.
Bye,
Mosè
error-overview.patch
Description: Text Data