From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.help Subject: X fonts handling in 23.1 Date: Fri, 31 Jul 2009 12:29:45 +0400 Message-ID: <4A72AB79.3070401@yandex.ru> References: <87ljm5669a.fsfhello@somewhere.com> <3b9893450907310051t51c94ac6h9e6b907eb3bf9dfd@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249050386 27774 80.91.229.12 (31 Jul 2009 14:26:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 31 Jul 2009 14:26:26 +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 Jul 31 16:26:19 2009 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.50) id 1MWt3q-00035C-2P for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jul 2009 16:26:18 +0200 Original-Received: from localhost ([127.0.0.1]:58880 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWt3p-0004lc-Hr for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Jul 2009 10:26:17 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MWnUw-0002Z9-L0 for help-gnu-emacs@gnu.org; Fri, 31 Jul 2009 04:29:54 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MWnUu-0002Y4-9K for help-gnu-emacs@gnu.org; Fri, 31 Jul 2009 04:29:53 -0400 Original-Received: from [199.232.76.173] (port=39576 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MWnUt-0002Xr-IP for help-gnu-emacs@gnu.org; Fri, 31 Jul 2009 04:29:52 -0400 Original-Received: from forward3.yandex.ru ([77.88.46.8]:48259) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MWnUs-0002ni-PN for help-gnu-emacs@gnu.org; Fri, 31 Jul 2009 04:29:51 -0400 Original-Received: from smtp3.yandex.ru (smtp3.yandex.ru [77.88.46.103]) by forward3.yandex.ru (Yandex) with ESMTP id 592451191110 for ; Fri, 31 Jul 2009 12:29:46 +0400 (MSD) Original-Received: from antipov.dev.rtsoft.ru (mail.dev.rtsoft.ru [213.79.90.226]) by smtp3.yandex.ru (Yandex) with ESMTPA id 2583F8B8101 for ; Fri, 31 Jul 2009 12:29:46 +0400 (MSD) User-Agent: Thunderbird 2.0.0.21 (X11/20090320) In-Reply-To: <3b9893450907310051t51c94ac6h9e6b907eb3bf9dfd@mail.gmail.com> X-Yandex-TimeMark: 1249028986 X-Yandex-Spam: 1 X-Yandex-Front: smtp3.yandex.ru X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-Mailman-Approved-At: Fri, 31 Jul 2009 10:24:29 -0400 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:66573 Archived-At: Hello all, my ~/.Xdefaults contains: Emacs*font: -misc-* And 22.3 starts with the expected font. But 23.1 doesn't. Moreover, I can start 22.3 with '-fn fixed' and then do (set-frame-font "-misc-*"), and it toggles the font as expected. But, again, not for 23.1. Both versions are configured with: ./configure --without-dbus --without-rsvg --without-sound \ --with-x-toolkit=lucid --without-xft --without-pop I've tried with '-Q' and with 'LANG=C', but it doesn't matter. This issue was observed on two Fedora 10 and Fedora 11 systems. Dmitry