emacs-devel
[Top][All Lists]
Advanced

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

Re: shell-unquote-argument: throws error if called outside a shell buffe


From: Andreas Politz
Subject: Re: shell-unquote-argument: throws error if called outside a shell buffer
Date: Sun, 12 Mar 2017 00:10:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux)

I assume this is a problem of name-spaces.  While `shell-quote-argument'
lives in subr.el, where the prefix denotes "functionality related to
shells", its would-be companion function `shell-unquote-argument' is
defined in shell.el and is not supposed to be used outside that
libraries scope (i.e. a *shell* buffer), as is e.g. shell-resync-dirs.

-ap



reply via email to

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