From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleksandr Gavenko Newsgroups: gmane.emacs.help Subject: When and why Emacs developer change 'faces'? Date: Thu, 27 Oct 2011 13:19:06 +0300 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1319710788 27271 80.91.229.12 (27 Oct 2011 10:19:48 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Oct 2011 10:19:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 27 12:19:44 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RJN3m-00017G-L9 for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Oct 2011 12:19:42 +0200 Original-Received: from localhost ([::1]:35777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJN3g-00051Y-Rj for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Oct 2011 06:19:36 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53204) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJN3c-00051S-3U for help-gnu-emacs@gnu.org; Thu, 27 Oct 2011 06:19:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RJN3W-0000St-Dm for help-gnu-emacs@gnu.org; Thu, 27 Oct 2011 06:19:31 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:48834) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RJN3W-0000Sn-8g for help-gnu-emacs@gnu.org; Thu, 27 Oct 2011 06:19:26 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RJN3R-0000zw-KT for help-gnu-emacs@gnu.org; Thu, 27 Oct 2011 12:19:21 +0200 Original-Received: from 91.193.68.214 ([91.193.68.214]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Oct 2011 12:19:21 +0200 Original-Received: from gavenko by 91.193.68.214 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Oct 2011 12:19:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 16 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 91.193.68.214 User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82661 Archived-At: For example in Emacs 22.2-23.3: compilation-info: [X] Foreground: Green3 (sample) But in pretest Emacs 24 (from alpha.gnu.org): 'compilation-info' inherited from 'success', which is: Foreground: ForestGreen I also remember another face changes for c-mode. What rationale take in account when developers decide change faces? PS. I don't dislike changes, but every times this surprise me ))