From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29730 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: gnus-setup.el? Date: 11 Apr 2000 10:17:00 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035166353 4422 80.91.224.250 (21 Oct 2002 02:12:33 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:12:33 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 11B72D051E for ; Tue, 11 Apr 2000 10:19:53 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB17542; Tue, 11 Apr 2000 09:18:26 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 11 Apr 2000 09:17:02 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA29357 for ; Tue, 11 Apr 2000 09:16:52 -0500 (CDT) Original-Received: from mesquite.charcoal.com (MESQUITE.SLIP.CS.CMU.EDU [128.2.207.11]) by mailhost.sclp.com (Postfix) with ESMTP id 19502D051E for ; Tue, 11 Apr 2000 10:17:02 -0400 (EDT) Original-Received: (from karl@localhost) by mesquite.charcoal.com (8.9.3/8.9.3) id KAA19527; Tue, 11 Apr 2000 10:17:00 -0400 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu Original-Lines: 25 User-Agent: Gnus/5.0804 (Gnus v5.8.4) XEmacs/21.2 (Iris) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29730 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29730 While chasing a reference to bbdb in gnu.emacs.gnus, I happened to grep in my Gnus lisp dir and quite accidentally noticed gnus-setup.el. Does this thing have any relationship to the real world? Here are some of the more exciting things found there: (defvar gnus-use-installed-tm running-xemacs) (defvar gnus-emacs-lisp-directory (if running-xemacs "/usr/local/lib/xemacs/" "/usr/local/share/emacs/")) -=> 5.0.15?!? <=- (defvar gnus-gnus-lisp-directory (concat gnus-emacs-lisp-directory "gnus-5.0.15/lisp/") "Directory where Gnus Emacs lisp is found.") (defvar gnus-mailcrypt-lisp-directory (concat gnus-emacs-lisp-directory "site-lisp/mailcrypt-3.4/")) (defvar gnus-bbdb-lisp-directory (concat gnus-emacs-lisp-directory "site-lisp/bbdb-1.51/")) As near as I can tell, this whole file is wondrously out-of-date. Does anybody actually use it?