From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Titus von der Malsburg Newsgroups: gmane.emacs.help Subject: text-scale-mode and switching major modes Date: Fri, 6 Jan 2012 18:00:36 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1325869298 11743 80.91.229.12 (6 Jan 2012 17:01:38 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 6 Jan 2012 17:01:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 06 18:01:34 2012 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 1RjDAb-00023V-KA for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jan 2012 18:01:33 +0100 Original-Received: from localhost ([::1]:39471 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjDAb-0007tb-9Z for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jan 2012 12:01:33 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:43587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjDAR-0007kb-6t for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 12:01:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjDAC-0002lK-OE for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 12:01:23 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:35232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjDAC-0002lF-KL for help-gnu-emacs@gnu.org; Fri, 06 Jan 2012 12:01:08 -0500 Original-Received: by iacb35 with SMTP id b35so3419250iac.0 for ; Fri, 06 Jan 2012 09:01:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=llb0yEgUP7XF7L8Th4fqb+zfhkVGRGcPiCi2omf92Qg=; b=HQ4ofvoV1I5VGQjoxtOVP4RXGzOC0lsj7MyS2AhLkRgDlb1h9plcveuw8dGqerdPVs z/vCxguLbcoHUZJo4vCZj6NzGiPg62CbQuoe0ePCRLMknjjdJtks4Hje7IImGQfymPPk D2AIlWiJ/1W6LfyV/sPYwqZw7rn9fFqnQ4gzY= Original-Received: by 10.43.47.135 with SMTP id us7mr6502881icb.31.1325869267238; Fri, 06 Jan 2012 09:01:07 -0800 (PST) Original-Received: by 10.42.19.129 with HTTP; Fri, 6 Jan 2012 09:00:36 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:83379 Archived-At: Hi list, I use noweb-mode a lot. This mode allows to have several languages in one file (e.g. latex and R) and switch major modes automatically depending on where the cursor is -- very useful! However, every time modes are switched the font size (which I set with text-scale-adjust) changes back to the default. Is there a way to make the font size persistent? Note that I'd like to use different font sizes in different buffers, so setting the default font size a specific value is not a solution. Thanks! Titus