From unknown Thu Aug 21 14:53:09 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1955: 23.0.60; otf font renders, but not when 'default' face is explicitly selected Reply-To: "Greg Falcon" , 1955@debbugs.gnu.org Resent-From: "Greg Falcon" Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 19 Jan 2009 05:50:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: report 1955 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by submit@emacsbugs.donarmstrong.com id=B.123234385614967 (code B ref -1); Mon, 19 Jan 2009 05:50:03 +0000 Received: (at submit) by emacsbugs.donarmstrong.com; 19 Jan 2009 05:44:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0J5iC9X014961 for ; Sun, 18 Jan 2009 21:44:13 -0800 Received: from mx10.gnu.org ([199.232.76.166]:36870) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LOmuL-0004iK-4j for emacs-pretest-bug@gnu.org; Mon, 19 Jan 2009 00:42:45 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LOmvg-0005yD-An for emacs-pretest-bug@gnu.org; Mon, 19 Jan 2009 00:44:11 -0500 Received: from yw-out-2324.google.com ([74.125.46.30]:32167) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOmvf-0005y5-Vd for emacs-pretest-bug@gnu.org; Mon, 19 Jan 2009 00:44:08 -0500 Received: by yw-out-2324.google.com with SMTP id 9so1088647ywe.71 for ; Sun, 18 Jan 2009 21:44:05 -0800 (PST) Received: by 10.65.224.10 with SMTP id b10mr2557313qbr.127.1232343844997; Sun, 18 Jan 2009 21:44:04 -0800 (PST) Received: by 10.65.61.15 with HTTP; Sun, 18 Jan 2009 21:44:04 -0800 (PST) Message-ID: <3cdcefb80901182144q1c459d7v9f10a5b5f555b03f@mail.gmail.com> Date: Mon, 19 Jan 2009 00:44:04 -0500 From: "Greg Falcon" To: emacs-pretest-bug@gnu.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: (This is with an emacs built from cvsroot on Ubuntu 8.10. Build details below.) I am having only partial success getting emacs to render the otf font "Inconsolata". Specifically, the font renders successfully inside emacs, *except* when displaying the 'default' face, or a face that explicitly inherits from it. In that case, the font renders as rectangles. For a screenshot, see http://verylowsodium.com/faces.png This seems to happen no matter how I set the default font. My standard ~/.emacs sets a font using window-system-default-frame-alist. But even a simple invocation of emacs -Q -fn "-*-Inconsolata-*-*-*-*-16-*-*-*-m-0-iso10646-1" produces the sort of behavior as in the screenshot. Note that the font in the attached screenshot *is* Inconsolata. It's not that emacs can't read the font at all; it just doesn't work for the 'default' face. Other (non-otf) fonts do not exhibit this behavior. -- Trent W. Buck in IRC gave me a few questions and suggestions, the results of which I will relay here: Launching emacs with -fn 'Inconsolata' or -fn 'Inconsolata-12' did not work, responding that the font "is not defined". 'fc-list' does list 'Inconsolata:style=Medium' among the available fonts, and 'fc-match Inconsolata' responded Inconsolata.otf: "Inconsolata" "Medium" Setting 'Emacs.FontBackend: xft' as an X resource did not have any effect. -- Build details: All libraries used were from standard Ubuntu 8.10 packages, except for libotf, which I built from version 0.9.8 sources. ./configure output: Configured for `x86_64-unknown-linux-gnu'. Where should the build process find the source code? /home/veloso/emacs-23/emacs What operating system and machine description files should Emacs use? `s/gnu-linux.h' and `m/amdx86-64.h' What compiler should emacs be built with? gcc -g -O2 -Wno-pointer-sign Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? GTK Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use a gif library? yes -lgif Does Emacs use -lpng? yes Does Emacs use -lrsvg-2? yes Does Emacs use -lgpm? no Does Emacs use -ldbus? yes Does Emacs use -lfreetype? yes Does Emacs use -lm17n-flt? no Does Emacs use -lotf? yes Does Emacs use -lxft? yes Does Emacs use toolkit scroll bars? yes In GNU Emacs 23.0.60.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.14.4) of 2009-01-18 on pookachu Windowing system distributor `The X.Org Foundation', version 11.0.10502000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Text Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t Recent input: M-x r e p o r Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. From unknown Thu Aug 21 14:53:09 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1955: 23.0.60; otf font renders, but not when 'default' face is explicitly selected Reply-To: Kenichi Handa , 1955@debbugs.gnu.org Resent-From: Kenichi Handa Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Mon, 25 May 2009 05:30:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1955 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1955-submit@emacsbugs.donarmstrong.com id=B1955.124322907219389 (code B ref 1955); Mon, 25 May 2009 05:30:05 +0000 Received: (at 1955) by emacsbugs.donarmstrong.com; 25 May 2009 05:24:32 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.3 required=4.0 tests=AWL,SPF_HELO_PASS autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mx1.aist.go.jp (mx1.aist.go.jp [150.29.246.133]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4P5ORJF019384 for <1955@emacsbugs.donarmstrong.com>; Sun, 24 May 2009 22:24:29 -0700 Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n4P5OOPu021685; Mon, 25 May 2009 14:24:24 +0900 (JST) env-from (handa@m17n.org) Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n4P5OO2Q019619; Mon, 25 May 2009 14:24:24 +0900 (JST) env-from (handa@m17n.org) Received: by smtp2.aist.go.jp with ESMTP id n4P5OOId022160; Mon, 25 May 2009 14:24:24 +0900 (JST) env-from (handa@m17n.org) Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1M8Sg6-0006CP-3R; Mon, 25 May 2009 14:24:50 +0900 From: Kenichi Handa To: nad@Cs.Nott.AC.UK CC: 1955@debbugs.gnu.org Message-Id: Date: Mon, 25 May 2009 14:24:50 +0900 Greg Falcon wrote: > I am having only partial success getting emacs to render the otf font > "Inconsolata". Specifically, the font renders successfully inside > emacs, *except* when displaying the 'default' face, or a face that > explicitly inherits from it. In that case, the font renders as > rectangles. For a screenshot, see > > http://verylowsodium.com/faces.png I can't reproduce it now. Could you please try again with the latest Emacs code? --- Kenichi Handa handa@m17n.org From unknown Thu Aug 21 14:53:09 2025 X-Loop: owner@emacsbugs.donarmstrong.com Subject: bug#1955: 23.0.60; otf font renders, but not when 'default' face is explicitly selected Reply-To: Kenichi Handa , 1955@debbugs.gnu.org Resent-From: Kenichi Handa Resent-To: bug-submit-list@lists.donarmstrong.com Resent-CC: Emacs Bugs Resent-Date: Tue, 26 May 2009 00:50:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-Emacs-PR-Message: followup 1955 X-Emacs-PR-Package: emacs X-Emacs-PR-Keywords: Received: via spool by 1955-submit@emacsbugs.donarmstrong.com id=B1955.124329874413474 (code B ref 1955); Tue, 26 May 2009 00:50:04 +0000 Received: (at 1955) by emacsbugs.donarmstrong.com; 26 May 2009 00:45:44 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.3 required=4.0 tests=AWL,SPF_HELO_PASS autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from mx1.aist.go.jp (mx1.aist.go.jp [150.29.246.133]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4Q0jdO0013468 for <1955@emacsbugs.donarmstrong.com>; Mon, 25 May 2009 17:45:41 -0700 Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id n4Q0jahi000360; Tue, 26 May 2009 09:45:36 +0900 (JST) env-from (handa@m17n.org) Received: from smtp2.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id n4Q0jaR2017233; Tue, 26 May 2009 09:45:36 +0900 (JST) env-from (handa@m17n.org) Received: by smtp2.aist.go.jp with ESMTP id n4Q0jajj023848; Tue, 26 May 2009 09:45:36 +0900 (JST) env-from (handa@m17n.org) Received: from handa by etlken with local (Exim 4.69) (envelope-from ) id 1M8knr-0000ZT-6N; Tue, 26 May 2009 09:46:03 +0900 From: Kenichi Handa To: veloso@verylowsodium.com CC: 1955@debbugs.gnu.org Message-Id: Date: Tue, 26 May 2009 09:46:03 +0900 Greg Falcon wrote: > I am having only partial success getting emacs to render the otf font > "Inconsolata". Specifically, the font renders successfully inside > emacs, *except* when displaying the 'default' face, or a face that > explicitly inherits from it. In that case, the font renders as > rectangles. For a screenshot, see > > http://verylowsodium.com/faces.png I can't reproduce it now. Could you please try again with the latest Emacs code? --- Kenichi Handa handa@m17n.org From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 13 13:57:47 2010 Received: (at control) by debbugs.gnu.org; 13 Jan 2010 18:57:47 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NV8Pb-0006o7-MR for submit@debbugs.gnu.org; Wed, 13 Jan 2010 13:57:47 -0500 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NV8PX-0006no-Ki for control@debbugs.gnu.org; Wed, 13 Jan 2010 13:57:44 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1NV8PS-0003HD-U8; Wed, 13 Jan 2010 13:57:39 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19278.6050.644808.704561@fencepost.gnu.org> Date: Wed, 13 Jan 2010 13:57:38 -0500 From: Glenn Morris To: control Subject: control X-Attribution: GM X-Mailer: VM (www.wonderworks.com/vm), GNU Emacs (www.gnu.org/software/emacs) X-Hue: cyan X-Ran: sxkwQq4QG]d6pysL(o\QVgJ#[0t=ex%Ci!{Us=V2!Sg\()z9^,i.}}jfQ`,gs@ List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.9 (----) unarchive 1407 merge 1407 3061 close 5237 tags 1955 moreinfo unreproducible reassign 5261 emacs,ns tags 5261 moreinfo From unknown Thu Aug 21 14:53:09 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: "Greg Falcon" Subject: bug#1955: closed (Re: bug#1955: 23.0.60; otf font renders, but not when 'default' face is explicitly selected) Message-ID: References: <3cdcefb80901182144q1c459d7v9f10a5b5f555b03f@mail.gmail.com> X-Gnu-PR-Message: they-closed 1955 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: unreproducible moreinfo Reply-To: 1955@debbugs.gnu.org Date: Sun, 10 Jul 2011 02:00:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1310263204-7679-1" This is a multi-part message in MIME format... ------------=_1310263204-7679-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #1955: 23.0.60; otf font renders, but not when 'default' face is explicitly= selected which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 1955@debbugs.gnu.org. --=20 1955: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D1955 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1310263204-7679-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 1955-done) by debbugs.gnu.org; 10 Jul 2011 01:59:06 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QfjIY-0001yH-2h for submit@debbugs.gnu.org; Sat, 09 Jul 2011 21:59:06 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QfjIW-0001xn-52 for 1955-done@debbugs.gnu.org; Sat, 09 Jul 2011 21:59:04 -0400 Received: from localhost ([127.0.0.1]:45067) by fencepost.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QfjIR-00065s-0u; Sat, 09 Jul 2011 21:58:59 -0400 From: Glenn Morris To: 1955-done@debbugs.gnu.org Subject: Re: bug#1955: 23.0.60; otf font renders, but not when 'default' face is explicitly selected References: X-Spook: mindwar Craig Livingstone top secret Delta Force hackers X-Ran: VF~*ueZz{y)b9(g}kZTO;^jJG1HU: (Kenichi Handa's message of "Tue, 26 May 2009 09:46:03 +0900") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 1955-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.4 (------) This bug is being closed because it could not be reproduced and there was no response to a request for more information. If you reply with the requested information it can be reopened if needed. You can view the whole report at http://debbugs.gnu.org/BUGNUMBER Kenichi Handa wrote: > I can't reproduce it now. Could you please try again with > the latest Emacs code? ------------=_1310263204-7679-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by emacsbugs.donarmstrong.com; 19 Jan 2009 05:44:16 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n0J5iC9X014961 for ; Sun, 18 Jan 2009 21:44:13 -0800 Received: from mx10.gnu.org ([199.232.76.166]:36870) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1LOmuL-0004iK-4j for emacs-pretest-bug@gnu.org; Mon, 19 Jan 2009 00:42:45 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1LOmvg-0005yD-An for emacs-pretest-bug@gnu.org; Mon, 19 Jan 2009 00:44:11 -0500 Received: from yw-out-2324.google.com ([74.125.46.30]:32167) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LOmvf-0005y5-Vd for emacs-pretest-bug@gnu.org; Mon, 19 Jan 2009 00:44:08 -0500 Received: by yw-out-2324.google.com with SMTP id 9so1088647ywe.71 for ; Sun, 18 Jan 2009 21:44:05 -0800 (PST) Received: by 10.65.224.10 with SMTP id b10mr2557313qbr.127.1232343844997; Sun, 18 Jan 2009 21:44:04 -0800 (PST) Received: by 10.65.61.15 with HTTP; Sun, 18 Jan 2009 21:44:04 -0800 (PST) Message-ID: <3cdcefb80901182144q1c459d7v9f10a5b5f555b03f@mail.gmail.com> Date: Mon, 19 Jan 2009 00:44:04 -0500 From: "Greg Falcon" To: emacs-pretest-bug@gnu.org Subject: 23.0.60; otf font renders, but not when 'default' face is explicitly selected MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list. Please describe exactly what actions triggered the bug and the precise symptoms of the bug: (This is with an emacs built from cvsroot on Ubuntu 8.10. Build details below.) I am having only partial success getting emacs to render the otf font "Inconsolata". Specifically, the font renders successfully inside emacs, *except* when displaying the 'default' face, or a face that explicitly inherits from it. In that case, the font renders as rectangles. For a screenshot, see http://verylowsodium.com/faces.png This seems to happen no matter how I set the default font. My standard ~/.emacs sets a font using window-system-default-frame-alist. But even a simple invocation of emacs -Q -fn "-*-Inconsolata-*-*-*-*-16-*-*-*-m-0-iso10646-1" produces the sort of behavior as in the screenshot. Note that the font in the attached screenshot *is* Inconsolata. It's not that emacs can't read the font at all; it just doesn't work for the 'default' face. Other (non-otf) fonts do not exhibit this behavior. -- Trent W. Buck in IRC gave me a few questions and suggestions, the results of which I will relay here: Launching emacs with -fn 'Inconsolata' or -fn 'Inconsolata-12' did not work, responding that the font "is not defined". 'fc-list' does list 'Inconsolata:style=Medium' among the available fonts, and 'fc-match Inconsolata' responded Inconsolata.otf: "Inconsolata" "Medium" Setting 'Emacs.FontBackend: xft' as an X resource did not have any effect. -- Build details: All libraries used were from standard Ubuntu 8.10 packages, except for libotf, which I built from version 0.9.8 sources. ./configure output: Configured for `x86_64-unknown-linux-gnu'. Where should the build process find the source code? /home/veloso/emacs-23/emacs What operating system and machine description files should Emacs use? `s/gnu-linux.h' and `m/amdx86-64.h' What compiler should emacs be built with? gcc -g -O2 -Wno-pointer-sign Should Emacs use the GNU version of malloc? yes (Using Doug Lea's new malloc from the GNU C Library.) Should Emacs use a relocating allocator for buffers? yes Should Emacs use mmap(2) for buffer allocation? no What window system should Emacs use? x11 What toolkit should Emacs use? GTK Where do we find X Windows header files? Standard dirs Where do we find X Windows libraries? Standard dirs Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? yes Does Emacs use -ltiff? yes Does Emacs use a gif library? yes -lgif Does Emacs use -lpng? yes Does Emacs use -lrsvg-2? yes Does Emacs use -lgpm? no Does Emacs use -ldbus? yes Does Emacs use -lfreetype? yes Does Emacs use -lm17n-flt? no Does Emacs use -lotf? yes Does Emacs use -lxft? yes Does Emacs use toolkit scroll bars? yes In GNU Emacs 23.0.60.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.14.4) of 2009-01-18 on pookachu Windowing system distributor `The X.Org Foundation', version 11.0.10502000 Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Text Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t Recent input: M-x r e p o r Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. ------------=_1310263204-7679-1--