GNU bug report logs -
#45521
13.0.0; C-c C-c gives "Wrong type argument: number-or-marker-p, nil"
Previous Next
Reported by: Uwe Siart <uwe.siart <at> tum.de>
Date: Tue, 29 Dec 2020 07:23:01 UTC
Severity: normal
Found in version 13.0.0
Done: Tassilo Horn <tsdh <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #32 received at submit <at> debbugs.gnu.org (full text, mbox):
Uwe Siart <uwe.siart <at> tum.de> writes:
Hi Uwe,
> Not that I know of. I've attached my .emacs (therefore not cc'ed to
> the list) and a file that issues the error.
Thanks, I've now added the list and the bug to Cc again.
> This is how I load AUCTeX in my site-start.el
>
> (setq TeX-auto-save t)
> (setq TeX-parse-self t)
> (setq-default TeX-master nil)
> (setq TeX-auto-untabify t)
I still can't reproduce the issue with my testuser account using emacs
27.1, auctex-13.0.0 or 13.0.1, your .emacs (with the windows-specific
parts removed), the above 4 lines in ~/.emacs.d/site-start.el, and your
testdoc.tex.
Does `M-x list-load-path-shadows RET' list something? (Maybe there's a
leftover from an old auctex install.)
Otherwise, are you able to operate edebug? If so, please `edebug-defun'
`TeX-active-master-with-quotes', and tell me which expression signals
the error. If it's really
(setq TeX-expand-pos
(+ TeX-expand-pos (length res)))
as I suspected, then you'd probably need to edebug `TeX-command-expand'
to see why `TeX-expand-pos' stays nil rather than being set to an
integer.
Bye,
Tassilo
This bug report was last modified 4 years and 200 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.