From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bob Rogers Newsgroups: gmane.emacs.devel Subject: Multiple bugs in lisp-mode M-q on paragraphs within #|..|# comments Date: Sat, 24 Mar 2007 15:40:09 -0400 Message-ID: <17925.32409.130006.495539@rgrjr.dyndns.org> References: <17925.31957.782297.513252@rgrjr.dyndns.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1174765227 22622 80.91.229.12 (24 Mar 2007 19:40:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 24 Mar 2007 19:40:27 +0000 (UTC) To: emacs-devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 24 20:40:26 2007 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 1HVC6C-0000NJ-7f for ged-emacs-devel@m.gmane.org; Sat, 24 Mar 2007 20:40:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVC8E-0007Xa-Uo for ged-emacs-devel@m.gmane.org; Sat, 24 Mar 2007 14:42:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HVC83-0007Ey-8J for emacs-devel@gnu.org; Sat, 24 Mar 2007 15:42:19 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HVC82-0007DD-Ag for emacs-devel@gnu.org; Sat, 24 Mar 2007 15:42:18 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HVC82-0007CJ-4W for emacs-devel@gnu.org; Sat, 24 Mar 2007 14:42:18 -0500 Original-Received: from c-24-34-111-252.hsd1.ma.comcast.net ([24.34.111.252] helo=rgrjr.dyndns.org) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HVC5x-0002ev-JO for emacs-devel@gnu.org; Sat, 24 Mar 2007 15:40:10 -0400 Original-Received: (qmail 26683 invoked by uid 500); 24 Mar 2007 19:40:09 -0000 In-Reply-To: <17925.31957.782297.513252@rgrjr.dyndns.org> X-Mailer: VM 7.19 under Emacs 22.0.96.1 X-detected-kernel: 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:68494 Archived-At: Oops; I forgot to include one: Fourth bug: 7. Move the point to the line before the paragraph numbered 1, and type M-q. Instead of filling, this line is deleted, and the following message is produced: fill-delete-newlines: Invalid search bound (wrong side of point) This, too, did not exist in 21.3. -- Bob