From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: A Soare Newsgroups: gmane.emacs.devel Subject: a question about fonts and colors Date: Thu, 15 Mar 2007 16:53:35 +0100 (CET) Message-ID: <5757710.278681173974015341.JavaMail.www@wwinf4206> Reply-To: alinsoar@voila.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173974037 27928 80.91.229.12 (15 Mar 2007 15:53:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 15 Mar 2007 15:53:57 +0000 (UTC) To: "Emacs Dev [emacs-devel]" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 15 16:53:49 2007 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 1HRsGr-0007xv-BG for ged-emacs-devel@m.gmane.org; Thu, 15 Mar 2007 16:53:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRsHr-0006Nb-Pm for ged-emacs-devel@m.gmane.org; Thu, 15 Mar 2007 10:54:43 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HRsHo-0006NW-Le for emacs-devel@gnu.org; Thu, 15 Mar 2007 11:54:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HRsHn-0006NK-U2 for emacs-devel@gnu.org; Thu, 15 Mar 2007 11:54:40 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HRsHn-0006NH-QW for emacs-devel@gnu.org; Thu, 15 Mar 2007 10:54:39 -0500 Original-Received: from smtp3.voila.fr ([193.252.22.173]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HRsGm-0000qd-JV for emacs-devel@gnu.org; Thu, 15 Mar 2007 11:53:36 -0400 Original-Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf4202.voila.fr (SMTP Server) with ESMTP id 629F71C0012E for ; Thu, 15 Mar 2007 16:53:35 +0100 (CET) Original-Received: from wwinf4206 (wwinf4206 [10.232.2.33]) by mwinf4202.voila.fr (SMTP Server) with ESMTP id 560641C000E1 for ; Thu, 15 Mar 2007 16:53:35 +0100 (CET) X-ME-UUID: 20070315155335352.560641C000E1@mwinf4202.voila.fr X-Originating-IP: [89.34.170.37] X-Wum-Nature: EMAIL-NATURE X-WUM-FROM: |~| X-WUM-TO: |~| X-WUM-REPLYTO: |~| X-detected-kernel: Linux 2.4-2.6 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:67961 Archived-At: Can somebody give me a idea how can I solve this problem (and old problem): I want that at all the times when I switch to a buffer with a given name (name set in .emacs) the frame of that buffer to change in the buffer color that I want and also the frame's font changes (color and font assiciated in .emacs with a buffer name). Thanks in advance.