From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22505 Path: main.gmane.org!not-for-mail From: Per Abrahamsen Newsgroups: gmane.emacs.gnus.general Subject: Re: comments on pgnus-v0.80 Date: 17 Apr 1999 16:46:18 +0200 Organization: The Church of Emacs Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035160412 29642 80.91.224.250 (21 Oct 2002 00:33:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:33:32 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA29573 for ; Sat, 17 Apr 1999 10:47:30 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB14237; Sat, 17 Apr 1999 09:46:46 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 17 Apr 1999 09:47:16 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id JAA07999 for ; Sat, 17 Apr 1999 09:47:06 -0500 (CDT) Original-Received: from sheridan.dina.kvl.dk (root@sheridan.dina.kvl.dk [130.225.40.227]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA29549 for ; Sat, 17 Apr 1999 10:46:59 -0400 (EDT) Original-Received: from my.dina.kvl.dk (my.dina.kvl.dk [130.225.40.137]) by sheridan.dina.kvl.dk (8.9.0.Beta5/8.9.0.Beta5) with SMTP id QAA25000; Sat, 17 Apr 1999 16:46:42 +0200 Original-Received: by my.dina.kvl.dk (SMI-8.6/SMI-SVR4) id QAA14804; Sat, 17 Apr 1999 16:46:18 +0200 Original-To: ding@gnus.org X-Face: +kRV2]2q}lixHkE{U)mY#+6]{AH=yN~S9@IFiOa@X6?GM|8MBp/ Original-Lines: 11 User-Agent: Gnus/5.070081 (Pterodactyl Gnus v0.81) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22505 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22505 Lars Magne Ingebrigtsen writes: > (mml-insert-tag 'part 'type type 'filename file 'disposition "attachment" > 'description description)) Wouldn't it be more lispy to use :keywords, like (mml-insert-tag 'part :type type :filename file :disposition "attachment" :description description)) or did I totally misunderstood the syntax above?