bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#31704: fixed commit not handle eshell-path-env properly in Windows p


From: fangtao0901
Subject: bug#31704: fixed commit not handle eshell-path-env properly in Windows platform
Date: Wed, 25 Jul 2018 11:24:03 +0800


Hi, Michael
  I'm using git master branch daily build emacs on Windows platform, after this commit to fix bug#31704, running commands directly in eshell always gives output "command not found".
  The cause of this is in lisp/net/tramp.el, function tramp-eshell-directory-change modify eshell-path-env not properly:
  (mapconcat 'identity (butlast (tramp-compat-exec-path)) ":")
  I think variable path-separator should be used instead of ":"

Best regards,


reply via email to

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