[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX] TeX-next-error window resizing
From: |
Ralf Angeli |
Subject: |
Re: [AUCTeX] TeX-next-error window resizing |
Date: |
Mon, 15 Feb 2010 22:13:21 +0100 |
* Fabio Leimgruber (2010-02-15) writes:
>>> One last question: I want to call TeX-next-error from another function
>>> and the doc says: (TeX-next-error reparse). So what is this reparse
>>> argument? Which argument do I have to pass?
>>
>> See the documentation of the function:
>>
>> ,----[ C-h f TeX-next-error <RET> ]
>> | TeX-next-error is an interactive compiled Lisp function in
>> | `tex-buf.el'.
>> |
>> | It is bound to C-c `.
>> |
>> | (TeX-next-error REPARSE)
>> |
>> | Find the next error in the TeX output buffer.
>> | With C-u prefix, start from the beginning of the errors.
>> `----
>>
> As I said: I read this documentation. But there is no mention of what
> the reparse expression should be...
The `C-u' prefix aka `universal-argument'. See e.g.
(info "(emacs)Arguments").
--
Ralf