>>>>> petepetit...@my.mail.de writes:
>> 1. Start wsl emacs session and load AUCTeX (i.e., open some (La)TeX
>> document.)
>> 2. Insert
>> (start-process "dummy" (current-buffer) TeX-shell TeX-shell-command-option 
>> "cmd.exe")
>> at the last of *scratch* buffer and type C-x C-e just after the
>> closing ")". Does it open a windows command prompt successfully? If
>> not, what does emacs report? 

> Again, that same process-dummy msg that gets mutilated by mail.de Hope
> it is displayed in full this way: ("#")

Then, wsl emacs cannot start asynchronous process of windows binary via
"bash -c", while bash itself can. I wonder what the difference is.

How about
(let ((process-connection-type nil))
  (start-process "dummy" (current-buffer) TeX-shell TeX-shell-command-option 
"cmd.exe"))
then? Does it open a windows command prompt?

Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine

Reply via email to