From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: strange display of glyphs in a second window Date: Thu, 26 Jun 2014 18:23:09 +0300 Message-ID: <83d2dvpuea.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE X-Trace: ger.gmane.org 1403796243 15443 80.91.229.3 (26 Jun 2014 15:24:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2014 15:24:03 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 26 17:23:54 2014 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 1X0BWj-0002xg-Cs for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Jun 2014 17:23:53 +0200 Original-Received: from localhost ([::1]:45311 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0BWi-000840-VT for geh-help-gnu-emacs@m.gmane.org; Thu, 26 Jun 2014 11:23:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38459) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0BWP-00082L-Vn for help-gnu-emacs@gnu.org; Thu, 26 Jun 2014 11:23:41 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0BWH-00066S-LK for help-gnu-emacs@gnu.org; Thu, 26 Jun 2014 11:23:33 -0400 Original-Received: from mtaout27.012.net.il ([80.179.55.183]:47546) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0BWH-000663-EK for help-gnu-emacs@gnu.org; Thu, 26 Jun 2014 11:23:25 -0400 Original-Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0N7S007007JBQ500@mtaout27.012.net.il> for help-gnu-emacs@gnu.org; Thu, 26 Jun 2014 18:20:02 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N7S0014F7XDHV80@mtaout27.012.net.il> for help-gnu-emacs@gnu.org; Thu, 26 Jun 2014 18:20:01 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.183 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:98413 Archived-At: > From: Fran=E7ois Patte > Date: Thu, 26 Jun 2014 10:25:45 +0200 >=20 > > What does "C-u C-x =3D" say in the second frame about the font us= ed to > > display the characters that are displayed correctly? > >=20 > >=20 >=20 > If I open the new frame with the same text in both frames, I get fo= r the > same letter: >=20 > in the first frame > x:-adobe-courier-medium-r-normal--24-240-75-75-m-150-iso8859-1 (#x6= 4) >=20 > in the second frame: > xft:-unknown-FreeMono-normal-normal-normal-*-24-*-*-*-m-0-iso10646-= 1 (#x45) That's your problem: you need to find out why does Emacs try to use that bad font for your frames. It's some configuration issue on your system. > I use Auctex; there might be some interaction between Auctex and Em= acs.... If the problem happens in "emacs -Q", then it probably isn't related to AUCTeX.