From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.help Subject: Re: Buffer local face change Date: Thu, 29 Apr 2010 00:49:03 +0200 Message-ID: References: <4BD85380.1020008@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1272495003 4828 80.91.229.12 (28 Apr 2010 22:50:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 28 Apr 2010 22:50:03 +0000 (UTC) Cc: "help-gnu-emacs@gnu.org" To: David Lee Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 29 00:50:02 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 1O7G4s-0004ay-HP for geh-help-gnu-emacs@m.gmane.org; Thu, 29 Apr 2010 00:49:58 +0200 Original-Received: from localhost ([127.0.0.1]:39458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7G4r-0001ab-Uh for geh-help-gnu-emacs@m.gmane.org; Wed, 28 Apr 2010 18:49:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O7G4N-0001Xu-N6 for help-gnu-emacs@gnu.org; Wed, 28 Apr 2010 18:49:27 -0400 Original-Received: from [140.186.70.92] (port=52753 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O7G4L-0001VH-Rn for help-gnu-emacs@gnu.org; Wed, 28 Apr 2010 18:49:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O7G4K-0003MR-LS for help-gnu-emacs@gnu.org; Wed, 28 Apr 2010 18:49:25 -0400 Original-Received: from mail-bw0-f223.google.com ([209.85.218.223]:35477) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O7G4K-0003ML-FQ for help-gnu-emacs@gnu.org; Wed, 28 Apr 2010 18:49:24 -0400 Original-Received: by bwz23 with SMTP id 23so14471092bwz.26 for ; Wed, 28 Apr 2010 15:49:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=gQa4VB57ZVwi8sXmWK2GCfgDWiG0Mlo058tSW0pUc9k=; b=L5hiVFmaKNIlhhIr4zJtnCg48fd4mCOWyOViIxC7z5ZX+P7rJqc7gpSlhtfMM90CIM dDenNJKFq2c+nNK2humY885O5qzC5k2cOh+rL5m1y2VMo64drZc6QAGKPf2UHe5kSw5W J+ZKZ91cK7200oGfZL+dlRKH3TxtcftPkorvQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=LACA31HhZOZ93s14gE+xbCjOEhRe0yX/AR7uCAkBnvsZf8BUBuMLn2IbpkbPQkWsWo Jubpi4Z7+gSCn5Ue0KyTYEkqwXZlE5cszdF5ymR4v1ST8eDpKFgj9/8WS0Tml03OTxJ4 5Q9ISd7RV2clNpyxjeSXJEKflu4SKC0ND/fHA= Original-Received: by 10.204.21.1 with SMTP id h1mr5240200bkb.171.1272494963229; Wed, 28 Apr 2010 15:49:23 -0700 (PDT) Original-Received: by 10.204.84.81 with HTTP; Wed, 28 Apr 2010 15:49:03 -0700 (PDT) In-Reply-To: <4BD85380.1020008@gmail.com> 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:72861 Archived-At: > Hi, I use set-face-attribute to change global font size. > How to change buffer local font size (only affect one buffer)? On Emacs 23.1 (or newer), take a look at variable `face-remapping-alist' and package face-remap.el. Juanma