From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Hori Newsgroups: gmane.emacs.help Subject: Re: emacs shell doesn't like quotes Date: Thu, 4 Feb 2010 21:22:53 -0800 Message-ID: References: <79fc116a-4dd1-4d2e-bd74-fff5fd788bd5@x10g2000prk.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1265365981 17356 80.91.229.12 (5 Feb 2010 10:33:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Feb 2010 10:33:01 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: ankitks Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 05 11:32:58 2010 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 1NdLTk-00032G-H8 for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Feb 2010 11:32:00 +0100 Original-Received: from localhost ([127.0.0.1]:35574 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdGf1-0003Rg-Au for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Feb 2010 00:23:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NdGee-0003RJ-Px for help-gnu-emacs@gnu.org; Fri, 05 Feb 2010 00:22:56 -0500 Original-Received: from [199.232.76.173] (port=53657 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdGee-0003R5-Fj for help-gnu-emacs@gnu.org; Fri, 05 Feb 2010 00:22:56 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1NdGed-0007jl-BH for help-gnu-emacs@gnu.org; Fri, 05 Feb 2010 00:22:56 -0500 Original-Received: from mail-px0-f192.google.com ([209.85.216.192]:51436) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NdGec-0007jf-V1 for help-gnu-emacs@gnu.org; Fri, 05 Feb 2010 00:22:55 -0500 Original-Received: by pxi30 with SMTP id 30so3346610pxi.14 for ; Thu, 04 Feb 2010 21:22:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=H3TvWYstN4Pz6vJq/lKSQyZOa6FgCGiVSRLIzaqa4xU=; b=VOvLVnkS4HLA5Pdm11AM8KFQvdQb9BY/5JdC78cZNbj7qFgHQ0596d59tFVOgl9BWl AjMFXTeFGmI6JeCvoO/63pESg3NP9wQlAXXOPylL3R2G8+TJ8Gt5v7ybt2x5WWjuwCxz 6g5/FGMZ0MsM2GcGHkYPfyyzr8K85PMd42pRU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=cIFL6R2DZB4qjaHP29Re/hQb8SXcY3+NsKt0MV4M6viXZySUx6zIVvokxXeLeUwXm/ zP13jhBnRvQfqGoAbYetdAgGz+ODj/9gBjkj5AQLuZCeoKcA8VMcAuMTXnmceEwyTMuO DhjTLl6uK57YYQMmoxOJuKppk1d7X/6ik+OAU= Original-Received: by 10.114.3.13 with SMTP id 13mr1451308wac.45.1265347373654; Thu, 04 Feb 2010 21:22:53 -0800 (PST) In-Reply-To: <79fc116a-4dd1-4d2e-bd74-fff5fd788bd5@x10g2000prk.googlegroups.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:71700 Archived-At: Yup. There are still bugs on eshell involving single quote and double quotes handling. If you can give me a reproducible example, someone might be able to take a look (including myself). On Thu, Feb 4, 2010 at 1:34 PM, ankitks wrote: > Hello everone, > I am trying out this cmd on emacs shell: > >>run_my_job -model some-temp =A0-work temp -o_cfg "-Copt 0 -Bopt -Aopt 1" = -o "-WIDTH 40000 -WORK 1 -CHK_HELLO OFF -LODE_FINAL ON -ERR_COUNT 2 -CHK_C_= ENABLE OFF -CHK_B_ENABLE OFF -CHK_A_ENABLE OFF" > > Got this error: > Unmatched ". > > Any help? > >