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: after-find-file-from-revert-buffer Date: Tue, 05 Apr 2011 21:34:39 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1302053693 11874 80.91.229.12 (6 Apr 2011 01:34:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 6 Apr 2011 01:34:53 +0000 (UTC) Cc: Emacs developers To: Juanma Barranquero Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 06 03:34:49 2011 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 1Q7Hdw-0001Db-WB for ged-emacs-devel@m.gmane.org; Wed, 06 Apr 2011 03:34:49 +0200 Original-Received: from localhost ([127.0.0.1]:37939 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7Hdw-00064h-BD for ged-emacs-devel@m.gmane.org; Tue, 05 Apr 2011 21:34:48 -0400 Original-Received: from [140.186.70.92] (port=60668 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q7Hdq-00061J-A2 for emacs-devel@gnu.org; Tue, 05 Apr 2011 21:34:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q7Hdp-0001uW-23 for emacs-devel@gnu.org; Tue, 05 Apr 2011 21:34:42 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:1498 helo=ironport2-out.pppoe.ca) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q7Hdo-0001uM-Sp for emacs-devel@gnu.org; Tue, 05 Apr 2011 21:34:41 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvsEAKLCm01FpZU1/2dsb2JhbAClc3iIeblZhWwElkY X-IronPort-AV: E=Sophos;i="4.63,307,1299474000"; d="scan'208";a="103351276" Original-Received: from 69-165-149-53.dsl.teksavvy.com (HELO pastel.home) ([69.165.149.53]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 05 Apr 2011 21:34:39 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id A8CA858C65; Tue, 5 Apr 2011 21:34:39 -0400 (EDT) In-Reply-To: (Juanma Barranquero's message of "Wed, 6 Apr 2011 02:28:12 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.183 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:138199 Archived-At: > Additionally, we could document the variable, or find another, less > ugly way to pass that information back to saveplace.el and remove the > variable altogether. Removing the variable sounds like the best option. So the question is how to get the same behavior in saveplace without using this variable. Maybe saveplace could setup a local revert-buffer-function instead. Stefan