From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: Why call-process removes '{' and '}' chars from arguments??? Date: Wed, 02 Jun 2010 23:40:46 +0300 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1275512623 22549 80.91.229.12 (2 Jun 2010 21:03:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 2 Jun 2010 21:03:43 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 02 23:03:40 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OJv65-0004zf-Kx for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Jun 2010 23:03:33 +0200 Original-Received: from localhost ([127.0.0.1]:36551 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJv62-0000AY-SN for geh-help-gnu-emacs@m.gmane.org; Wed, 02 Jun 2010 17:03:30 -0400 Original-Received: from [140.186.70.92] (port=47011 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OJv2n-00060M-BA for help-gnu-emacs@gnu.org; Wed, 02 Jun 2010 17:00:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OJv2l-0001Ha-Um for help-gnu-emacs@gnu.org; Wed, 02 Jun 2010 17:00:09 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:42114) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OJv2l-0001HR-NU for help-gnu-emacs@gnu.org; Wed, 02 Jun 2010 17:00:07 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OJv2j-0003KB-SH for help-gnu-emacs@gnu.org; Wed, 02 Jun 2010 23:00:05 +0200 Original-Received: from 34-186-92-178.pool.ukrtel.net ([178.92.186.34]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Jun 2010 23:00:05 +0200 Original-Received: from gavenkoa by 34-186-92-178.pool.ukrtel.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Jun 2010 23:00:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ connect(): No such file or directory Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 34-186-92-178.pool.ukrtel.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.5) Gecko/20091204 Thunderbird/3.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73810 Archived-At: I use Emacs 23.2 under Windows. (call-process "echo.exe" nil (get-buffer "*Messages*") nil "--bla" "{rev}" "}}}xxx{1}xxx{2}xxx{{{" ) put in Message buffer "--bla rev }}}xxx1xxx2xxx" so remove occurrences of "{" and "}". Why??? This reproduced in Emacs 21.4, 22.3, 23.2 with "runemacs -q" ever cmdproxy.exe removed. Emacs 32.2 uses "hg --template {rev} file-name" for Mercurial in VC mode and so fail properly check file revision. -- Best regards!