From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66354 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.gnus.general Subject: Re: "You should byte-compile Gnus" ? Date: Mon, 25 Feb 2008 09:43:29 +0000 Message-ID: <87lk594bi6.fsf@bzg.ath.cx> References: <87mypph6oz.fsf@bzg.ath.cx> <87hcfxh5uh.fsf@bzg.ath.cx> <87wsotv5m6.fsf@MagnumOpus.Mercurius> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1203932647 30625 80.91.229.12 (25 Feb 2008 09:44:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 25 Feb 2008 09:44:07 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M14845@lists.math.uh.edu Mon Feb 25 10:44:32 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JTZsm-0001Fc-Nw for ding-account@gmane.org; Mon, 25 Feb 2008 10:44:25 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JTZs7-0004cL-Q2; Mon, 25 Feb 2008 03:43:43 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JTZs6-0004c3-E6 for ding@lists.math.uh.edu; Mon, 25 Feb 2008 03:43:42 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JTZs0-0006bv-2P for ding@lists.math.uh.edu; Mon, 25 Feb 2008 03:43:42 -0600 Original-Received: from fg-out-1718.google.com ([72.14.220.156]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JTZs5-0003f2-00 for ; Mon, 25 Feb 2008 10:43:41 +0100 Original-Received: by fg-out-1718.google.com with SMTP id 22so1125487fge.23 for ; Mon, 25 Feb 2008 01:43:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:received:from:to:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; bh=nGMHUqHfEbYpfiW1xqlQ0+EXg7Jzs67mrrvr2tM/k4U=; b=xJD0pVKydg4+b9+HQ//oidhV8t1iwUMlwg4UnfqxWEX26n2KsibTDkltsKrVyF5gQZ0IE/hQyk5dzMQKu5Q9Lm6z7HmoXx/pjynkTkFy5Hz8xHl1KLMWrb7HFhw7q0KRjeLJUPtMoDib6GEuoMGUpbU1CLcUlPpdmuAJV48Ljrw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id:mime-version:content-type:sender; b=CHjTc9jVXn9jho2ohKJXaV050rYfAi4gf9iT3nuRJsHq4yEOy2S2JvQnN1gAmF7uobP7TRUWjR7tn2soL5B3y5LgMGxJ6/DPz+myA1zlTD94R+vQYdGrwe8Kxcpf/cJO9J9X8oe72vZbQH/Nk911Uwv7Q8yPMwhBRVp1d4t8B1E= Original-Received: by 10.86.53.8 with SMTP id b8mr2684892fga.64.1203932614347; Mon, 25 Feb 2008 01:43:34 -0800 (PST) Original-Received: from bzg.ath.cx ( [88.140.223.96]) by mx.google.com with ESMTPS id l12sm4660666fgb.8.2008.02.25.01.43.31 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 25 Feb 2008 01:43:32 -0800 (PST) Original-Received: by bzg.ath.cx (Postfix, from userid 1000) id E4CAE1575BD; Mon, 25 Feb 2008 09:43:29 +0000 (GMT) In-Reply-To: (William Xu's message of "Mon, 25 Feb 2008 18:02:07 +0900") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66354 Archived-At: William Xu writes: > "Charles philip Chan" writes: > >> No, it is not complaining about you gnus config file. Either your el >> files are newer then your elc files or you have another copy of gnus.el >> somewhere that is being picked up. > > I use `describe-function gnus' for locating gnus.el, it is under: > "/Users/william/share/emacs/22.1.91/lisp/gnus/": > > ,---- > | zen:~/share/emacs/22.1.91/lisp/gnus$ ls -lthr gnus.el* > | -rw-r--r-- 1 william staff 36K 2 4 18:42 gnus.el.gz > | -rw-r--r-- 1 william staff 155K 2 21 20:02 gnus.elc > | zen:~/share/emacs/22.1.91/lisp/gnus$ > `---- > > The elc file is definitely newer than el file. > > Actually when i start emacs with `-Q', then start gnus, it won't > complain that. Maybe you should compare the location of C-h f gnus RET when running emacs -Q against its location when you're running a normal emacs session, with all your config. -- Bastien