[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[AUCTeX-devel] Re: Accessing TeX-related documentation
From: |
Ralf Angeli |
Subject: |
[AUCTeX-devel] Re: Accessing TeX-related documentation |
Date: |
Sun, 20 Nov 2005 00:39:23 +0100 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) |
* David Kastrup (2005-11-18) writes:
> Ralf Angeli <address@hidden> writes:
>
>> Unrelated to MikTeX: Now I only need a way to access the return value
>> and/or stdout of texdoc in order to inform the user about the outcome
>> of the texdoc call. AFAICS this is not possible with `call-process'.
>> And `start-process' does not work (yet) with texdoc.
>
> I am not completely sure about start-process. Would it possibly work
> as long as one refrains from calling delete-process in the process
> sentinel?
I haven't even used a sentinel yet.
Anyway, it works, i.e. an xdvi window is displayed, if
`process-connection-type' is bound to nil when `start-process' is
being called:
(let ((process-connection-type nil))
(start-process "texdoc-proc" (current-buffer) "texdoc" "float"))
--
Ralf
- [AUCTeX-devel] Accessing TeX-related documentation, Ralf Angeli, 2005/11/17
- Re: [AUCTeX-devel] Accessing TeX-related documentation, David Kastrup, 2005/11/17
- [AUCTeX-devel] Re: Accessing TeX-related documentation, Davide G. M. Salvetti, 2005/11/17
- [AUCTeX-devel] Re: Accessing TeX-related documentation, Reiner Steib, 2005/11/18
- [AUCTeX-devel] Re: Accessing TeX-related documentation, Christian Schlauer, 2005/11/18
- Re: [AUCTeX-devel] Re: Accessing TeX-related documentation, Ralf Angeli, 2005/11/18
- Re: [AUCTeX-devel] Re: Accessing TeX-related documentation, David Kastrup, 2005/11/18
- [AUCTeX-devel] Re: Accessing TeX-related documentation,
Ralf Angeli <=
- Re: [AUCTeX-devel] Re: Accessing TeX-related documentation, David Kastrup, 2005/11/19
- [AUCTeX-devel] Re: Accessing TeX-related documentation, Ralf Angeli, 2005/11/20
- Re: [AUCTeX-devel] Re: Accessing TeX-related documentation, David Kastrup, 2005/11/20
- Re: [AUCTeX-devel] Re: Accessing TeX-related documentation, Ralf Angeli, 2005/11/20
[AUCTeX-devel] Re: Accessing TeX-related documentation, Jim Ottaway, 2005/11/20