From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: custom-no-edit and custom-newline Date: Wed, 30 Aug 2006 01:05:09 +0300 Organization: JURTA Message-ID: <87sljf1ahy.fsf@jurta.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1156890231 15220 80.91.229.2 (29 Aug 2006 22:23:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Aug 2006 22:23:51 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 30 00:23:50 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 1GIBzn-0007ft-O7 for ged-emacs-devel@m.gmane.org; Wed, 30 Aug 2006 00:23:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIBzn-0001Ut-71 for ged-emacs-devel@m.gmane.org; Tue, 29 Aug 2006 18:23:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GIBza-0001Sm-FF for emacs-devel@gnu.org; Tue, 29 Aug 2006 18:23:34 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GIBzW-0001NT-A7 for emacs-devel@gnu.org; Tue, 29 Aug 2006 18:23:33 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GIBzW-0001NC-5F for emacs-devel@gnu.org; Tue, 29 Aug 2006 18:23:30 -0400 Original-Received: from [62.64.120.197] (helo=relay02.kiev.sovam.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GIC8m-0000hr-EY for emacs-devel@gnu.org; Tue, 29 Aug 2006 18:33:04 -0400 Original-Received: from [83.170.232.243] (helo=smtp.svitonline.com) by relay02.kiev.sovam.com with esmtp (Exim 4.60) (envelope-from ) id 1GIByb-0004sA-5Q for emacs-devel@gnu.org; Wed, 30 Aug 2006 01:22:33 +0300 Original-To: emacs-devel@gnu.org User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) X-Scanner-Signature: ef6c50392af5ec65634338665e82f3c2 X-DrWeb-checked: yes X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 230 [August 29 2006] X-SpamTest-Info: {received from trusted relay: not dialup} X-SpamTest-Method: none X-SpamTest-Method: Local Lists X-SpamTest-Rate: 0 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0242], KAS30/Release 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:59088 Archived-At: New commands `custom-no-edit' and `custom-newline' cause trouble during completion of command names in the completion list of M-x. All old customization-related commands have the common prefix `customize-', so it is easy to complete any command to the common prefix by typing just `M-x cus TAB'. Now new commands prevents this and require typing more keys to complete a customization command. 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.) -- Juri Linkov http://www.jurta.org/emacs/