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 13:52:56 +0100
User-agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux)

[Back from changing tires.  It's good to get one's hands dirty once in
a while.  If somebody wants to spend me a garage with a nice oldtimer
to work on, I won't say no. (c:]

* David Kastrup (2005-11-20) writes:

> Ralf Angeli <address@hidden> writes:
>
>> 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"))
>
> Hmmm.  Makes one think about our viewer starting stuff.  We had the
> problem that we could not figure out whether starting the viewer
> failed.

You mean that the user gets no feedback of it failed?  I don't recall
any discussion about that.  Maybe this was before my time.

The viewer is called with `TeX-run-discard' which uses `(call-process
blah blah 0 blah blah blah)' and yes, this discards all output from
the process.

-- 
Ralf





reply via email to

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