[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] Changing TeX-doc?
From: |
Arash Esbati |
Subject: |
Re: [AUCTeX-devel] Changing TeX-doc? |
Date: |
Tue, 02 Feb 2016 23:09:26 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.0.90 |
Hi Mosè,
Mosè Giordano <address@hidden> writes:
> 2016-02-02 22:24 GMT+01:00 Arash Esbati <address@hidden>:
>
>> I wonder how it works for people with a space in their path to TeXLive.
>
> On my system `call-process` correctly handles the case when args have
> spaces. For example I tried to open a file called "/tmp/foo bar.pdf"
> with Okular, a PDF viewer for GNU/Linux, with
>
> (call-process "okular" nil 0 nil "/tmp/foo bar.pdf")
>
> and it works like a charm. Could you please test on Windows?
Confirmed. Works also on Win with spaces in path and/or file name.
Best, Arash