bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-AUCTeX] Re: 2005-05-30; Request for master file as info is invoked.


From: Franz Haeuslschmid
Subject: [Bug-AUCTeX] Re: 2005-05-30; Request for master file as info is invoked.
Date: Thu, 02 Jun 2005 13:33:06 +0200
User-agent: Gnus/5.110004 (No Gnus v0.4) XEmacs/21.4.10 (usg-unix-v)

Ralf Angeli <address@hidden> writes:

> * Franz Haeuslschmid (2005-06-02) writes:
>
>> Ralf Angeli <address@hidden> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]