From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Damien Deville Newsgroups: gmane.emacs.devel Subject: Font issue with recent emacs cvs Date: Thu, 19 Nov 2009 10:06:48 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0016e6d7e034e29ff50478b5ad00 X-Trace: ger.gmane.org 1258657797 4649 80.91.229.12 (19 Nov 2009 19:09:57 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 19 Nov 2009 19:09:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 19 20:09:51 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NBCO6-00055B-PI for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2009 20:09:51 +0100 Original-Received: from localhost ([127.0.0.1]:36035 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NBCO5-0003kq-Sl for ged-emacs-devel@m.gmane.org; Thu, 19 Nov 2009 14:09:49 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NB2yd-0003fX-PP for emacs-devel@gnu.org; Thu, 19 Nov 2009 04:06:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NB2yZ-0003eI-02 for emacs-devel@gnu.org; Thu, 19 Nov 2009 04:06:55 -0500 Original-Received: from [199.232.76.173] (port=34895 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NB2yY-0003eA-Th for emacs-devel@gnu.org; Thu, 19 Nov 2009 04:06:50 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:37783) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NB2yY-0005vL-Da for emacs-devel@gnu.org; Thu, 19 Nov 2009 04:06:50 -0500 Original-Received: by bwz7 with SMTP id 7so2271612bwz.26 for ; Thu, 19 Nov 2009 01:06:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=ejBw5rpz/J1RRpR2JwvzXODa8LlvbAmvVsMwd8EFaEI=; b=Uldt8Mu8olVZigMVOImIkFfxvkKK4hrTgLtn6PnYDdeWiMWibduk+/Yv/2CQeQpZpq 5Mxk8SclUGKWV5FcRPWp8Mf2qhQD3lEKcgaHHunSadIJTCuPSHL91A7NI0SaUjLiten2 UmroYwwc9R1g8RgWEO0alQKngBQKY5VCc4RRc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=fGM0xusPROaBYZjM9YlEv6em+vnpsfga3dD1WnmMlnesumSed0fwNkou6peBLChUYO Q328x16sGjPbYzPukdRWRt2haCS+zXmzmylJ+1lXWFniJxldgo6jilkBrOdu3VS7xYZA hCcArmnH6x/mwFm92Qxtswk8pQtiEacoUmWT4= Original-Received: by 10.216.90.79 with SMTP id d57mr2224211wef.117.1258621608566; Thu, 19 Nov 2009 01:06:48 -0800 (PST) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Thu, 19 Nov 2009 14:08:58 -0500 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:117281 Archived-At: --0016e6d7e034e29ff50478b5ad00 Content-Type: text/plain; charset=ISO-8859-1 Hi emacs-devel, I am using emacs from git repository on freebsd 7.2, my emacs-version is GNU Emacs 23.1.50.1 (i386-unknown-freebsd7.2, GTK+ Version 2.16.6) of 2009-11-19 on XXXXXXXX Since a few update, emacs fail to set the font correctly. Version with git sha1 f34054625d13c909e139d997e16cfd2fd1331954 works well, last version with sha1 6d7606fc7ec746fdfbf016d83ffbc93781b8a0a0 fail with the following error Fontconfig error: Cannot load default config file GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details - 1: Failed to get connection to session: Failed to execute dbus-launch to autolaunch D-Bus session) My font and backend are set using ~/.Xressources by lines Emacs.font: Liberation Mono-13 Emacs*FontBackend: xft,x dbus, hald and gconfd-2 daemon are running. I tried cleaning ~/.gconf and ~/.gconfd and it did not work Thanks in advance, Damien --0016e6d7e034e29ff50478b5ad00 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi emacs-devel,

I am using emacs from git repository on freebsd 7.2,= my emacs-version is

GNU Emacs 23.1.50.1 (i386-unknown-freebsd7.2, G= TK+ Version 2.16.6) of 2009-11-19 on XXXXXXXX

Since a few update, em= acs fail to set the font correctly.
Version with git sha1 f34054625d13c909e139d997e16cfd2fd1331954 works well, = last version with sha1 6d7606fc7ec746fdfbf016d83ffbc93781b8a0a0 fail with t= he following error

Fontconfig error: Cannot load default config file=
GConf Error: Failed to contact configuration server; some possible causes a= re that you need to enable TCP/IP networking for ORBit, or you have stale N= FS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -=A0 1= : Failed to get connection to session: Failed to execute dbus-launch to aut= olaunch D-Bus session)

My font and backend are set using ~/.Xressources by lines
Emacs.font= : Liberation Mono-13
Emacs*FontBackend: xft,x

dbus, hald and gcon= fd-2 daemon are running.

I tried cleaning ~/.gconf and ~/.gconfd and= it did not work

Thanks in advance,
Damien


--0016e6d7e034e29ff50478b5ad00--