[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 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
- Re: [AUCTeX-devel] Accessing TeX-related documentation, (continued)
- 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, 2005/11/19
- Re: [AUCTeX-devel] Re: Accessing TeX-related documentation, David Kastrup, 2005/11/19
- [AUCTeX-devel] Re: Accessing TeX-related documentation,
Ralf Angeli <=
- 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