From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ankitks Newsgroups: gmane.emacs.help Subject: emacs shell doesn't like quotes Date: Thu, 4 Feb 2010 13:34:33 -0800 (PST) Organization: http://groups.google.com Message-ID: <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 X-Trace: ger.gmane.org 1265365986 17412 80.91.229.12 (5 Feb 2010 10:33:06 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Feb 2010 10:33:06 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 05 11:33:04 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 1NdLTn-00032G-QE for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Feb 2010 11:32:03 +0100 Original-Received: from localhost ([127.0.0.1]:45101 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NdGDx-0006ax-SG for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Feb 2010 23:55:21 -0500 Original-Path: news.stanford.edu!usenet.stanford.edu!postnews.google.com!x10g2000prk.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 139.95.251.122 Original-X-Trace: posting.google.com 1265319274 1931 127.0.0.1 (4 Feb 2010 21:34:34 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 4 Feb 2010 21:34:34 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: x10g2000prk.googlegroups.com; posting-host=139.95.251.122; posting-account=pU3rxgoAAABjoplY_mDri7fzZMV_Ke0p User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.1.7) Gecko/20091221 Firefox/3.5.7,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:176617 X-Mailman-Approved-At: Thu, 04 Feb 2010 23:54:14 -0500 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:71701 Archived-At: Hello everone, I am trying out this cmd on emacs shell: >run_my_job -model some-temp -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?