From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: utf-translate-cjk only settable via Customize Date: Sat, 22 Mar 2003 21:52:43 -0500 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <84zno3b7jy.fsf@lucy.is.informatik.uni-duisburg.de> <84of4aw0hw.fsf@lucy.is.informatik.uni-duisburg.de> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1048388119 1520 80.91.224.249 (23 Mar 2003 02:55:19 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 23 Mar 2003 02:55:19 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Mar 23 03:55:18 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18wvdm-0000OC-00 for ; Sun, 23 Mar 2003 03:55:18 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18wvgH-0004R3-00 for ; Sun, 23 Mar 2003 03:57:53 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18wvca-0003Zf-05 for emacs-devel@quimby.gnus.org; Sat, 22 Mar 2003 21:54:04 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18wvbc-0002Ic-00 for emacs-devel@gnu.org; Sat, 22 Mar 2003 21:53:04 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18wvbX-0002Bq-00 for emacs-devel@gnu.org; Sat, 22 Mar 2003 21:52:59 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.10.13) id 18wvbK-0001h8-00 for emacs-devel@gnu.org; Sat, 22 Mar 2003 21:52:46 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 18wvbH-0000aV-00; Sat, 22 Mar 2003 21:52:43 -0500 Original-To: kai.grossjohann@uni-duisburg.de (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-reply-to: <84of4aw0hw.fsf@lucy.is.informatik.uni-duisburg.de> (kai.grossjohann@uni-duisburg.de) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:12533 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:12533 It ought to be easy to augment define-minor-mode to grok more keyword args. But is this the right approach? Do we want a :extra-defcustom-args thing that contains a list of those additional args to defcustom? Would you please explain what you are trying to achieve? I don't see what purpose any of this would serve.