From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: tramp depends on gnus Date: Fri, 26 Nov 2004 12:21:49 -0500 Message-ID: References: <20041124120146.GU21646@boetes.org> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1101489901 8063 80.91.229.6 (26 Nov 2004 17:25:01 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 26 Nov 2004 17:25:01 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 26 18:24:57 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CXjq5-0002aS-00 for ; Fri, 26 Nov 2004 18:24:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXjzL-00057V-PH for ged-emacs-devel@m.gmane.org; Fri, 26 Nov 2004 12:34:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CXjyf-0004xB-EF for emacs-devel@gnu.org; Fri, 26 Nov 2004 12:33:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CXjyd-0004wM-P5 for emacs-devel@gnu.org; Fri, 26 Nov 2004 12:33:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXjyd-0004vR-Gm for emacs-devel@gnu.org; Fri, 26 Nov 2004 12:33:47 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CXjpD-0002gA-9E for emacs-devel@gnu.org; Fri, 26 Nov 2004 12:24:03 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CXjn3-0006Tp-Gk; Fri, 26 Nov 2004 12:21:49 -0500 Original-To: Han Boetes In-reply-to: <20041124120146.GU21646@boetes.org> (message from Han Boetes on Wed, 24 Nov 2004 13:01:24 +0100) 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: main.gmane.org gmane.emacs.devel:30400 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:30400 Since I don't use gnus I removed the gnus dir and I noticed that tramp depends on format-spec, which is provided by gnus. Thanks for noticing this. format-spec is a clean small feature. We could move it to subr.el. Does anyone see a reason not to? However, format-spec-make does not appear useful to me, and tramp does not use that. So let's not move that.