From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: vc-set-mode-line-busy-indicator Date: Sun, 02 Mar 2008 20:56:20 -0500 Message-ID: References: <18370.47294.641890.556694@kahikatea.snap.net.nz> <18371.9275.720477.806834@kahikatea.snap.net.nz> <2vzltos6g1.fsf@fencepost.gnu.org> <18371.49683.356527.589505@kahikatea.snap.net.nz> <18377.55334.203888.524043@kahikatea.snap.net.nz> <434pbqcaz5.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1204509400 6151 80.91.229.12 (3 Mar 2008 01:56:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Mar 2008 01:56:40 +0000 (UTC) Cc: nickrob@snap.net.nz, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 03 02:57:06 2008 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 1JVzvM-0002ak-0s for ged-emacs-devel@m.gmane.org; Mon, 03 Mar 2008 02:57:04 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVzuo-00075V-Si for ged-emacs-devel@m.gmane.org; Sun, 02 Mar 2008 20:56:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVzuj-00071f-IP for emacs-devel@gnu.org; Sun, 02 Mar 2008 20:56:25 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVzuh-0006yF-S4 for emacs-devel@gnu.org; Sun, 02 Mar 2008 20:56:24 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVzuh-0006y6-Kg for emacs-devel@gnu.org; Sun, 02 Mar 2008 20:56:23 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVzuh-0003jP-Ej for emacs-devel@gnu.org; Sun, 02 Mar 2008 20:56:23 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JVzuf-0004FK-1B; Sun, 02 Mar 2008 20:56:21 -0500 X-Spook: EuroFed Crypto AG cryptographic Guantanamo LLNL MD4 X-Ran: )wBEQ`aWjb^\wA9xY01dD.CUCR'YV+u1uKtgV>[),!i1T0?z_S[]:W/ X-Hue: blue X-Attribution: GM In-Reply-To: (Richard Stallman's message of "Sun, 02 Mar 2008 12:25:55 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:91133 Archived-At: Richard Stallman wrote: > I suggest a new `mode-line-emphasis' face. The existing > `mode-line-highlight' doesn't look right because it is designed for > buttons. I made up some defaults; I'm not sure about them. > > Does this proposal mean having two different faces for two different > kinds of highlighting in the mode line? Yes. mode-line-highlight (as now) for things you might click, which are highlighted as buttons on mouse-over. mode-line-emphasis for "non-interactive" things you don't click, which are always highlighted.