From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57273 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.general Subject: Re: appt-select-lowest-window undefined Date: Wed, 12 May 2004 22:55:27 +0200 Sender: ding-owner@lists.math.uh.edu Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1084395707 18504 80.91.224.253 (12 May 2004 21:01:47 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 12 May 2004 21:01:47 +0000 (UTC) Original-X-From: ding-owner+M5813@lists.math.uh.edu Wed May 12 23:01:41 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BO0rF-0005Ew-00 for ; Wed, 12 May 2004 23:01:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BO0qn-0005CZ-00; Wed, 12 May 2004 16:01:13 -0500 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BO0qe-0005CH-00 for ding@lists.math.uh.edu; Wed, 12 May 2004 16:01:04 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1BO0qd-0006OB-OI for ding@lists.math.uh.edu; Wed, 12 May 2004 16:01:03 -0500 Original-Received: from pfepa.post.tele.dk (pfepa.post.tele.dk [195.41.46.235]) by justine.libertine.org (Postfix) with ESMTP id 0B0F53A0035 for ; Wed, 12 May 2004 16:01:03 -0500 (CDT) Original-Received: from [195.249.82.213] (0xc3f952d5.esnxr1.ras.tele.dk [195.249.82.213]) by pfepa.post.tele.dk (Postfix) with ESMTP id 4CDB247FE1E for ; Wed, 12 May 2004 23:00:56 +0200 (CEST) Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org In-Reply-To: (Chris Green's message of "Tue, 04 May 2004 09:23:45 -0400") User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57273 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57273 Chris Green writes: > (defalias 'gnus-appt-select-lowest-window 'appt-select-lowest-window) > is not defined. (require 'appt) provides it on Emacs (does not seem to > be autoloaded). appt on XEmacs doesn't provide it but there is a > defun in gnus-xmas.el to do it. > > This was coming from running a non-byte compiled gnus on Emacs. In general Gnus does not work if you don't byte-compile it -- so this isn't really surprising (or a bug). But autoloading `appt-select-lowest-window' does trigger another bug that I had forgotten about: the first time I press ?, a Diary buffer pops up replacing the article! To avoid it I've just copied the definition of `appt-select-lowest-window' instead loading appt.el. -- Jesper Harder