From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/33551 Path: main.gmane.org!not-for-mail From: Slawek Zak Newsgroups: gmane.emacs.gnus.general Subject: XEmacs and gpg.el Date: 03 Dec 2000 17:02:43 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: <87hf4lmr18.fsf@pf39.warszawa.sdi.tpnet.pl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035169637 25742 80.91.224.250 (21 Oct 2002 03:07:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:07:17 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id E5921D049A for ; Sun, 3 Dec 2000 11:07:35 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id KAB09155; Sun, 3 Dec 2000 10:03:53 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 03 Dec 2000 10:03:14 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id KAA20993 for ; Sun, 3 Dec 2000 10:02:59 -0600 (CST) Original-Received: from prioris.mini.pw.edu.pl (prioris.mini.pw.edu.pl [148.81.80.7]) by mailhost.sclp.com (Postfix) with ESMTP id 4BA63D049A for ; Sun, 3 Dec 2000 11:03:23 -0500 (EST) Original-Received: from pf39.warszawa.sdi.tpnet.pl (prioris.mini.pw.edu.pl [148.81.80.7]) by prioris.mini.pw.edu.pl (Postfix) with ESMTP id 545637D812 for ; Sun, 3 Dec 2000 17:03:10 +0100 (CET) Original-Received: (from zaks@localhost) by pf39.warszawa.sdi.tpnet.pl (8.11.1/8.11.1) id eB3G2hR02823; Sun, 3 Dec 2000 17:02:43 +0100 (CET) (envelope-from zaks) Content-MD5: c76f2f3ca3e526ba488df66421e30e3b Original-To: ding@gnus.org Original-Lines: 11 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Channel Islands) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:33551 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:33551 The following definition uses widget-alist-convert-widget, which is undefined in XEmacs 21.1.12 (define-widget 'gpg-command-alist 'alist "An association list for GnuPG command names." :key-type '(symbol :tag "Abbreviation") :value-type '(string :tag "Program name") :convert-widget 'widget-alist-convert-widget :tag "Alist") /S