[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: |
Wed, 4 Jun 2014 23:22:12 +0200 |
2014-05-28 16:45 GMT+02:00 Mosè Giordano <address@hidden>:
> Hi Tassilo,
>
> 2014-05-28 13:13 GMT+02:00 Tassilo Horn <address@hidden>:
>> But I wouldn't mind too much if you'd implement it
>> based on tabulated list mode if that seems valuable thus making it an
>> emacs24-only feature. I mean, we shouldn't break compatibility in
>> existing features (at least not without good reasons), but for new stuff
>> I prefer to implement them in the most maintainable way, and that
>> excludes reinventing the wheel.
>
> I agree with you, I'll try to work on this and I hope to be able to
> provide a usable code within the next few weeks. Stay tuned!
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è
error-overview.patch
Description: Text Data
- Re: [AUCTeX-devel] Implementing TeX-previous-error,
Mosè Giordano <=