Ralf Angeli <[EMAIL PROTECTED]> writes: > * Franz Haeuslschmid (2005-06-02) writes: > >> Ralf Angeli <[EMAIL PROTECTED]> writes: >> >>> I cannot reproduce this with my XEmacs 21.4.17 installation. Could >>> you please do a >>> >>> M-x debug-on-entry RET TeX-master-file-ask RET >>> >>> before you type `C-h i' and show us the backtrace? >> >> It is attached to this message. > > Okay, thanks. Could you please also show us the output of > C-h v find-file-hooks RET > after doing `C-h i' (that means with the info buffer being active) as > well as in a completely different buffer, say the *scratch* buffer.
With active info buffer (documentation is stripped away): `find-file-hooks' is a variable declared in Lisp. -- loaded from "d:\Src\xemacs-21.4\lisp\files.elc" Value: (#<compiled-function nil "...(21)" [TeX-master file-exists-p buffer-file-name shared TeX-master-file nil t TeX-update-style] 4> font-lock-set-defaults) Then switching to the *scratch* buffer `find-file-hooks' is a variable declared in Lisp. -- loaded from "d:\Src\xemacs-21.4\lisp\files.elc" Value: (#<compiled-function nil "...(21)" [TeX-master file-exists-p buffer-file-name shared TeX-master-file nil t TeX-update-style] 4> font-lock-set-defaults) When I restart XEmacs and evaluate again (require 'tex-site) (setq-default TeX-master nil) then the value of `find-file-hooks' is set to nil. Franz. _______________________________________________ bug-auctex mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-auctex
