GNU bug report logs - #15265
Emacsclient (Win32) has no "ignore parameter" parameter

Previous Next

Package: emacs;

Reported by: jens.k.loewe <at> googlemail.com (Jens K. Loewe)

Date: Wed, 4 Sep 2013 15:55:02 UTC

Severity: wishlist

Tags: wontfix

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 15265 in the body.
You can then email your comments to 15265 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to help-debbugs <at> gnu.org:
bug#15265; Package debbugs.gnu.org. (Wed, 04 Sep 2013 15:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to jens.k.loewe <at> googlemail.com (Jens K. Loewe):
New bug report received and forwarded. Copy sent to help-debbugs <at> gnu.org. (Wed, 04 Sep 2013 15:55:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: jens.k.loewe <at> googlemail.com (Jens K. Loewe)
To: gnu-emacs-bug <at> moderators.isc.org
Subject: Emacsclient (Win32) has no "ignore parameter" parameter
Date: Wed, 04 Sep 2013 16:02:46 +0200
Probably this is rather a feature request than a bug report (there is no
gnu.emacs.requests group AFAICS):

I would like to replace notepad.exe calls on Windows with emacsclientw
calls. A common workaround for that is to use the "Debugger" registry
entry [1] which sends all calls to notepad.exe to a "debugger" process -
usually another text editor.

This, however, also sends a "notepad.exe" parameter to the given client,
so if I define the notepad.exe debugger as "emacsclientw -na
runemacs.exe", it opens notepad.exe (as text) in Emacs.

GVim, for example, just ignores that parameter, other text editors like
Notepad2 and AkelPad use a "/z" parameter, meaning "ignore the next
parameter", for that. In emacsclientw, my chosen workaround is to add
the "-F" parameter. [2] This is a dirty solution but it somehow works.

So my feature request is: Add a parameter to emacsclientw which means
"ignore the following parameter". :-)


[1] http://stackoverflow.com/questions/2984846/set-image-file-execution-options-will-always-open-the-named-exe-file-as-defaul
[2] http://img203.imageshack.us/img203/1294/itu.png


-- 
I could contain traces of nuts.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15265; Package emacs. (Wed, 04 Sep 2013 16:08:01 GMT) Full text and rfc822 format available.

Message #8 received at 15265 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: 15265 <at> debbugs.gnu.org
Subject: Re: bug#15265: Emacsclient (Win32) has no "ignore parameter" parameter
Date: Wed, 04 Sep 2013 12:07:32 -0400
This report came via an unusual email address (moderators.isc.org), and
so ended up in the wrong package. (Please send bug reports by mail, not
by newsgroup.) Resending so that it appears on the bug-gnu-emacs list:


From: jens.k.loewe <at> googlemail.com (Jens K. Loewe)
Subject: Emacsclient (Win32) has no "ignore parameter" parameter

Probably this is rather a feature request than a bug report (there is no
gnu.emacs.requests group AFAICS):

I would like to replace notepad.exe calls on Windows with emacsclientw
calls. A common workaround for that is to use the "Debugger" registry
entry [1] which sends all calls to notepad.exe to a "debugger" process -
usually another text editor.

This, however, also sends a "notepad.exe" parameter to the given client,
so if I define the notepad.exe debugger as "emacsclientw -na
runemacs.exe", it opens notepad.exe (as text) in Emacs.

GVim, for example, just ignores that parameter, other text editors like
Notepad2 and AkelPad use a "/z" parameter, meaning "ignore the next
parameter", for that. In emacsclientw, my chosen workaround is to add
the "-F" parameter. [2] This is a dirty solution but it somehow works.

So my feature request is: Add a parameter to emacsclientw which means
"ignore the following parameter". :-)


[1] http://stackoverflow.com/questions/2984846/set-image-file-execution-options-will-always-open-the-named-exe-file-as-defaul
[2] http://img203.imageshack.us/img203/1294/itu.png




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#15265; Package emacs. (Thu, 15 Jul 2021 05:56:01 GMT) Full text and rfc822 format available.

Message #11 received at 15265 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: jens.k.loewe <at> googlemail.com (Jens K. Loewe)
Cc: 15265 <at> debbugs.gnu.org
Subject: Re: bug#15265: Emacsclient (Win32) has no "ignore parameter" parameter
Date: Thu, 15 Jul 2021 07:54:51 +0200
jens.k.loewe <at> googlemail.com (Jens K. Loewe) writes:

> I would like to replace notepad.exe calls on Windows with emacsclientw
> calls. A common workaround for that is to use the "Debugger" registry
> entry [1] which sends all calls to notepad.exe to a "debugger" process -
> usually another text editor.
>
> This, however, also sends a "notepad.exe" parameter to the given client,
> so if I define the notepad.exe debugger as "emacsclientw -na
> runemacs.exe", it opens notepad.exe (as text) in Emacs.
>
> GVim, for example, just ignores that parameter, other text editors like
> Notepad2 and AkelPad use a "/z" parameter, meaning "ignore the next
> parameter", for that. In emacsclientw, my chosen workaround is to add
> the "-F" parameter. [2] This is a dirty solution but it somehow works.
>
> So my feature request is: Add a parameter to emacsclientw which means
> "ignore the following parameter". :-)

(I'm going through old bug reports that unfortunately got little response at
the time.)

I think that this sounds like too specialised behaviour to warrant
adding a new parameter to emacsclient.  It should be trivial to write a
wrapper script that does exactly what you want here (i.e., just call
emacsclient without the first parameter).

So I'm closing this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




Added tag(s) wontfix. Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 15 Jul 2021 05:56:02 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 15265 <at> debbugs.gnu.org and jens.k.loewe <at> googlemail.com (Jens K. Loewe) Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Thu, 15 Jul 2021 05:56:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 12 Aug 2021 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 255 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.