Re: rel-0-9; Some inline math is shown at the beginning of the line

Sebastian Schubert <[email protected]> Thu, 17 Mar 2005 13:40:30 +0100
Newsgroups gmane.emacs.auc-tex
Message-ID <[email protected]>
David Kastrup wrote:

[..]
>>> What does C-h f TeX-region-create RET show for you?
>>
>> TeX-region-create is a compiled Lisp function in `tex-buf'.
>> (TeX-region-create FILE REGION ORIGINAL OFFSET)
>>
>> Create a new file named FILE with the string REGION
>> The region is taken from ORIGINAL starting at line OFFSET.
>>
>> The current buffer and master file is searched, in order to ensure
>> that the TeX header and trailer information is also included.
>>
>> The OFFSET is used to provide the debugger with information about the
>> original file.
>>
>> This function is advised.
>>
>> Before-advice `preview-preamble':
>> Skip preamble for the sake of predumped formats.
>>
>> Around-advice `preview-counters':
>> Write out counter information to region.
> 
> That is perfectly fine.  Uh, weren't you also experiencing the "using
> preview-buffer command will place the previews in __region__.tex"
> phenomenon or am I confusing you with somebody else?
> 
Yes, I have that problem.