From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Please fix before the release of 23.1 Date: Sun, 10 Aug 2008 14:51:59 -0400 Message-ID: <957iaog0ts.fsf@fencepost.gnu.org> References: <877ibp4hh3.fsf@vorlon.ganneff.de> <871w1xfmsb.fsf@grepfind.mwolson.org> <87ljzj3oad.fsf_-_@grepfind.mwolson.org> <18590.45488.891078.545308@a1ihome1.kph.uni-mainz.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1218394403 6173 80.91.229.12 (10 Aug 2008 18:53:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 10 Aug 2008 18:53:23 +0000 (UTC) Cc: Michael Olson , emacs-devel@gnu.org To: Ulrich Mueller Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 10 20:54:15 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 1KSG3R-0007m5-9B for ged-emacs-devel@m.gmane.org; Sun, 10 Aug 2008 20:54:13 +0200 Original-Received: from localhost ([127.0.0.1]:39587 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSG2V-0003oy-GZ for ged-emacs-devel@m.gmane.org; Sun, 10 Aug 2008 14:53:15 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KSG2Q-0003l4-4L for emacs-devel@gnu.org; Sun, 10 Aug 2008 14:53:10 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KSG2O-0003iE-JQ for emacs-devel@gnu.org; Sun, 10 Aug 2008 14:53:09 -0400 Original-Received: from [199.232.76.173] (port=40748 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KSG2O-0003hy-Cl for emacs-devel@gnu.org; Sun, 10 Aug 2008 14:53:08 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:60558) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KSG2N-0006pa-VK for emacs-devel@gnu.org; Sun, 10 Aug 2008 14:53:08 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1KSG1H-0004jZ-6K; Sun, 10 Aug 2008 14:51:59 -0400 X-Spook: ASO industrial espionage PLO e-bomb afsatcom Kh-11 Area X-Ran: ^vH|[6MtJ-t0OI.ssgU8I4s!\C;H`,wZk*'SoHo$V|w\7Gh{CuGz1zlMD5ouZ7?v9-8vLI X-Hue: magenta X-Attribution: GM In-Reply-To: <18590.45488.891078.545308@a1ihome1.kph.uni-mainz.de> (Ulrich Mueller's message of "Sun, 10 Aug 2008 11:15:28 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:102267 Archived-At: Ulrich Mueller wrote: > | (progn > | (require 'cc-mode)) > `---- [...] > This will result in an error: Invalid read syntax: ")" [...] > The error disappears if the expression is in one line: > > ,----[ test.el ] > | (progn (require 'cc-mode)) > `---- Already filed as bug #636.