From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: Re: Moving files from lisp/gnus/ to lisp/net/? Date: Tue, 26 Oct 2004 09:28:52 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <86pt36545n.fsf@ketchup.de.uu.net> References: <20041020105027.GA17283@fencepost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1098775784 18929 80.91.229.6 (26 Oct 2004 07:29:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 26 Oct 2004 07:29:44 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 26 09:29:36 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 1CMLlw-0003ae-00 for ; Tue, 26 Oct 2004 09:29:36 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMLtd-0001e5-0S for ged-emacs-devel@m.gmane.org; Tue, 26 Oct 2004 03:37:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CMLtU-0001cl-G8 for emacs-devel@gnu.org; Tue, 26 Oct 2004 03:37:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CMLtT-0001cB-Tt for emacs-devel@gnu.org; Tue, 26 Oct 2004 03:37:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CMLtT-0001bm-Ns for emacs-devel@gnu.org; Tue, 26 Oct 2004 03:37:23 -0400 Original-Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CMLlT-0007aL-3w for emacs-devel@gnu.org; Tue, 26 Oct 2004 03:29:07 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CMLlS-0000fR-00 for ; Tue, 26 Oct 2004 09:29:06 +0200 Original-Received: from ketchup.de.uu.net ([139.4.38.244]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Oct 2004 09:29:06 +0200 Original-Received: from kai by ketchup.de.uu.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 26 Oct 2004 09:29:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 16 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: ketchup.de.uu.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:h/sixlNdV0j6F8t1MDemIk/gh3E= 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:28955 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28955 Lars Magne Ingebrigtsen writes: > Simon Josefsson writes: > >> There is also the problem if getting users to modify their load-path's >> to accommodate the new Gnus layout. > > ... but this is a more serious problem. Or does Emacs look into > sub-directories of load-path these days? Well, gnus-load.el could do all the tweaking that's necessary. One could put this file into the lisp directory whereas everything else goes in lisp/foo. WDYT? Kai