help-emacs-windows
[Top][All Lists]
Advanced

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

Re: [h-e-w] Invoking Emacs from a "temporary environment"


From: Dani Moncayo
Subject: Re: [h-e-w] Invoking Emacs from a "temporary environment"
Date: Mon, 30 Dec 2013 16:30:53 +0100

Answering my own question...

> But if I try to do everything with this single command (intended for
> the target of a shortcut):
>    cmd /C "set HOME=C:\whatever &&  C:\path\to\runemacs.exe"

The problem seems to be the space between "whatever" and "&&", because
that space is incorporated at the end of the HOME variable.

So, the solution is to remove that space, like this:
  cmd /C "set HOME=C:\whatever&&  C:\path\to\runemacs.exe"

-- 
Dani Moncayo



reply via email to

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