From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Lee Newsgroups: gmane.emacs.help Subject: Buffer local face change Date: Wed, 28 Apr 2010 23:25:52 +0800 Message-ID: <4BD85380.1020008@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1272468404 28972 80.91.229.12 (28 Apr 2010 15:26:44 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Apr 2010 15:26:44 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Apr 28 17:26:36 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O799m-0001rr-TZ for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Apr 2010 17:26:36 +0200 Original-Received: from localhost ([127.0.0.1]:36517 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O799i-0003Pk-UK for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Apr 2010 11:26:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O799G-0003OH-WF for help-gnu-emacs@gnu.org; Wed, 28 Apr 2010 11:26:03 -0400 Original-Received: from [140.186.70.92] (port=37844 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O799E-0003N5-RJ for help-gnu-emacs@gnu.org; Wed, 28 Apr 2010 11:26:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O799D-000593-EO for help-gnu-emacs@gnu.org; Wed, 28 Apr 2010 11:26:00 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.158]:60208) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O799D-00058m-6K for help-gnu-emacs@gnu.org; Wed, 28 Apr 2010 11:25:59 -0400 Original-Received: by fg-out-1718.google.com with SMTP id e21so2139955fga.12 for ; Wed, 28 Apr 2010 08:25:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=IifRJLoUm1x9O23qDvCt2Jpzq8OGmwFM7cj8iY6JshA=; b=QHaLjCIHX+SYkHFlyYxM8W3pBjVsYjxHn+PHNFIfbr3Gbpj7k6Ad6R+FphAwr2f4OU g7qycOYk5bXroVDpsdUaFz0DlTJQqNT162RvxKQ6mRS3yEc6xCS3On7sqkn2tn/0H96g WRVXaJQIa3RnycG/yj64c6MthrrDde3eHVSFw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=eO8hHopM8czOPTtY64qNTbjaM9KqRlq0+nABSqCzFoqUPsnYoxrg45HiJkjfq+VhNL xlILHLGDhPBs1J9aQVnyGHzlhcapP+k8JEYr4UBNLZ4xAu3zAvc/i3ylHxQCY6CowDrE Ip43y0TXelgLmgzgCgZIwIPcD+SmunciqYnl0= Original-Received: by 10.87.63.31 with SMTP id q31mr6025653fgk.18.1272468358058; Wed, 28 Apr 2010 08:25:58 -0700 (PDT) Original-Received: from [116.232.87.255] ([116.232.87.255]) by mx.google.com with ESMTPS id e20sm6593727fga.26.2010.04.28.08.25.56 (version=SSLv3 cipher=RC4-MD5); Wed, 28 Apr 2010 08:25:57 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) 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: news.gmane.org gmane.emacs.help:72860 Archived-At: Hi, I use set-face-attribute to change global font size. How to change buffer local font size (only affect one buffer)? Thanks, David