From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Ken Olum Newsgroups: gmane.emacs.devel Subject: Re: Reload file from disk Date: Sat, 11 Nov 2017 10:03:35 -0500 Message-ID: References: <83lgjcoqg9.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1510412661 11047 195.159.176.226 (11 Nov 2017 15:04:21 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 11 Nov 2017 15:04:21 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Nov 11 16:04:17 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eDXKR-0002cZ-HS for ged-emacs-devel@m.gmane.org; Sat, 11 Nov 2017 16:04:15 +0100 Original-Received: from localhost ([::1]:45909 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDXKY-0003Et-Ju for ged-emacs-devel@m.gmane.org; Sat, 11 Nov 2017 10:04:22 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41568) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eDXJt-0003En-Bo for emacs-devel@gnu.org; Sat, 11 Nov 2017 10:03:42 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eDXJs-0000C6-Ff for emacs-devel@gnu.org; Sat, 11 Nov 2017 10:03:41 -0500 Original-Received: from cosmos.phy.tufts.edu ([130.64.84.253]:60178) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eDXJo-0000BD-PS; Sat, 11 Nov 2017 10:03:36 -0500 Original-Received: from kdo by cosmos.phy.tufts.edu ([local]:local) with local id 1eDXJn-0005nG-5f - Using Exim-4.84 (MandrivaLinux) MTA (return-path ); Sat, 11 Nov 2017 10:03:35 -0500 In-Reply-To: <83lgjcoqg9.fsf@gnu.org> (message from Eli Zaretskii on Sat, 11 Nov 2017 16:11:34 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 130.64.84.253 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:220075 Archived-At: From: Eli Zaretskii Date: Sat, 11 Nov 2017 16:11:34 +0200 There's already a variable: file-name-at-point-functions. It just was undocumented until now. Given that it's documented, do we still need a separate knob? Sorry for the confusion. I think we're discussing different things here. My goal was to have the default for find-file (without typing M-n) be the current file, so that C-x C-f RET would reload the buffer. I think file-name-at-point-functions affects only the question of what you get when you type M-n. If there are enough people who would like C-x C-f RET to reload the buffer, perhaps there should be a variable for that. But perhaps there are not. (This has little consequence for me personally, since I already worked around it a different way.) Ken