From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Erasing whitespace upon kill-buffer Date: Sun, 07 Sep 2008 16:17:47 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1220818691 23110 80.91.229.12 (7 Sep 2008 20:18:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 7 Sep 2008 20:18:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Vinicius Jose Latorre Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 07 22:19:06 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 1KcQit-0002A8-6G for ged-emacs-devel@m.gmane.org; Sun, 07 Sep 2008 22:19:03 +0200 Original-Received: from localhost ([127.0.0.1]:57558 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcQhs-0006xB-JI for ged-emacs-devel@m.gmane.org; Sun, 07 Sep 2008 16:18:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcQhn-0006wV-SN for emacs-devel@gnu.org; Sun, 07 Sep 2008 16:17:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcQhl-0006vd-JD for emacs-devel@gnu.org; Sun, 07 Sep 2008 16:17:54 -0400 Original-Received: from [199.232.76.173] (port=56914 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcQhl-0006va-3J for emacs-devel@gnu.org; Sun, 07 Sep 2008 16:17:53 -0400 Original-Received: from ironport2-out.pppoe.ca ([206.248.154.182]:50059 helo=ironport2-out.teksavvy.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcQhk-0007fl-J8 for emacs-devel@gnu.org; Sun, 07 Sep 2008 16:17:53 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AiQFAFnTw0hFxIqP/2dsb2JhbACBZbAMgWaBBw X-IronPort-AV: E=Sophos;i="4.32,352,1217822400"; d="scan'208";a="26487103" Original-Received: from 69-196-138-143.dsl.teksavvy.com (HELO ceviche.home) ([69.196.138.143]) by ironport2-out.teksavvy.com with ESMTP; 07 Sep 2008 16:17:47 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 7B5C7B4062; Sun, 7 Sep 2008 16:17:47 -0400 (EDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Genre and OS details not recognized. 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:103644 Archived-At: Could you explain to me the purpose of whitespace-kill-buffer-hook? Why not just kill the beast? Stefan