From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47734 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: Morse decoding Date: Tue, 19 Nov 2002 18:56:21 +0900 Sender: owner-ding@hpc.uh.edu Message-ID: <28bs4l7uii.fsf@kchisa.ga.sony.co.jp> References: <200211181706.gAIH6AE04260@loki.exolution.lan> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1037717231 21113 80.91.224.249 (19 Nov 2002 14:47:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 19 Nov 2002 14:47:11 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18E9ef-0005U4-00 for ; Tue, 19 Nov 2002 15:47:10 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18E9fj-0005gV-00; Tue, 19 Nov 2002 08:48:15 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 19 Nov 2002 08:49:01 -0600 (CST) 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 IAA27759 for ; Tue, 19 Nov 2002 08:48:45 -0600 (CST) Original-Received: (qmail 1607 invoked by alias); 19 Nov 2002 14:47:52 -0000 Original-Received: (qmail 22699 invoked from network); 19 Nov 2002 09:56:34 -0000 Original-Received: from ns9.sony.co.jp (137.153.16.9) by gnus.org with SMTP; 19 Nov 2002 09:56:34 -0000 Original-Received: from mail4.sony.co.jp ([43.7.160.20]) by ns9.sony.co.jp (R8/Sony) with ESMTP id gAJ9uNu08680; Tue, 19 Nov 2002 18:56:23 +0900 (JST) Original-Received: from mail4.sony.co.jp (localhost [127.0.0.1]) by mail4.sony.co.jp (R8) with ESMTP id gAJ9uNb12244; Tue, 19 Nov 2002 18:56:23 +0900 (JST) Original-Received: from kchisa.ga.sony.co.jp ([43.17.84.160]) by mail4.sony.co.jp (R8) with ESMTP id gAJ9uNN12237; Tue, 19 Nov 2002 18:56:23 +0900 (JST) Original-To: Simon Josefsson User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Military Intelligence, sparc-sun-solaris2.6) X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( Cancel-Lock: sha1:g9hu8+rrfX4AlQqCCSgL+/QtB64= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47734 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47734 >>>>> In >>>>> Simon Josefsson wrote: >> Unfortunately, unmorse-region is not autoloaded in Emacs 20 as >> well. > Ouch. Ok, the code now only proceeds if it can require morse. Thanks. But the byte-compiler still complains about it. Why don't we add the autoload for that function to Gnus? :) ...emacs-20.7 -batch -q -no-site-file -l ./dgnushack.el -f dgnushack-compile [...] Wrote /Work/gnus/lisp/gnus-start.elc While compiling the end of the data in file /Work/gnus/lisp/gnus-sum.el: ** the function unmorse-region is not known to be defined. Wrote /Work/gnus/lisp/gnus-sum.elc -- Katsumi Yamaoka