From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "cmr.Pent@gmail.com" Newsgroups: gmane.emacs.bugs Subject: Re: bug#1473: 23.0.60; Tooltips are not antialiased Date: Sun, 4 Jan 2009 02:49:30 -0800 (PST) Organization: http://groups.google.com Message-ID: <0c89411d-e798-4e14-b268-7f73111c6352@b41g2000pra.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1231069221 18879 80.91.229.12 (4 Jan 2009 11:40:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2009 11:40:21 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun Jan 04 12:41:32 2009 Return-path: Envelope-to: geb-bug-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 1LJRMJ-0004aT-Si for geb-bug-gnu-emacs@m.gmane.org; Sun, 04 Jan 2009 12:41:32 +0100 Original-Received: from localhost ([127.0.0.1]:55815 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LJRL4-0006MY-Mk for geb-bug-gnu-emacs@m.gmane.org; Sun, 04 Jan 2009 06:40:14 -0500 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!b41g2000pra.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 39 Original-NNTP-Posting-Host: 89.179.245.94 Original-X-Trace: posting.google.com 1231066170 23536 127.0.0.1 (4 Jan 2009 10:49:30 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 4 Jan 2009 10:49:30 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: b41g2000pra.googlegroups.com; posting-host=89.179.245.94; posting-account=gGXeuQoAAAAj0VaJ1PQ4rEKCfxef3hne User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; ru; rv:1.9.0.4) Gecko/2008112309 Iceweasel/3.0.4 (Debian-3.0.4-1),gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.bug:51380 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:23750 Archived-At: On 5 =C4=C5=CB 2008, 07:35, Chong Yidong wrote: > > I use Xtf font backend under X. Everything is drawn antialiased as > > expected except tooltips. > > Hmm, I can't reproduce this with latest CVS (x86_64-unknown-linux-gnu, > GTK+ Version 2.14.4). =9AThe tooltips from the toolbar and mode-line are > definitely antialiased. > > You could try compiling directly from CVS code and see if the problem > persists. =9AOtherwise, I'm not sure what to try. Happy New Year! I've just checked the problem with the latest snapshot and it's still here. Here are the relevant customizations: from .emacs: (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(fixed-pitch ((t (:family "DejaVu Sans Mono")))) '(variable-pitch ((t (:family "DejaVu Sans"))))) from .Xresources: emacs*fontBackend: xft emacs*font: DejaVu Sans Mono-11 emacs*toolBar: off Note that the tooltip face is by default inherited from the variable- pitch face. The variable-pitch face is drawn antialiased in the emacs frame, but not in the tool tips. Also, if I remove the inheritance, the tool tips become antialiased. Hope it will help to track down the problem, Andrey