auctex
[Top][All Lists]
Advanced

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

Re: AUCTex in WSL cannot find TeX Live in Win


From: Ikumi Keita
Subject: Re: AUCTex in WSL cannot find TeX Live in Win
Date: Sat, 27 Aug 2022 16:14:04 +0900

>>>>> petepetite75@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

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