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: Following links in *Help* do not add files to file-name-history Date: Thu, 12 Oct 2006 18:38:02 -0400 Message-ID: References: <20061012115933.C387.SLAWOMIR.NOWACZYK.847@student.lu.se> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1160693446 3869 80.91.229.2 (12 Oct 2006 22:50:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Oct 2006 22:50:46 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Oct 13 00:50:44 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GY9CI-00008h-EY for ged-emacs-devel@m.gmane.org; Fri, 13 Oct 2006 00:38:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GY9CI-0008WL-1H for ged-emacs-devel@m.gmane.org; Thu, 12 Oct 2006 18:38:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GY9Bk-00085G-5h for emacs-devel@gnu.org; Thu, 12 Oct 2006 18:38:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GY9Bj-00084f-Hm for emacs-devel@gnu.org; Thu, 12 Oct 2006 18:38:03 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GY9Bj-00084P-9a for emacs-devel@gnu.org; Thu, 12 Oct 2006 18:38:03 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GY9K3-000301-0o for emacs-devel@gnu.org; Thu, 12 Oct 2006 18:46:39 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GY9Bi-0006tW-0U; Thu, 12 Oct 2006 18:38:02 -0400 Original-To: Slawomir Nowaczyk In-reply-to: <20061012115933.C387.SLAWOMIR.NOWACZYK.847@student.lu.se> (message from Slawomir Nowaczyk on Thu, 12 Oct 2006 12:33:53 +0200) 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:60690 Archived-At: Following link to source file in *Help* buffers (like C-h f lambda TAB RET) visits the file correctly, but does not add visited file to the file-name-history. That seems correct to me. file-name-history is the history list of file names entered as argument. It has no definition; I will give it one.