emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Is `make-process' doing this?


From: Joost Kremers
Subject: Re: Is `make-process' doing this?
Date: Sun, 16 Oct 2016 22:31:35 +0200
User-agent: mu4e 0.9.17; emacs 25.1.2


On Sun, Oct 16 2016, Andreas Schwab wrote:
On Okt 16 2016, Joost Kremers <address@hidden> wrote:

IELM> (start-process "some-process" nil "evince" "~/path/to/some.pdf")

This passes the string "~/path/to/some.pdf" as the argument.

~ $ evince ~/path/to/some.pdf

Try this instead:

$ evince '~/path/to/some.pdf'

Thanks for the hint. I'll go find myself a cluebat.

--
Joost Kremers
Life has its moments



reply via email to

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