From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#16670: mistreaded '(' in left-most column when quoted in a string Date: Thu, 06 Feb 2014 11:58:27 -0500 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1391705944 14442 80.91.229.3 (6 Feb 2014 16:59:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Feb 2014 16:59:04 +0000 (UTC) Cc: 16670@debbugs.gnu.org To: Chaos Eternal Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Feb 06 17:59:11 2014 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WBSIB-0006Ox-0d for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Feb 2014 17:59:11 +0100 Original-Received: from localhost ([::1]:37398 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBSIA-0002nD-FA for geb-bug-gnu-emacs@m.gmane.org; Thu, 06 Feb 2014 11:59:10 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40990) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBSI6-0002kF-Jp for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 11:59:07 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WBSI2-0006Qw-Nb for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 11:59:06 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WBSI2-0006Qs-LV for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 11:59:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1WBSI2-0008VM-8E for bug-gnu-emacs@gnu.org; Thu, 06 Feb 2014 11:59:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Thu, 06 Feb 2014 16:59:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 16670 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 16670-submit@debbugs.gnu.org id=B16670.139170591332651 (code B ref 16670); Thu, 06 Feb 2014 16:59:02 +0000 Original-Received: (at 16670) by debbugs.gnu.org; 6 Feb 2014 16:58:33 +0000 Original-Received: from localhost ([127.0.0.1]:53585 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBSHY-0008UY-Jh for submit@debbugs.gnu.org; Thu, 06 Feb 2014 11:58:32 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:60528) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WBSHV-0008UQ-Q1 for 16670@debbugs.gnu.org; Thu, 06 Feb 2014 11:58:30 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WBSHU-0003Li-4F; Thu, 06 Feb 2014 11:58:28 -0500 X-Spook: Rumsfeld MD5 Soviet Aladdin arrangements secure JPL Pine X-Ran: 8J/uy,A1o>c)$o|=fNuX~$5}n^,n]}0o"kai(##A=EgXs~qx-l)OFMR;n:szJki1JeVcfD X-Hue: magenta X-Attribution: GM In-Reply-To: (Chaos Eternal's message of "Thu, 6 Feb 2014 17:50:02 +0800") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:84742 Archived-At: Chaos Eternal wrote: > (let ((a " > string begins here > ( ;; this left parenthesis will be mistreaded as start of a expression > " > )) ;; parenthesis-matching from this line will get broken. Hi, this is a documented issue. See info node `(emacs)Left Margin Paren'. http://www.gnu.org/software/emacs/manual/html_node/emacs/Left-Margin-Paren.html