From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/12537 Path: main.gmane.org!not-for-mail From: dsg@linus.mitre.org (David S. Goldberg) Newsgroups: gmane.emacs.gnus.general Subject: push order in dgnushack Date: 06 Oct 1997 14:39:05 -0400 Message-ID: Reply-To: dsg@mitre.org (David S. Goldberg) NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035152056 4313 80.91.224.250 (20 Oct 2002 22:14:16 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 22:14:16 +0000 (UTC) Return-Path: Original-Received: from xemacs.org (xemacs.cs.uiuc.edu [128.174.252.16]) by altair.xemacs.org (8.8.7/8.8.7) with ESMTP id MAA16197 for ; Mon, 6 Oct 1997 12:55:39 -0700 Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by xemacs.org (8.8.5/8.8.5) with SMTP id OAA21147 for ; Mon, 6 Oct 1997 14:48:27 -0500 (CDT) Original-Received: from claymore.vcinet.com (claymore.vcinet.com [208.205.12.23]) by ifi.uio.no with SMTP (8.6.11/ifi2.4) id for ; Mon, 6 Oct 1997 20:39:17 +0200 Original-Received: (qmail 9313 invoked by uid 504); 6 Oct 1997 18:39:12 -0000 Original-Received: (qmail 9310 invoked from network); 6 Oct 1997 18:39:11 -0000 Original-Received: from linus.mitre.org (129.83.10.1) by claymore.vcinet.com with SMTP; 6 Oct 1997 18:39:09 -0000 Original-Received: from blackbird.mitre.org (blackbird.mitre.org [129.83.65.14]) by linus.mitre.org (8.8.6/8.8.6) with ESMTP id OAA12218 for ; Mon, 6 Oct 1997 14:39:08 -0400 (EDT) Original-Received: (from dsg@localhost) by blackbird.mitre.org (8.8.6/8.8.6) id OAA17547; Mon, 6 Oct 1997 14:39:06 -0400 (EDT) Original-To: The Gnus Mailing List X-Face: GUaHTH@nS>[7,ME@-gYZ4#Wl{z"99k@[[Y8AcP0x1paqu.,z9,XSV1WI>{q3f6^e5(zrit <4fV&VHhmE`uidRqtmG27;si9&r;#KSF~E#$%W8w(xdp)H4tW=\2XOk~3=@oGqqpj;m4xf Ow;y26396&,34@9#~4;@*S;E0cq"LM9N(us4P%F(Nxis'Vvfm9?KufH;:Q$dMa-QWGLR&K d0`LJZE8xb*>^yN>b]_NcU:E=Zn\1=#/(OS2 Original-Lines: 21 X-Mailer: Quassia Gnus v0.10/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:12537 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:12537 I submit that the following in dgnushack.el: (push "." load-path) (push "~/lisp/custom" load-path) (require 'lpath) is backwards. The push lines should be reversed. Even if someone can prove to me that the broken compilation with the above order and good compilation after changing the order was coincidence, it's clear that the desired lpath.el is in "." and therefore "." should be first on the load path. I suspect that this is a problem for anyone who is using custom as a third party package. I realize this won't be an issue for me when I finally find time to install Emacs 20, but I can't be the only one whose going to be stuck at 19.34 for at least a few more weeks. -- Dave Goldberg Post: The Mitre Corporation\MS B305\202 Burlington Rd.\Bedford, MA 01730 Phone: 781-271-3887 Email: dsg@mitre.org