From: Lennart Borgman <lennart.borgman.073@student.lu.se>
Cc: worley@world.std.com, t.link@gmx.at, briot@gnat.com,
Emacs Devel <emacs-devel@gnu.org>,
Holger.Schauer@gmx.de, storm@cua.dk, pbreton@cs.umb.edu,
pk_at_work@yahoo.com, dominik@science.uva.nl
Subject: Re: shell-command - missing shell-quote-argument for program?
Date: Sun, 15 Oct 2006 21:08:13 +0200 [thread overview]
Message-ID: <4532871D.9030706@student.lu.se> (raw)
In-Reply-To: <rzqac3xelhu.fsf@loveshack.ukfsn.org>
Dave Love wrote:
> Lennart Borgman <lennart.borgman.073@student.lu.se> writes:
>
>
>> Thanks for responding. I am sorry if I were not clear enough about the
>> problem. The problem is that when you call shell-command (or
>> shell-command-to-string) the arguments may need to be quoted so that
>> the shell does not mistreat them.
>>
>
> ?? Shell-quoting the args would break them unless they comprise a
> single shell word, in which case there's no point.
>
There must be some misunderstanding here, but please let us not discuss
this now. I think we have resolved most of the issues I have been
complaining about here.
>
>> A common example is file names with
>> spaces in them. If a file name with spaces are used as argument to
>> shell-command it must be quoted. Otherwise the shell will treat it as
>> several arguments.
>>
>
> Well, that's different; maybe that's what you meant by the first bit.
> If you're composing a shell command you have to DTRT, but
> `shell-command-to-string' is probably the least of your problems with
> file names that shells split. You shouldn't normally use
> `shell-command' non-interactively.
>
> Why don't you submit patches? It's still not clear to me what you're
> complaining about. There are surely more serious Emacs issues to work
> on, though.
>
These are possible bugs and I consider them serious. The most common
problem is that with file names containing spaces.
>
>> I found examples of what I suspected was missing quoting in the files
>> I mentioned and I therefore mailed you as authors (since there is no
>> maintainer mentioned in the files).
>>
>
> If you sent to me because of python.el, the maintainer is supposed to
> be FSF, unfortunately. (I assume you mean the version in the Emacs
> sources rather than the fixed and enhanced one I maintain.)
>
Yes, but I wanted your opinion only.
>
>> - emerge.el
>> According to Dave it is probably obsolete and replaced by ediff. Then
>> I will just leave emerge.el as it is.
>>
>
> If it's not in lisp/obsolete it still needs to be maintained. It's
> also documented in the manual, rather than Ediff, unfortunately.
>
Looks like you are right.
>
>> - progmodes/python.el: python-after-info-look: python-command
>>
>
> I don't have the Emacs CVS version to hand, but if that has a problem,
> please chase whoever changed it. In my version the only instance of
> `shell-command' is:
> (shell-command-to-string (concat python-command " -V"))
> and I don't understand what you mean by referring to python-command.
> Have you read its doc (or has that been changed too)?
>
My impression right now is that this special case could not be quoted
since python-command could be a file name with arguments.
> The thing that is/was wrong in principle with command arg processing
> in python.el is `python-args-to-list' -- see its fixme. Similarly for
> anything else that's copied the mechanism from cmuscheme.el. (The
> inferior interpreter mechanism is one of the things which should be
> abstracted, though, rather than fixing individual versions IMNSHO.)
>
Thanks for the pointer. Has this been fixed in the version of python.el
that you maintain yourself?
next prev parent reply other threads:[~2006-10-15 19:08 UTC|newest]
Thread overview: 55+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-10-05 14:34 shell-command - missing shell-quote-argument for program? Lennart Borgman
2006-10-05 14:53 ` Lennart Borgman
2006-10-06 11:38 ` Lennart Borgman
2006-10-06 12:34 ` Andreas Schwab
2006-10-06 12:43 ` Kim F. Storm
2006-10-06 12:49 ` David Kastrup
2006-10-06 13:34 ` Kim F. Storm
2006-10-07 1:07 ` Richard Stallman
2006-10-07 13:11 ` Andreas Schwab
2006-10-08 3:30 ` Richard Stallman
2006-10-08 15:43 ` Andreas Schwab
2006-10-08 22:27 ` Richard Stallman
2006-10-08 22:36 ` Andreas Schwab
2006-10-09 20:08 ` Richard Stallman
2006-10-09 9:12 ` Kim F. Storm
2006-10-06 12:49 ` Kim F. Storm
2006-10-06 13:20 ` Lennart Borgman
2006-10-12 14:56 ` Kim F. Storm
2006-10-12 22:38 ` Richard Stallman
2006-10-13 21:26 ` Lennart Borgman
2006-10-13 23:16 ` Lennart Borgman
2006-10-14 7:13 ` Thomas Link
2006-10-13 18:13 ` Thomas Link
2006-10-13 19:55 ` Lennart Borgman
2006-10-13 21:20 ` [Bulk] " Thomas Link
2006-10-14 10:07 ` Richard Stallman
2006-10-14 14:11 ` Eli Zaretskii
[not found] ` <4526434B.9010606@student.lu.se>
[not found] ` <rzqr6xhf9l9.fsf@loveshack.ukfsn.org>
2006-10-09 22:14 ` Lennart Borgman
2006-10-10 6:46 ` Slawomir Nowaczyk
2006-10-10 7:02 ` Lennart Borgman
2006-10-12 13:52 ` Slawomir Nowaczyk
2006-10-12 14:18 ` Kim F. Storm
2006-10-15 13:50 ` Dave Love
2006-10-15 19:08 ` Lennart Borgman [this message]
2006-10-16 22:33 ` Dave Love
2006-10-16 22:37 ` Lennart Borgman
2006-10-14 14:02 ` Eli Zaretskii
2006-10-14 15:33 ` Lennart Borgman
2006-10-14 17:50 ` Andreas Schwab
2006-10-14 18:15 ` Eli Zaretskii
2006-10-15 9:30 ` Lennart Borgman
2006-10-15 20:43 ` Kim F. Storm
2006-10-14 18:22 ` Eli Zaretskii
2006-10-14 23:02 ` Kim F. Storm
2006-10-15 9:00 ` Lennart Borgman
2006-10-15 9:35 ` Lennart Borgman
2006-10-15 20:42 ` Kim F. Storm
2006-10-15 10:12 ` Richard Stallman
2006-10-15 14:14 ` Slawomir Nowaczyk
2006-10-15 10:12 ` Richard Stallman
2006-10-15 19:13 ` Lennart Borgman
2006-10-15 20:43 ` Kim F. Storm
2006-10-05 19:36 ` Stefan Monnier
2006-10-05 19:58 ` Eli Zaretskii
2006-10-05 20:21 ` Lennart Borgman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4532871D.9030706@student.lu.se \
--to=lennart.borgman.073@student.lu.se \
--cc=Holger.Schauer@gmx.de \
--cc=briot@gnat.com \
--cc=dominik@science.uva.nl \
--cc=emacs-devel@gnu.org \
--cc=pbreton@cs.umb.edu \
--cc=pk_at_work@yahoo.com \
--cc=storm@cua.dk \
--cc=t.link@gmx.at \
--cc=worley@world.std.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.