* bug#37608: Patch for support in emacsclient for command-lline options in ALTERNATE_EDITOR breaks quoted paths on Windows
@ 2019-10-03 17:40 Wilson Pete
2019-10-03 18:37 ` Eli Zaretskii
2019-10-03 19:49 ` Wilson Pete
0 siblings, 2 replies; 4+ messages in thread
From: Wilson Pete @ 2019-10-03 17:40 UTC (permalink / raw)
To: 37608
The patch for bug #25082 appears to have broken quoted paths being passed to emacsclientw on Windows.
w32_execvp doesn’t handle this because it doesn’t quote the path argument to execvp (ultimately to CreateProcess?).
So the patch prevents any possibility of passing a path with spaces as the alternate editor on Windows.
It would have been nice (perhaps) if this had been made a new different command line switch.
Pete Wilson
The information transmitted via this e-mail is intended only for the person or entity to which it is addressed and may contain confidential and/or proprietary information. Any use, review, retransmission, dissemination or other use of, or pursuing of any action in reliance upon this information by persons or entities other than the intended recipient is strictly prohibited. If you are the recipient of this e-mail transmission in error, please reply to the sender and delete the material from any computer. Thank you.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#37608: Patch for support in emacsclient for command-lline options in ALTERNATE_EDITOR breaks quoted paths on Windows
2019-10-03 17:40 bug#37608: Patch for support in emacsclient for command-lline options in ALTERNATE_EDITOR breaks quoted paths on Windows Wilson Pete
@ 2019-10-03 18:37 ` Eli Zaretskii
2019-10-03 19:49 ` Wilson Pete
1 sibling, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2019-10-03 18:37 UTC (permalink / raw)
To: Wilson Pete; +Cc: 37608
> From: Wilson Pete <Pete.Wilson@LPNT.net>
> Date: Thu, 3 Oct 2019 17:40:28 +0000
>
> The patch for bug #25082 appears to have broken quoted paths being passed to emacsclientw on Windows.
>
> w32_execvp doesn’t handle this because it doesn’t quote the path argument to execvp (ultimately to CreateProcess?).
>
> So the patch prevents any possibility of passing a path with spaces as the alternate editor on Windows.
Could you please show a (non-)working example where this problem can
be seen?
Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#37608: Patch for support in emacsclient for command-lline options in ALTERNATE_EDITOR breaks quoted paths on Windows
2019-10-03 17:40 bug#37608: Patch for support in emacsclient for command-lline options in ALTERNATE_EDITOR breaks quoted paths on Windows Wilson Pete
2019-10-03 18:37 ` Eli Zaretskii
@ 2019-10-03 19:49 ` Wilson Pete
2019-10-05 7:34 ` Eli Zaretskii
1 sibling, 1 reply; 4+ messages in thread
From: Wilson Pete @ 2019-10-03 19:49 UTC (permalink / raw)
To: Eli Zaretskii; +Cc: 37608@debbugs.gnu.org
The following command used to work before the path was applied:
[C:\] "c:\Program Files\emacs\bin\emacsclient.exe" -a "c:\Program Files\emacs\bin\runemacs.exe" n:\wilsonp\emacs.el
c:\Program Files\emacs\bin\emacsclient.exe: error executing alternate editor "c:\Program Files\emacs\bin\runemacs.exe"
PETE M. WILSON
SYSTEMS MANAGER, MANAGEMENT INFORMATION SYSTEMS
Sovah Health – Danville
The information transmitted via this e-mail is intended only for the person or entity to which it is addressed and may contain confidential and/or proprietary information. Any use, review, retransmission, dissemination or other use of, or pursuing of any action in reliance upon this information by persons or entities other than the intended recipient is strictly prohibited. If you are the recipient of this e-mail transmission in error, please reply to the sender and delete the material from any computer. Thank you.
^ permalink raw reply [flat|nested] 4+ messages in thread
* bug#37608: Patch for support in emacsclient for command-lline options in ALTERNATE_EDITOR breaks quoted paths on Windows
2019-10-03 19:49 ` Wilson Pete
@ 2019-10-05 7:34 ` Eli Zaretskii
0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2019-10-05 7:34 UTC (permalink / raw)
To: Wilson Pete; +Cc: 37608
> From: Wilson Pete <Pete.Wilson@LPNT.net>
> CC: "37608@debbugs.gnu.org" <37608@debbugs.gnu.org>
> Date: Thu, 3 Oct 2019 19:49:02 +0000
>
> The following command used to work before the path was applied:
>
> [C:\] "c:\Program Files\emacs\bin\emacsclient.exe" -a "c:\Program Files\emacs\bin\runemacs.exe" n:\wilsonp\emacs.el
> c:\Program Files\emacs\bin\emacsclient.exe: error executing alternate editor "c:\Program Files\emacs\bin\runemacs.exe"
Thanks, I will look into this when I have time, if no one beats me to
it.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2019-10-05 7:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-03 17:40 bug#37608: Patch for support in emacsclient for command-lline options in ALTERNATE_EDITOR breaks quoted paths on Windows Wilson Pete
2019-10-03 18:37 ` Eli Zaretskii
2019-10-03 19:49 ` Wilson Pete
2019-10-05 7:34 ` Eli Zaretskii
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.