From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: --daemon vs. server-start Date: Sat, 24 Jan 2009 15:49:34 -0500 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1233597768 4203 80.91.229.12 (2 Feb 2009 18:02:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 Feb 2009 18:02:48 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Feb 02 19:04:02 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 1LU39G-0006kD-Co for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2009 19:03:54 +0100 Original-Received: from localhost ([127.0.0.1]:52924 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LU37x-0004y8-OQ for ged-emacs-devel@m.gmane.org; Mon, 02 Feb 2009 13:02:33 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LU37F-0004bP-5s for emacs-devel@gnu.org; Mon, 02 Feb 2009 13:01:49 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LU37D-0004Zq-MZ for emacs-devel@gnu.org; Mon, 02 Feb 2009 13:01:48 -0500 Original-Received: from [199.232.76.173] (port=39327 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LU37D-0004Zb-Ad for emacs-devel@gnu.org; Mon, 02 Feb 2009 13:01:47 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:44586) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LU37C-0001ej-LY for emacs-devel@gnu.org; Mon, 02 Feb 2009 13:01:46 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AswEACTEhknO+IQk/2dsb2JhbACBbso/hBQGgmw X-IronPort-AV: E=Sophos;i="4.37,366,1231131600"; d="scan'208";a="33211663" Original-Received: from 206-248-132-36.dsl.teksavvy.com (HELO pastel.home) ([206.248.132.36]) by ironport2-out.teksavvy.com with ESMTP; 02 Feb 2009 13:01:46 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 0E81B8229; Mon, 2 Feb 2009 13:01:46 -0500 (EST) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:108610 Archived-At: > Dejavu Sans-10 with antialiasing. In contrast, as I observed in my OP, > with this invocation: > emacs -Q --daemon -xrm "Emacs.FontBackend: xft" -fn "Dejavu Sans-10" > the frame that appears upon `emacsclient -c' has neither antialiasing > nor this font. I think it's an unintended side-effect of the current code. Without having looked at the details of the code, I'd expect that it should be possible to make it work, tho it may require significant efforts. I.e. patches welcome. Stefan