From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/61519 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: Buttons for M-x customize-* Date: Tue, 13 Dec 2005 17:39:36 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1134492512 3658 80.91.229.2 (13 Dec 2005 16:48:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Dec 2005 16:48:32 +0000 (UTC) Original-X-From: ding-owner+m10051@lists.math.uh.edu Tue Dec 13 17:48:31 2005 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by ciao.gmane.org with esmtp (Exim 4.43) id 1EmDCE-00056K-RX for ding-account@gmane.org; Tue, 13 Dec 2005 17:40:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1EmDCA-0002lG-00; Tue, 13 Dec 2005 10:40:06 -0600 Original-Received: from nas02.math.uh.edu ([129.7.128.40]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1EmDBu-0002lB-00 for ding@lists.math.uh.edu; Tue, 13 Dec 2005 10:39:50 -0600 Original-Received: from quimby.gnus.org ([80.91.224.244]) by nas02.math.uh.edu with esmtp (Exim 4.52) id 1EmDBp-00021q-Kj for ding@lists.math.uh.edu; Tue, 13 Dec 2005 10:39:50 -0600 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net ([217.13.230.178] helo=yxa.extundo.com) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1EmDBp-0005a3-00 for ; Tue, 13 Dec 2005 17:39:45 +0100 Original-Received: from latte.josefsson.org (jas@yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3) with ESMTP id jBDGdgaA003775 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 13 Dec 2005 17:39:43 +0100 Original-To: ding@gnus.org OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:21:051213:ding@gnus.org::bWERWBq922Mx9ZRm:25s3 In-Reply-To: (Reiner Steib's message of "Mon, 12 Dec 2005 23:30:29 +0100") User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Spam-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00, FORGED_RCVD_HELO autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on yxa-iv X-Virus-Scanned: ClamAV version 0.84, clamav-milter version 0.84e on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.6 (--) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: news.gmane.org gmane.emacs.gnus.general:61519 Archived-At: Reiner Steib writes: > On Mon, Dec 12 2005, Ralf Angeli wrote: > >> [...] Check for example the result of `M-x customize-face RET >> highlight RET'. >> >> In my opinion it would be better if the given function were called >> exactly instead of `customize-apropos'. The attached patch >> accomplishes this. The patch also removes support for "custom:" and >> "custom:/" type urls which I've never seen before. > > According to the ChangeLog, I've added the support for "custom:/?" > because it we previously suggested by Simon: > > > But I don't recall that I ever saw "custom:" URLs in the wild; Simon > did you? No. Since it is not registered, we should either register it or remove it. I'm not sure custom: URLs are that useful, so removing it is probably fine. Ralf Angeli writes: > * Reiner Steib (2005-12-12) writes: > >> Unless there are other suggestions, I'll install Ralf's patch. > > One additional thought: The function `gnus-button-handle-custom' in > the patch is so generic now that it could probably be called something > like `gnus-button-funcall-on-strings'. If it should be named like > that, I'll change its interface so that it can accept an arbitrary > number of arguments just like `funcall'. I think this would be better.