auctex-devel
[Top][All Lists]
Advanced

[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





reply via email to

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