From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: patch: add-log.el: changelog find file under poin Date: Tue, 22 Jan 2008 17:29:30 -0500 Message-ID: References: <1194211092.13041.13.camel@peder.flower> <87sl0qsp39.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1201041162 9464 80.91.229.12 (22 Jan 2008 22:32:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 22 Jan 2008 22:32:42 +0000 (UTC) Cc: rgm@gnu.org, janneke-list@xs4all.nl, emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 22 23:33:01 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 1JHRfs-00006S-Uo for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2008 23:32:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHRfT-0001W6-4r for ged-emacs-devel@m.gmane.org; Tue, 22 Jan 2008 17:32:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JHRca-00089P-Lo for emacs-devel@gnu.org; Tue, 22 Jan 2008 17:29:32 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JHRcZ-00088v-Vq for emacs-devel@gnu.org; Tue, 22 Jan 2008 17:29:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JHRcZ-00088l-Lc for emacs-devel@gnu.org; Tue, 22 Jan 2008 17:29:31 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JHRcZ-0000b9-Fs for emacs-devel@gnu.org; Tue, 22 Jan 2008 17:29:31 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JHRcY-0000lB-Vu; Tue, 22 Jan 2008 17:29:31 -0500 In-reply-to: <87sl0qsp39.fsf@jurta.org> (message from Juri Linkov on Tue, 22 Jan 2008 02:08:18 +0200) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:87324 Archived-At: For everyone who doesn't want using ffap, I think it would be good to implement a feature that will always add a file name under point to the list of minibuffer's default values for C-x C-f. That might be a good feature, if it can work reliably. The problem is, almost anything COULD be a file name. In a change log, it is possible to find the file names reliably, so such a feature can work reliably.