From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: Font size after upgrade to 24 Date: Fri, 15 Jun 2012 17:11:04 +0200 Message-ID: <8762ashapj.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1339775560 11800 80.91.229.3 (15 Jun 2012 15:52:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 15 Jun 2012 15:52:40 +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 Jun 15 17:52:39 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SfYpA-0004hL-LK for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jun 2012 17:52:36 +0200 Original-Received: from localhost ([::1]:37680 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfYBU-0008Qi-Pl for geh-help-gnu-emacs@m.gmane.org; Fri, 15 Jun 2012 11:11:36 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:52858) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfYBG-00083N-Sc for help-gnu-emacs@gnu.org; Fri, 15 Jun 2012 11:11:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SfYBF-00065s-4M for help-gnu-emacs@gnu.org; Fri, 15 Jun 2012 11:11:22 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:38330) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SfYBE-00065X-UA for help-gnu-emacs@gnu.org; Fri, 15 Jun 2012 11:11:21 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1SfYB9-0004iK-Oq for help-gnu-emacs@gnu.org; Fri, 15 Jun 2012 17:11:15 +0200 Original-Received: from tsdh.uni-koblenz.de ([141.26.67.142]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jun 2012 17:11:15 +0200 Original-Received: from tassilo by tsdh.uni-koblenz.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 15 Jun 2012 17:11:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 21 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: tsdh.uni-koblenz.de User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (gnu/linux) Cancel-Lock: sha1:6O9UcyZOhOyMrl19Np6NkswTN4Q= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:85253 Archived-At: Florian Lindner writes: Hi Florian, > after the recent upgrade to emacs 24.1 (ArchLinux / KDE) my font size > is too large (one times C-x C-minus corrects it temporarily for the > buffer). The menu font size is fine, the rest (buffer, mode line, > minibuffer is too large). I've read about the various ways to set the > font size. > > Is there a specific reason why the font size has increased after the > update? And thus a global way to correct it? Emacs 24 adds support for gconf and gsettings, so it'll pick whatever monospace font and sizes you have set as the default in your system settings (unless you've configured otherwise, of course). I'm nox exactly sure that KDE uses gsettings, but maybe it does... Or you've used Gnome some day and its configs are still there. Bye, Tassilo