/[auctex]/auctex/tex-buf.el
ViewVC logotype

Diff of /auctex/tex-buf.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.229 by angeli, Mon May 16 08:46:57 2005 UTC revision 1.230 by angeli, Sat May 28 16:18:19 2005 UTC
# Line 236  the master file." Line 236  the master file."
236  Prefix by C-u to start from the beginning of the errors."  Prefix by C-u to start from the beginning of the errors."
237    (interactive "P")    (interactive "P")
238    (if (null (TeX-active-buffer))    (if (null (TeX-active-buffer))
239        (error "No TeX output buffer")        (next-error reparse)
240      (funcall (TeX-process-get-variable (TeX-active-master) 'TeX-parse-function)      (funcall (TeX-process-get-variable (TeX-active-master) 'TeX-parse-function)
241               reparse)))               reparse)))
242    
243    (defun TeX-previous-error (arg)
244      "Find the previous error in the TeX output buffer."
245      (interactive "P")
246      (if (null (TeX-active-buffer))
247          (previous-error arg)
248        (error "Jumping to previous error not supported")))
249    
250  (defun TeX-toggle-debug-boxes ()  (defun TeX-toggle-debug-boxes ()
251    "Toggle if the debugger should display \"bad boxes\" too."    "Toggle if the debugger should display \"bad boxes\" too."
252    (interactive)    (interactive)

Legend:
Removed from v.1.229  
changed lines
  Added in v.1.230

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26