auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. fb40d4253a9937a325b39


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. fb40d4253a9937a325b39ad886ba709d07016c3d
Date: Tue, 27 May 2014 21:01:38 +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  fb40d4253a9937a325b39ad886ba709d07016c3d (commit)
      from  a262726e254417918cb14a22ef4a6edd690d4562 (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 fb40d4253a9937a325b39ad886ba709d07016c3d
Author: Mosè Giordano <address@hidden>
Date:   Tue May 27 00:24:28 2014 +0200

    Add TeX-previous-error to Command menu.
    
    * tex.el (TeX-mode-specific-command-menu-entries): Add
    `TeX-previous-error'.
    
    * tex-buf.el (TeX-error-list): Fix typo.
    (TeX-parse-all-errors): Ditto.

diff --git a/ChangeLog b/ChangeLog
index c873968..521819d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-05-27  Mosè Giordano  <address@hidden>
+
+       * tex.el (TeX-mode-specific-command-menu-entries): Add
+       `TeX-previous-error'.
+
+       * tex-buf.el (TeX-error-list): Fix typo.
+       (TeX-parse-all-errors): Ditto.
+
 2014-05-23  Stefan Monnier  <address@hidden>
 
        Backport from ELPA repository.
diff --git a/tex-buf.el b/tex-buf.el
index 6329936..7e016da 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -1556,7 +1556,7 @@ You might want to examine and modify the free variables 
`file',
 `offset', `line', `string', `error', and `context' from this hook.")
 
 (defvar TeX-error-list nil
-  "List of warning and errors.
+  "List of warnings and errors.
 
 This variable is intended to be set only in output buffer so it
 will be shared among all files of the same document.")
@@ -1565,7 +1565,7 @@ will be shared among all files of the same document.")
 (defcustom TeX-parse-all-errors t
   "Whether to automatically collect all warning and errors after running TeX.
 
-If t, it make it possible to use `TeX-previous-error' with TeX
+If t, it makes it possible to use `TeX-previous-error' with TeX
 commands."
   :group 'TeX-command
   :type 'boolean)
diff --git a/tex.el b/tex.el
index 2415219..89b7437 100644
--- a/tex.el
+++ b/tex.el
@@ -4419,6 +4419,8 @@ Brace insertion is only done if point is in a math 
construct and
        :help "Kill the current TeX process"]
       ["Next Error" TeX-next-error
        :help "Jump to the next error of the last TeX run"]
+      ["Previous Error" TeX-previous-error
+       :help "Jump to the previous error of the last TeX run"]
       ["Quick View" TeX-view
        :help "Start a viewer without prompting"]
       "-"

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

Summary of changes:
 ChangeLog  |    8 ++++++++
 tex-buf.el |    4 ++--
 tex.el     |    2 ++
 3 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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