Re: Error when trying to run LaTeX on a region (region pinning)

Ralf Angeli <[email protected]> Tue, 22 Mar 2005 12:20:58 +0100
Newsgroups gmane.emacs.auc-tex
Message-ID <[email protected]>
* Frank Küster (2005-03-22) writes:

> I marked the paragraph of continous text (transient-mark-mode is
> enabled) and did C-c C-r.  I got an error:
>
> Debugger entered--Lisp error: (args-out-of-range -112792393 -112792393)
>   previous-single-char-property-change(#<marker at 21271 in februar05.tex> preview-counters)
>   (1- (previous-single-char-property-change begin (quote preview-counters)))
>   (max (point-min) (1- (previous-single-char-property-change begin ...)))
>   (get-char-property (max (point-min) (1- ...)) (quote preview-counters))
>   (cdr (get-char-property (max ... ...) (quote preview-counters)))
>   (or (car (get-char-property begin ...)) (cdr (get-char-property ... ...)) (cdr (get-char-property ... ...)) (car (get-char-property ... ...)))
>   preview-counter-find()
>   TeX-region-create([...]

This is a preview-latex-related error.  The code involved here changed
since the last release so this might already have been addressed.  Do
you get the same error with a CVS snapshot?  (At least I cannot
reproduce it with the CVS version.)

-- 
Ralf