From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/38644 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: er...gpg.el text..? Date: Thu, 6 Sep 2001 15:05:52 +0200 (CEST) Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Trace: main.gmane.org 1035174473 23559 80.91.224.250 (21 Oct 2002 04:27:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:27:53 +0000 (UTC) Cc: Return-Path: Return-Path: Original-Received: (qmail 5592 invoked from network); 6 Sep 2001 13:06:00 -0000 Original-Received: from lie.extundo.com (195.42.214.244) by gnus.org with SMTP; 6 Sep 2001 13:06:00 -0000 Original-Received: from localhost (jas@localhost) by lie.extundo.com (8.11.2/8.11.2) with ESMTP id f86D5qu16745; Thu, 6 Sep 2001 15:05:52 +0200 X-Authentication-Warning: lie.extundo.com: jas owned process doing -bs Original-To: Kai =?iso-8859-1?q?Gro=DFjohann?= In-Reply-To: Original-Lines: 30 Xref: main.gmane.org gmane.emacs.gnus.general:38644 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:38644 On Thu, 6 Sep 2001, Kai Großjohann wrote: > Simon Josefsson writes: > > > Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Großjohann) writes: > > > >>> Perhaps this is a feature, `gnus-unbuttonized-mime-types' says which > >>> MIME parts should not have buttons, and the default is .*/.*. > >> > >> Is there a reason not to use "/", or even "", as the default for this > >> variable? > > > > I think Lars doesn't like the buttons. > > ???? Sorry, I misinterpreted, thought you wanted to buttonize everything by default. > Now, the value is ".*/.*". But the regex "/" is shorter, simpler, and > should have the same effect, no? > > And since all MIME types contain a slash, "" would be even better, > since it always matches. Yes, but maybe it is less intuitive. Since the behaviour stays the same, why change? `.*/.*' as a default for MIME types feel pretty intuitive to me, if I saw only `/' I would think it would only match ^/$ but since string-match is used, this doesn't happen... O well.