From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Customizing the mode line Date: Sat, 31 Oct 2009 20:21:02 +0200 Message-ID: <83pr83ctm9.fsf@gnu.org> References: <83skd1dta0.fsf@gnu.org> <877hubtyye.fsf@stupidchicken.com> <83ws2bd0t5.fsf@gnu.org> <87k4ybv3mx.fsf@stupidchicken.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1257013312 5015 80.91.229.12 (31 Oct 2009 18:21:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 31 Oct 2009 18:21:52 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Oct 31 19:21:45 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1N4Ia3-0005L9-07 for ged-emacs-devel@m.gmane.org; Sat, 31 Oct 2009 19:21:39 +0100 Original-Received: from localhost ([127.0.0.1]:55562 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4Ia2-0006Ff-65 for ged-emacs-devel@m.gmane.org; Sat, 31 Oct 2009 14:21:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1N4IZw-0006Ew-QT for emacs-devel@gnu.org; Sat, 31 Oct 2009 14:21:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N4IZs-0006EE-4H for emacs-devel@gnu.org; Sat, 31 Oct 2009 14:21:32 -0400 Original-Received: from [199.232.76.173] (port=46131 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N4IZr-0006EB-UX for emacs-devel@gnu.org; Sat, 31 Oct 2009 14:21:27 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:49212) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1N4IZr-0007na-Ib for emacs-devel@gnu.org; Sat, 31 Oct 2009 14:21:27 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KSE00B005IGQ600@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 31 Oct 2009 20:21:01 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.70.37.193]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KSE00BE85N0RC00@a-mtaout20.012.net.il>; Sat, 31 Oct 2009 20:21:01 +0200 (IST) In-reply-to: <87k4ybv3mx.fsf@stupidchicken.com> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:116524 Archived-At: > From: Chong Yidong > Cc: emacs-devel@gnu.org > Date: Sat, 31 Oct 2009 14:07:18 -0400 > > Eli Zaretskii writes: > > > Sorry, I do not follow: which problem is this supposed to help with, > > and how? > > It makes it easier to users to figure out how to re-order the mode-line. Yes, that would help. Thanks. But the variables need to be options, so that "M-x set-variable RET" completes on them. Having to use setq automatically means users who are not Lisp programmers will have difficulties.