From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22508 Path: main.gmane.org!not-for-mail From: Lars Magne Ingebrigtsen Newsgroups: gmane.emacs.gnus.general Subject: Re: comments on pgnus-v0.80 Date: 17 Apr 1999 17:21:35 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160415 29652 80.91.224.250 (21 Oct 2002 00:33:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:33:35 +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 LAA00657 for ; Sat, 17 Apr 1999 11:29:03 -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 KAB14557; Sat, 17 Apr 1999 10:28:17 -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 10:28:24 -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 KAA08369 for ; Sat, 17 Apr 1999 10:28:06 -0500 (CDT) Original-Received: from quimbies.gnus.org (larsi@ppp017.uio.no [129.240.240.18]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id LAA00588 for ; Sat, 17 Apr 1999 11:27:57 -0400 (EDT) Original-Received: (from larsi@localhost) by quimbies.gnus.org (8.8.7/8.8.7) id RAA15818; Sat, 17 Apr 1999 17:27:14 +0200 Mail-Copies-To: never X-Now-Reading: Michael Shermer's _Why People Believe Weird Things_ X-Now-Playing: Pet Shop Boys's _Very_: "Go West." Original-To: ding@gnus.org In-Reply-To: Per Abrahamsen's message of "17 Apr 1999 16:46:18 +0200" User-Agent: Gnus/5.070081 (Pterodactyl Gnus v0.81) XEmacs/21.2(beta3) (Aglaia) X-Face: &w!^oO~dS|}-P0~ge{$c!h\ 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? Keywords would be the thing in `mml-insert-part' recognized certain keywords, but what the function does is just insert the name of the symbols. So it would make sense to say (mml-insert-tag "part" "type" type "filename" file ...) instead, but I kinda like symbols for stuff like that. -- (domestic pets only, the antidote for overdose, milk.) larsi@gnus.org * Lars Magne Ingebrigtsen