From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Yevgeniy Makarov Newsgroups: gmane.emacs.help Subject: Can a face have different attributes in different buffers? Date: Sat, 22 Jan 2005 18:22:13 -0500 Organization: Indiana University Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1106436171 18780 80.91.229.6 (22 Jan 2005 23:22:51 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 22 Jan 2005 23:22:51 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 23 00:22:45 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CsUaa-0005fF-00 for ; Sun, 23 Jan 2005 00:22:45 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CsUmi-0001fb-T7 for geh-help-gnu-emacs@m.gmane.org; Sat, 22 Jan 2005 18:35:16 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!logbridge.uoregon.edu!news.indiana.edu!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: zero.cs.indiana.edu Original-X-Trace: rainier.uits.indiana.edu 1106436134 20755 129.79.245.19 (22 Jan 2005 23:22:14 GMT) Original-X-Complaints-To: news-admin@indiana.edu Original-NNTP-Posting-Date: Sat, 22 Jan 2005 23:22:14 +0000 (UTC) User-Agent: KNode/0.8.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:128054 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23546 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23546 Hello, I have the following question. Judging by the fact that the function which sets an attribute of some face (set-face-attribute) takes a frame as an argument, it is not possible to have different buffers in one frame with different values of the same attribute. Is it so? For example, can I have comments of different colors (attribute :foreground of face font-lock-comment-face) in different buffers of the same frame? Thank you, Yevgeniy