From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Cai Qian" Newsgroups: gmane.emacs.bugs Subject: sh-script-mode Date: Mon, 29 May 2006 16:44:26 +0100 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1148917856 25966 80.91.229.2 (29 May 2006 15:50:56 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 29 May 2006 15:50:56 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon May 29 17:50:53 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fkk12-0002Ec-AO for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 May 2006 17:50:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fkk11-0005Ig-Q4 for geb-bug-gnu-emacs@m.gmane.org; Mon, 29 May 2006 11:50:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fkjux-0003sr-0G for bug-gnu-emacs@gnu.org; Mon, 29 May 2006 11:44:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fkjuu-0003sf-AX for bug-gnu-emacs@gnu.org; Mon, 29 May 2006 11:44:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fkjuu-0003sc-5k for bug-gnu-emacs@gnu.org; Mon, 29 May 2006 11:44:28 -0400 Original-Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Fkk0V-0008VR-3i for bug-gnu-emacs@gnu.org; Mon, 29 May 2006 11:50:15 -0400 Original-Received: from [64.233.184.237] (helo=wr-out-0506.google.com) by mx20.gnu.org with esmtp (Exim 4.52) id 1Fkjut-0001Pn-Cy for bug-gnu-emacs@gnu.org; Mon, 29 May 2006 11:44:27 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 37so882890wra for ; Mon, 29 May 2006 08:44:26 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=lhT6ECWhDOzafalq4o+cW9heb3BfXQVsX2g0TBEmJgzNy4D0BOwu8/bZWgaC0fkj4d7Jz8oxh3BtPHo5jg2GJjq0k9CKTFMnr7nh824tgp19XmxNZvG43ZGX5OgqrAcRpfch+xlRqCKhey27m1fibQ0Q5lhuwB+6mc06SnJc6ZQ= Original-Received: by 10.54.130.19 with SMTP id c19mr244083wrd; Mon, 29 May 2006 08:42:34 -0700 (PDT) Original-Received: by 10.54.115.14 with HTTP; Mon, 29 May 2006 08:44:26 -0700 (PDT) Original-To: bug-gnu-emacs@gnu.org Content-Disposition: inline X-Mailman-Approved-At: Mon, 29 May 2006 11:50:44 -0400 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15113 Archived-At: Hi, There are two bugs regards sh-script-mode 1) Here document, When input <<, it should not automatically add EOF here document for me, as I may want to use <<< instead. 3) Highlight for quota string Highlight for quota string is a mess, when embed double or single quota inside quota, such as, echo "$(echo "hello 'world'")" Qian