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: Re: Proposal for a closed-buffer tracker Date: Sun, 22 Feb 2015 17:03:16 -0500 Message-ID: References: <83a906c58q.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1424642655 26728 80.91.229.3 (22 Feb 2015 22:04:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 22 Feb 2015 22:04:15 +0000 (UTC) Cc: Kelly Dean , emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 22 23:04:06 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YPedC-0008M9-JG for ged-emacs-devel@m.gmane.org; Sun, 22 Feb 2015 23:04:06 +0100 Original-Received: from localhost ([::1]:41391 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPedB-0007We-Su for ged-emacs-devel@m.gmane.org; Sun, 22 Feb 2015 17:04:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49285) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPecz-0007WY-Ju for emacs-devel@gnu.org; Sun, 22 Feb 2015 17:03:54 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YPecy-0003IG-UK for emacs-devel@gnu.org; Sun, 22 Feb 2015 17:03:53 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:42427) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YPecv-0003I2-DZ; Sun, 22 Feb 2015 17:03:49 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AroTAPOG1lTO+LI//2dsb2JhbABbgwaDX4VTwGUEAgKBDUQBAQEBAQF8hA0BBVYjEAs0EhQYDSSIQM4jAQEBAQYBAQEBHo94B4QqBYonn0uBRSKCAR2BbiCCcwEBAQ X-IPAS-Result: AroTAPOG1lTO+LI//2dsb2JhbABbgwaDX4VTwGUEAgKBDUQBAQEBAQF8hA0BBVYjEAs0EhQYDSSIQM4jAQEBAQYBAQEBHo94B4QqBYonn0uBRSKCAR2BbiCCcwEBAQ X-IronPort-AV: E=Sophos;i="5.09,536,1418101200"; d="scan'208";a="111178367" Original-Received: from 206-248-178-63.dsl.teksavvy.com (HELO pastel.home) ([206.248.178.63]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 22 Feb 2015 17:03:48 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 56E6D1028; Sun, 22 Feb 2015 17:03:16 -0500 (EST) In-Reply-To: <83a906c58q.fsf@gnu.org> (Eli Zaretskii's message of "Sun, 22 Feb 2015 17:53:25 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183403 Archived-At: >> (add-hook 'kill-buffer-hook #'track-closed-buffer) > Why the hash? I consider it good practice to use #' rather than ' when referring to a function rather than to a symbol (tho it's not used very widely right now). Among the benefits, the byte-compiler will check that this function indeed exists. Stefan