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: add generic toggle, turn on, and turn off commands to Options menu Date: Sun, 23 Apr 2006 17:58:49 -0400 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1145829685 29393 80.91.229.2 (23 Apr 2006 22:01:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 23 Apr 2006 22:01:25 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Apr 24 00:01:24 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 1FXmdr-0000Xq-S3 for ged-emacs-devel@m.gmane.org; Mon, 24 Apr 2006 00:01:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXmdr-0002j2-BD for ged-emacs-devel@m.gmane.org; Sun, 23 Apr 2006 18:01:19 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FXmbU-0000D0-1B for emacs-devel@gnu.org; Sun, 23 Apr 2006 17:58:52 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FXmbT-0000CU-5I for emacs-devel@gnu.org; Sun, 23 Apr 2006 17:58:51 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FXmbS-0000CM-UC for emacs-devel@gnu.org; Sun, 23 Apr 2006 17:58:50 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FXmdY-0007Sz-Po for emacs-devel@gnu.org; Sun, 23 Apr 2006 18:01:00 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FXmbR-0000Ib-Qb; Sun, 23 Apr 2006 17:58:49 -0400 Original-To: "Drew Adams" In-reply-to: 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:53287 Archived-At: I don't think it is desirable to create menu items for a lot more options unless we do it with something like tabs so as to make it easier to manage them all. Maybe we could have a tabs-based customization buffer that is modeled more closely after the configuration facilities of other programs. After the release, of course.