From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23859 Path: main.gmane.org!not-for-mail From: Hrvoje Niksic Newsgroups: gmane.emacs.gnus.general Subject: Re: MIME variables Date: 05 Jul 1999 15:54:10 +0200 Sender: owner-ding@hpc.uh.edu Message-ID: <87lncvcid9.fsf@pc-hrvoje.srce.hr> References: <87so74o1dp.fsf@pc-hrvoje.srce.hr> <874sjjdyqo.fsf@pc-hrvoje.srce.hr> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161515 4275 80.91.224.250 (21 Oct 2002 00:51:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:51:55 +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 MAA11064 for ; Mon, 5 Jul 1999 12:01:32 -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 JAB04220; Mon, 5 Jul 1999 09:55:14 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 05 Jul 1999 09:55:36 -0500 (CDT) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA09655 for ; Mon, 5 Jul 1999 09:55:21 -0500 (CDT) Original-Received: from pc-hrvoje.srce.hr (mail@pc-hrvoje.srce.hr [161.53.2.132]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA10554 for ; Mon, 5 Jul 1999 10:53:24 -0400 (EDT) Original-Received: from hniksic by pc-hrvoje.srce.hr with local (Exim 3.02 #1 (Debian)) id 1119CF-0005Fo-00 for ; Mon, 05 Jul 1999 15:54:11 +0200 Original-To: ding@gnus.org X-Attribution: Hrvoje X-Face: &{dT~)Pu6V<0y?>3p$;@vh\`C7xB~A0T-J%Og)J,@-1%q6Q+, gs<-9M#&`I8cJp2b1{vPE|~+JE+gx;a7%BG{}nY^ehK1"q#rG O,Rn1A_Cy%t]V=Brv7h writes: > Hrvoje Niksic writes: > > > Please please do. At the cost of a few more words, the code will be > > much saner, and easier to replace with something else. > > Well, I agree about the sanity, but how would this make it easier to > replace it with something else? Well, I can do: (defun my-handle-tester (handle) ... lots of code here ...) ...and then I can stick `my-handle-tester' as the function. And it's more Lispy anyway. :-) > > > > Also, the variable could probably stand a better name. > > > > `mm-inline-media-tests' is, uhm, less than suggestive. > > > > > > Well, they are tests to see whether media can be displayed inline... > > > :-) > > > > How about `mm-types-displayable-inline'? > > I like my name better. :-) What you'll name the variable "Lars Magne Ingebrigtsen"??? :-) > > > But patches shouldn't be text/plain, since they aren't... > > > > Huh? > > Patches should be application/octet-stream or application/x-patch. Yuck. As an example, patches sent to xemacs-reviews are meant to be read by humans as least as much as they are meant for the machine. I think it's perfectly fine to send them off as text/plain.