From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vinicius Jose Latorre Newsgroups: gmane.emacs.devel Subject: Re: Erasing whitespace upon kill-buffer Date: Mon, 08 Sep 2008 23:06:36 -0300 Message-ID: <48C5DA2C.1010308@ig.com.br> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1220925777 24312 80.91.229.12 (9 Sep 2008 02:02:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2008 02:02:57 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 09 04:03:52 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 1Kcsa5-0001cd-Ku for ged-emacs-devel@m.gmane.org; Tue, 09 Sep 2008 04:03:49 +0200 Original-Received: from localhost ([127.0.0.1]:45896 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcsZ5-0008Ln-QB for ged-emacs-devel@m.gmane.org; Mon, 08 Sep 2008 22:02:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcsZ1-0008Ib-N8 for emacs-devel@gnu.org; Mon, 08 Sep 2008 22:02:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcsYz-0008Ez-E1 for emacs-devel@gnu.org; Mon, 08 Sep 2008 22:02:43 -0400 Original-Received: from [199.232.76.173] (port=52758 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcsYz-0008El-BD for emacs-devel@gnu.org; Mon, 08 Sep 2008 22:02:41 -0400 Original-Received: from mail-gx0-f12.google.com ([209.85.217.12]:52387) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcsYy-0007VH-TM for emacs-devel@gnu.org; Mon, 08 Sep 2008 22:02:41 -0400 Original-Received: by gxk5 with SMTP id 5so9142307gxk.18 for ; Mon, 08 Sep 2008 19:02:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding:sender; bh=9s6PELZi+1A4+YmJFfuxN+YYlUWHXfMmqJq7u78Dgik=; b=a4FGfzYoRsoefgPr9Wl3P8aLBLZgTs5u88UQ5MUqY7x50cuH/rtk6Fa54lQc6ZrDoH 1Gx+BCpnFMiVpjWum5pszTWQrTjLXwnZGEzYRoX/0nvFDacEci+TDetjmnJfo35mJJTj c5ynVc482AHIn21vd1wjgH5LpOq0u5ERDh3v0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding :sender; b=nddS2mqm5edxtTMgMGZ1cWgzAN3MwhXxkPy5aog3r6qvP86P6u+KXBC8ST+kDIyEST BIJvJq0xN351RHeC+ehjimY+h14J8fD1m6XYA7H+9SnKSOMRMPIKV+qBwGNbgEn6knFQ SCn/SxbXByEO8G+i4mjW1jPmw9PA09n+Or1KY= Original-Received: by 10.151.145.21 with SMTP id x21mr5112241ybn.93.1220925759468; Mon, 08 Sep 2008 19:02:39 -0700 (PDT) Original-Received: from ?192.168.0.100? ( [201.82.37.188]) by mx.google.com with ESMTPS id 34sm7255457yxl.8.2008.09.08.19.02.37 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 08 Sep 2008 19:02:39 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.16) Gecko/20080702 SeaMonkey/1.1.11 In-Reply-To: X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:103713 Archived-At: > Could you explain to me the purpose of whitespace-kill-buffer-hook? > Why not just kill the beast? > There is this functionality in the old whitespace package. Hmmm, well, I also don't see the purpose of it, I'll eliminate this feature if there is no objection.