From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.devel Subject: shell-script mode color vs. \' Date: Wed, 05 Mar 2008 05:28:33 +0800 Message-ID: <87bq5unpq6.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204666141 14453 80.91.229.12 (4 Mar 2008 21:29:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 4 Mar 2008 21:29:01 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 04 22:29:27 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JWehN-00037c-SW for ged-emacs-devel@m.gmane.org; Tue, 04 Mar 2008 22:29:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWegq-0001vZ-KC for ged-emacs-devel@m.gmane.org; Tue, 04 Mar 2008 16:28:48 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JWegm-0001v9-Uy for emacs-devel@gnu.org; Tue, 04 Mar 2008 16:28:44 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JWegl-0001tF-DL for emacs-devel@gnu.org; Tue, 04 Mar 2008 16:28:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JWegl-0001tC-7f for emacs-devel@gnu.org; Tue, 04 Mar 2008 16:28:43 -0500 Original-Received: from lax-green-bigip-5.dreamhost.com ([208.113.200.5] helo=blingymail-a2.g.dreamhost.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JWegk-0001sh-ST for emacs-devel@gnu.org; Tue, 04 Mar 2008 16:28:43 -0500 Original-Received: from jidanni2 (122-127-33-245.dynamic.hinet.net [122.127.33.245]) by blingymail-a2.g.dreamhost.com (Postfix) with ESMTP id 2D18B40EE8 for ; Tue, 4 Mar 2008 13:28:40 -0800 (PST) X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:91316 Archived-At: In shell-script mode, the words on either side of the apostrophe are in different color, even though I escaped it: setlock -n /tmp/getmail.lock echo getmail isn\'t running " and ` don't have that problem. Emacs-version "22.1.1".