auctex-commit
[Top][All Lists]
Advanced

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

[AUCTeX-commit] GNU AUCTeX branch, master, updated. c7ba36530310ec329b16


From: Mosè Giordano
Subject: [AUCTeX-commit] GNU AUCTeX branch, master, updated. c7ba36530310ec329b162d74fcb5050838e7fe83
Date: Tue, 20 May 2014 21:47:14 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  c7ba36530310ec329b162d74fcb5050838e7fe83 (commit)
      from  da395f4c139c750a58565bf8e5e6b622a37aec3b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c7ba36530310ec329b162d74fcb5050838e7fe83
Author: Mosè Giordano <address@hidden>
Date:   Tue May 20 23:45:40 2014 +0200

    Implement TeX-previous-error.
    
    * tex-buf.el: Update copyright years.
    (TeX-error-last-visited): New buffer-local variable.
    (TeX-get-parse-function): New function.
    (TeX-next-error): Add `apt' argument and make all arguments
    optional.  Use `TeX-get-parse-function'.
    (TeX-previous-error): Use `TeX-get-parse-function'.  Use
    `TeX-parse-TeX' to move between errors when possible.
    (TeX-TeX-sentinel): Parse the output log when
    `TeX-parse-all-errors' is non-nil.
    (TeX-LaTeX-sentinel): Ditto.
    (TeX-parse-reset): Add an optional `reparse' argument and reparse
    the output log when it is non-nil.  Reset also `TeX-error-list'
    and `TeX-error-last-visited'.
    (TeX-parse-command): Add `arg' argument.
    (TeX-parse-TeX): Add `arg' argument.  When `TeX-parse-all-errors'
    is non-nil, use `TeX-error-list' to move to the error point.
    (TeX-error-list): New buffer-local variable.
    (TeX-parse-all-errors): New customizable variable.
    (TeX-parse-all-errors): New function.
    (TeX-parse-error): Add an optional `store' argument.  Make the
    function return non-nil when an error or a warning is found.
    (TeX-error): Add an optional `store' argument: when it is non-nil
    store the relevant information about the error in
    `TeX-error-list'.  Use `TeX-error--find-display-help'.
    (TeX-error--find-display-help): New function.
    (TeX-warning): Add an optional `store' argument: when it is
    non-nil store the relevant information about the warning in
    `TeX-error-list'.  Use `TeX-warning--find-display-help'.
    (TeX-warning--find-display-help): New function.
    (TeX-output-mode-map): Bind `p' to the now working
    `TeX-previous-error'.
    
    * doc/auctex.texi (Debugging): Document `TeX-previous-error' and
    `TeX-parse-all-errors'.  Update `TeX-next-error'.
    
    * doc/changes.texi: Update copyright years.  Mention
    `TeX-next-error' and `TeX-previous-error' changes and the new
    `TeX-parse-all-errors'.
    
    * doc/todo.texi: Update copyright years.
    (Wishlist): Update a couple of items related to error parsing.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog        |   44 +++++++
 doc/auctex.texi  |   32 +++++-
 doc/changes.texi |    9 ++-
 doc/todo.texi    |   14 +-
 tex-buf.el       |  364 +++++++++++++++++++++++++++++++++++++----------------
 5 files changed, 344 insertions(+), 119 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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