From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46684 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: [patch] More buttons for emacs stuff, MIDs, mail addresses Date: Tue, 24 Sep 2002 21:40:30 +0900 Organization: Emacsen advocacy group Sender: owner-ding@hpc.uh.edu Message-ID: References: <3D6FED17.6040201@yahoo.com.cn> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1032871335 15893 127.0.0.1 (24 Sep 2002 12:42:15 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 24 Sep 2002 12:42:15 +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 17tp14-00048B-00 for ; Tue, 24 Sep 2002 14:42:14 +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 17tp0D-0004rx-00; Tue, 24 Sep 2002 07:41:21 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 24 Sep 2002 07:42:00 -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 HAA10686 for ; Tue, 24 Sep 2002 07:41:45 -0500 (CDT) Original-Received: (qmail 28819 invoked by alias); 24 Sep 2002 12:41:02 -0000 Original-Received: (qmail 28814 invoked from network); 24 Sep 2002 12:41:01 -0000 Original-Received: from unknown (HELO mars.web-hosting.com) (207.228.244.150) by gnus.org with SMTP; 24 Sep 2002 12:41:01 -0000 Original-Received: from localhost ([207.228.245.242]) by mars.web-hosting.com (8.11.1/8.11.1) with ESMTP id g8OCf0D16140 for ; Tue, 24 Sep 2002 08:41:00 -0400 (EDT) Original-To: ding@gnus.org User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Informed Management, 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:KQvOvvyh9tGozFFgWuK1SmEGh8w= X-Hashcash: 020924:ding@gnus.org:e4610c809eab0a97 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46684 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46684 >>>>> In >>>>> grossjoh@lothlorien.cs.uni-dortmund.de (Kai Gro=DFjohann) wrote: >> Unfortunately, XEmacs doesn't have the command apropos-variable. > What does one use on XEmacs instead? I guess it's easy enough to > frob gnus-button-handle-apropos-variable. (defun gnus-button-handle-apropos-variable (url) "Call apropos when pushing the corresponing URL button." (unwind-protect (progn (load "/usr/local/share/emacs/20.7/lisp/apropos.el" nil t t) (apropos-variable (gnus-replace-in-string url gnus-button-handle-describe-prefix ""))) (load "apropos" nil t))) Though this is a joke (but it works :-), XEmacs' apropos.el differs from FSFmacs' so much. Probably, we should write apropos-variable for XEmacs from scratch. --=20 Katsumi Yamaoka