From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Richard M. Stallman" Newsgroups: gmane.emacs.devel Subject: Re: url-history.el: variable url-history-track defined but not used Date: Mon, 28 Nov 2005 22:11:18 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1133234188 15644 80.91.229.2 (29 Nov 2005 03:16:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Nov 2005 03:16:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 29 04:16:25 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EgvvC-0004Ms-4n for ged-emacs-devel@m.gmane.org; Tue, 29 Nov 2005 04:12:46 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EgvvA-0002sA-HH for ged-emacs-devel@m.gmane.org; Mon, 28 Nov 2005 22:12:44 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Egvto-00022a-SZ for emacs-devel@gnu.org; Mon, 28 Nov 2005 22:11:21 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Egvtn-00021k-Hv for emacs-devel@gnu.org; Mon, 28 Nov 2005 22:11:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Egvtn-00021Z-BC for emacs-devel@gnu.org; Mon, 28 Nov 2005 22:11:19 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Egvtn-0002zX-8o for emacs-devel@gnu.org; Mon, 28 Nov 2005 22:11:19 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Egvtm-0004mM-N9; Mon, 28 Nov 2005 22:11:18 -0500 Original-To: Klaus Straubinger In-reply-to: (message from Klaus Straubinger on Mon, 28 Nov 2005 16:31:08 +0100 (CET)) 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:46749 Archived-At: + (and (featurep 'url) + (fboundp #'url-history-setup-save-timer) Those tests are rather undesirable; it would be better for this to work regardless of what else is loaded. What is the reason for those tests? What problem do they solve? Let's look for another solution.