emacs-orgmode
[Top][All Lists]
Advanced

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

[O] [PATCH] lisp/ob-sql.el: Fix filename conversion in minGW environment


From: Xi Shen
Subject: [O] [PATCH] lisp/ob-sql.el: Fix filename conversion in minGW environment.
Date: Wed, 12 Apr 2017 03:16:29 +0000

Hi,

Regarding a patch I made early. Ref. title: [PATCH] ob-sql.el: Support sqlcmd and cygwin environment.

I found it does not for Emacs for Windows. More generally, it does not work in minGW or MSYS environments. I think it is because minGW is not a POSIX environment, and applications in minGW can actually talk to Windows system and handle Windows file path directly.

Because there's no official way to identify if Emacs is in minGW environment, I must roll out cygwin environment first, then I test if it is in "windows-nt" environment.

Please review the patch, and let me know if you have any comments/question.


Thanks,
David

Attachment: ob-sql.el.patch
Description: Binary data


reply via email to

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