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

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

Re: [h-e-w] Dos window pops up when calling emacs


From: Tak Kunihiro
Subject: Re: [h-e-w] Dos window pops up when calling emacs
Date: Sat, 23 Feb 2019 19:07:44 +0900 (JST)

As Eli pointed out, previous one is NG.

How about something like this to call emacsclientw?

set EMACS_DIR=C:\emacs-26.1
set EMACSCLIENT=%EMACS_DIR%\bin\emacsclientw
set ALTERNATE_EDITOR=%EMACS_DIR%\bin\runemacs
assoc .vhd=vhdfile
ftype vhdfile="%EMACSCLIENT%" --create-frame --no-wait --alternate-editor 
"%ALTERNATE_EDITOR%" "%%1"



reply via email to

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