From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.bugs Subject: treatment of parenthesis syntax in scan_lists Date: Thu, 14 Aug 2003 15:24:44 +0100 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1060871545 15558 80.91.224.253 (14 Aug 2003 14:32:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Aug 2003 14:32:25 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Aug 14 16:32:18 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19nJ9G-0000dU-00 for ; Thu, 14 Aug 2003 16:32:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nJ3T-0000Kd-RY for geb-bug-gnu-emacs@m.gmane.org; Thu, 14 Aug 2003 10:26:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19nJ2U-0008RF-4K for bug-gnu-emacs@gnu.org; Thu, 14 Aug 2003 10:25:18 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19nJ1x-0008Jq-Qn for bug-gnu-emacs@gnu.org; Thu, 14 Aug 2003 10:25:16 -0400 Original-Received: from [148.79.80.39] (helo=albion.dl.ac.uk) by monty-python.gnu.org with esmtp (Exim 4.20) id 19nJ1x-0008Jm-Gt for bug-gnu-emacs@gnu.org; Thu, 14 Aug 2003 10:24:45 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.36 #1 (Debian)) id 19nJ1x-0004IF-00 for ; Thu, 14 Aug 2003 15:24:45 +0100 Original-To: bug-gnu-emacs@gnu.org User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5541 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5541 Is there a good reason why `scan_lists' ignores the matching character for Sopen and Sclose classes? I.e. it happily skips from `[' to `)' rather than requiring a matching `]'. If not, I'll try to fix this sometime.