From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: shouldn't `delete-blank-lines' treat form-feed as whitespace? Date: Sun, 28 Feb 2010 12:44:22 -0800 Message-ID: <4CB6D99021EF440EAB10FFDB2740FE8B@us.oracle.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1267389883 1553 80.91.229.12 (28 Feb 2010 20:44:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 28 Feb 2010 20:44:43 +0000 (UTC) To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 28 21:44:39 2010 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.69) (envelope-from ) id 1Nlq0D-0006iw-Oe for ged-emacs-devel@m.gmane.org; Sun, 28 Feb 2010 21:44:38 +0100 Original-Received: from localhost ([127.0.0.1]:58007 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nlq0B-0006vL-KK for ged-emacs-devel@m.gmane.org; Sun, 28 Feb 2010 15:44:35 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nlq05-0006ut-Tg for emacs-devel@gnu.org; Sun, 28 Feb 2010 15:44:29 -0500 Original-Received: from [140.186.70.92] (port=47383 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nlq04-0006uk-KS for emacs-devel@gnu.org; Sun, 28 Feb 2010 15:44:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nlq03-0006PG-8w for emacs-devel@gnu.org; Sun, 28 Feb 2010 15:44:27 -0500 Original-Received: from rcsinet11.oracle.com ([148.87.113.123]:53497) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nlq03-0006Ot-2l for emacs-devel@gnu.org; Sun, 28 Feb 2010 15:44:27 -0500 Original-Received: from acsinet15.oracle.com (acsinet15.oracle.com [141.146.126.227]) by rcsinet11.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o1SKiMhu027594 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 28 Feb 2010 20:44:23 GMT Original-Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by acsinet15.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o1SIkcSO005282 for ; Sun, 28 Feb 2010 20:44:21 GMT Original-Received: from abhmt006.oracle.com by acsmt354.oracle.com with ESMTP id 55217731267389861; Sun, 28 Feb 2010 12:44:21 -0800 Original-Received: from dradamslap1 (/24.5.179.75) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Sun, 28 Feb 2010 12:44:20 -0800 X-Mailer: Microsoft Office Outlook 11 Thread-Index: Acq4ts7iUSyl2EnWQO2/qKP1PcBk6A== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579 X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090203.4B8AD5A6.004F:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:121478 Archived-At: `delete-blank-lines' treats SPC, TAB, and newline as whitespace. Shouldn't it also treat form-feed (aka \f, aka ^L) as whitespace?