[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Command substitution (backtick) and tab completion
From: |
Chet Ramey |
Subject: |
Re: Command substitution (backtick) and tab completion |
Date: |
Sat, 01 Jan 2011 23:20:12 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.8) Gecko/20100802 Lightning/1.0b2 Thunderbird/3.1.2 |
On 12/31/10 11:01 PM, Sven Mascheck wrote:
> On Fri, Dec 31, 2010 at 12:20:38PM -0800, chengiz wrote:
>> On Dec 31, 12:20 pm, Sven Mascheck <masch...@in-ulm.de> wrote:
>
>>> (see also http://lists.gnu.org/archive/html/bug-bash/2008-01/msg00049.html)
>>> [...]
>>
>> I dont see how that's related - I dont doubt you that the fix to this
>> issue "broke" my example, but in that case there's premature
>> execution, in my case the ticks are closed. [...]
>
> Here's how I understood it:
> The original problem was just the trigger. The decision was to completely
> disable command substitution while the completion system is active here.
> That's why I posted the bug report link: just see the reply from Chet.
The idea is that it's not safe, in general, to run arbitrary command
substitutions more than once. They may have side effects.
Chet
--
``The lyf so short, the craft so long to lerne.'' - Chaucer
``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU chet@case.edu http://cnswww.cns.cwru.edu/~chet/
- Re: Command substitution (backtick) and tab completion,
Chet Ramey <=