From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: custom-no-edit and custom-newline Date: Wed, 30 Aug 2006 13:58:46 -0400 Message-ID: References: <87sljf1ahy.fsf@jurta.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1156960857 8505 80.91.229.2 (30 Aug 2006 18:00:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 30 Aug 2006 18:00:57 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 30 20:00:56 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GIUMW-0002V2-0b for ged-emacs-devel@m.gmane.org; Wed, 30 Aug 2006 20:00:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIUMV-00027O-Hp for ged-emacs-devel@m.gmane.org; Wed, 30 Aug 2006 14:00:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GIUKu-0001Vm-Uc for emacs-devel@gnu.org; Wed, 30 Aug 2006 13:58:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GIUKt-0001Us-Pv for emacs-devel@gnu.org; Wed, 30 Aug 2006 13:58:47 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIUKt-0001Uj-Gt for emacs-devel@gnu.org; Wed, 30 Aug 2006 13:58:47 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GIUUL-00074L-5Q for emacs-devel@gnu.org; Wed, 30 Aug 2006 14:08:33 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GIUKs-0000HB-Lq; Wed, 30 Aug 2006 13:58:46 -0400 Original-To: Juri Linkov In-reply-to: <87sljf1ahy.fsf@jurta.org> (message from Juri Linkov on Wed, 30 Aug 2006 01:05:09 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:59121 Archived-At: I suggest to change the prefix of these two new commands either to `customize-' or `Custom-' (capitalized). I guess the prefix `Custom-' is more preferable since other related commands have it (e.g. `Custom-save', `Custom-set', etc.) Thanks.