From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46583 Path: main.gmane.org!not-for-mail From: Christoph Garbers Newsgroups: gmane.emacs.gnus.general Subject: Re: Problems with Emacs21 and Oort 0.08 Date: 17 Sep 2002 12:40:40 +0200 Organization: Road to Nowhere Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1032284897 15323 127.0.0.1 (17 Sep 2002 17:48:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 17 Sep 2002 17:48:17 +0000 (UTC) Return-path: Original-Received: from karazm.math.uh.edu ([129.7.128.1]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17rMSM-0003yO-00 for ; Tue, 17 Sep 2002 19:48:14 +0200 Original-Received: from sina.hpc.uh.edu (lists@sina.hpc.uh.edu [129.7.128.10]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id FAA04583; Tue, 17 Sep 2002 05:42:59 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 17 Sep 2002 05:43:38 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id FAA24945 for ; Tue, 17 Sep 2002 05:43:26 -0500 (CDT) Original-Received: (qmail 3219 invoked by alias); 17 Sep 2002 10:42:39 -0000 Original-Received: (qmail 3214 invoked from network); 17 Sep 2002 10:42:39 -0000 Original-Received: from uucp.gnuu.de (151.189.0.84) by gnus.org with SMTP; 17 Sep 2002 10:42:39 -0000 Original-Received: from gabsi.gnuu.de (uucp@localhost) by uucp.gnuu.de (8.11.1/8.11.1) with bsmtp id g8HAgcd19871 for ding@gnus.org; Tue, 17 Sep 2002 12:42:38 +0200 (CEST) Original-Received: (qmail 3014 invoked from network); 17 Sep 2002 10:40:41 -0000 Original-Received: from localhost (HELO edoras.localhost) (gabsi@127.0.0.1) by localhost with SMTP; 17 Sep 2002 10:40:41 -0000 Original-To: ding@gnus.org In-Reply-To: (Simon Josefsson's message of "Tue, 17 Sep 2002 12:29:32 +0200") Original-Lines: 29 User-Agent: Gnus/5.090004 (Oort Gnus v0.04) XEmacs/21.1 (Crater Lake) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46583 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46583 Simon Josefsson wrote: > This looks like byte compilation error to me. They are usually caused > by compiling elisp with one flavour of emacs and using it with > another. Is the gnus package byte compiling gnus correctly for all > your installed emacsen? I think so: ,-------- | edoras:/home/gabsi# apt-get install gnus | Reading Package Lists... Done | Building Dependency Tree... Done | 1 packages upgraded, 0 newly installed, 0 to remove and 403 not upgraded. | Need to get 1721kB of archives. After unpacking 0B will be used. | Get:1 http://people.debian.org packages/ gnus 5.9.0-0.CVS.2002.09.16.1 [1721kB] | Fetched 1721kB in 20s (82.8kB/s) | (Reading database ... 44162 files and directories currently installed.) | Preparing to replace gnus 5.9.0-0.CVS.2002.09.15.1 (using .../gnus_5.9.0-0.CVS.2002.09.16.1_all.deb) ... | Unpacking replacement gnus ... | Setting up gnus (5.9.0-0.CVS.2002.09.16.1) ... | install/gnus: Ignoring emacs. | install/gnus: Byte-compiling for emacs20...found emacs20 ..(emacs20 -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-compile) | done. | install/gnus: Byte-compiling for emacs21...found emacs21 ..(emacs21 -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-compile) | done. `-------- Christoph