From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46706 Path: main.gmane.org!not-for-mail From: Reiner Steib <4uce.02.r.steib@gmx.net> Newsgroups: gmane.emacs.gnus.general Subject: XEmacs compiler warnings (was: [patch] More buttons for emacs stuff, MIDs, mail addresses) Date: Tue, 24 Sep 2002 22:28:17 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: <3D6FED17.6040201@yahoo.com.cn> Reply-To: reiner.steib@gmx.de NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1032899403 19331 127.0.0.1 (24 Sep 2002 20:30:03 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 24 Sep 2002 20:30:03 +0000 (UTC) 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 17twJi-0004yi-00 for ; Tue, 24 Sep 2002 22:29:58 +0200 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 17twIQ-00088q-00; Tue, 24 Sep 2002 15:28:38 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 24 Sep 2002 15:29:17 -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 PAA11569 for ; Tue, 24 Sep 2002 15:29:04 -0500 (CDT) Original-Received: (qmail 9656 invoked by alias); 24 Sep 2002 20:28:19 -0000 Original-Received: (qmail 9651 invoked from network); 24 Sep 2002 20:28:19 -0000 Original-Received: from theotp5.physik.uni-ulm.de (134.60.10.145) by gnus.org with SMTP; 24 Sep 2002 20:28:19 -0000 Original-Received: (from ste@localhost) by theotp5.physik.uni-ulm.de (8.11.2/8.11.2) id g8OKSHh22183; Tue, 24 Sep 2002 22:28:17 +0200 X-Authentication-Warning: theotp5.physik.uni-ulm.de: ste set sender to reiner.steib@physik.uni-ulm.de using -f Original-To: ding@gnus.org X-Face: P05mdcZT&lL[-s2=mw~RsllZ0zZAb?vdE}.s Katsumi Yamaoka writes: > >> Unfortunately, XEmacs doesn't have the command apropos-variable. >> >> Compiling /Work/gnus/lisp/gnus-art.el... >> While compiling the end of the data in file /Work/gnus/lisp/gnus-art.el: >> ** the function apropos-variable is not known to be defined. >> Wrote /Work/gnus/lisp/gnus-art.elc > > What does one use on XEmacs instead? I guess it's easy enough to > frob gnus-button-handle-apropos-variable. It seem that there no equivalent command in XEmacs. Should we use this (but we'll still see the compiler warning)? (defun gnus-button-handle-apropos-variable (url) "Call apropos when pushing the corresponding URL button." (if (fboundp 'apropos-variable) (apropos (gnus-replace-in-string url gnus-button-handle-describe-prefix "")) (apropos-variable (gnus-replace-in-string url gnus-button-handle-describe-prefix "")))) There are many other warnings when compiling Oort with XEmacs (21.1.14): No xml: Cannot open load file While compiling query-dns in file .../lisp/dns.el: ** open-network-stream called with 5 arguments, but accepts only 4 While compiling gnus-summary-pipe-to-muttprint in file .../lisp/gnus-art.el: ** read-string called with 4 arguments, but accepts only 1-3 While compiling gnus-completing-read in file .../lisp/gnus-util.el: ** completing-read called with 7 arguments, but accepts only 2-6 While compiling imap-digest-md5-auth in file .../lisp/imap.el: ** base64-encode-string called with 2 arguments, but accepts only 1 While compiling mm-view-pkcs7-decrypt in file .../lisp/mm-view.el: ** completing-read called with 7 arguments, but accepts only 2-6 While compiling toplevel forms in file .../lisp/nnmaildir.el: ** Variable reference to constant :prefix [... much more ...] ** Variable reference to constant :create-dir While compiling rfc2047-b-encode-region in file .../lisp/rfc2047.el: ** base64-encode-region called with 3 arguments, but accepts only 2 Bye, Reiner. --=20 ,,, (o o) ---ooO-(_)-Ooo--- PGP key available via WWW http://rsteib.home.pages.de/