all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#1473: 23.0.60; Tooltips are not antialiased
@ 2008-12-02 20:27   ` pent
       [not found]     ` <handler.1473.D1473.131026352711499.notifdone@debbugs.gnu.org>
  0 siblings, 1 reply; 6+ messages in thread
From: pent @ 2008-12-02 20:27 UTC (permalink / raw
  To: emacs-pretest-bug; +Cc: rfrancoise

I use Xtf font backend under X. Everything is drawn antialiased as
expected except tooltips.

I'm ready to provide any additional info,
Andrey

In GNU Emacs 23.0.60.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11)
 of 2008-11-30 on elegiac, modified by Debian
 (emacs-snapshot package, version 1:20081129-1)
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.60/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.60/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS=''

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: ru_RU.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: ESS[S]

Minor modes in effect:
  diff-auto-refine-mode: t
  show-paren-mode: t
  delete-selection-mode: t
  pc-selection-mode: t
  shell-dirtrack-mode: t
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-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
  global-visual-line-mode: t
  visual-line-mode: t
  transient-mark-mode: t






^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#1473: 23.0.60; Tooltips are not antialiased
@ 2008-12-05  4:35 Chong Yidong
  2011-07-10  2:05 ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Chong Yidong @ 2008-12-05  4:35 UTC (permalink / raw
  To: pent; +Cc: rfrancoise, 1473

> 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).  The tooltips from the toolbar and mode-line are
definitely antialiased.

You could try compiling directly from CVS code and see if the problem
persists.  Otherwise, I'm not sure what to try.






^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug#1473: 23.0.60; Tooltips are not antialiased
       [not found] <mailman.1964.1228452621.26697.bug-gnu-emacs@gnu.org>
@ 2009-01-04 10:49 ` cmr.Pent
  0 siblings, 0 replies; 6+ messages in thread
From: cmr.Pent @ 2009-01-04 10:49 UTC (permalink / raw
  To: bug-gnu-emacs

On 5 дек 2008, 07:35, Chong Yidong <c...@stupidchicken.com> 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).  The tooltips from the toolbar and mode-line are
> definitely antialiased.
>
> You could try compiling directly from CVS code and see if the problem
> persists.  Otherwise, 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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#1473: 23.0.60; Tooltips are not antialiased
  2008-12-05  4:35 bug#1473: 23.0.60; Tooltips are not antialiased Chong Yidong
@ 2011-07-10  2:05 ` Glenn Morris
  2008-12-02 20:27   ` pent
  0 siblings, 1 reply; 6+ messages in thread
From: Glenn Morris @ 2011-07-10  2:05 UTC (permalink / raw
  To: 1473-done


Sorry, this could not be reproduced and so we cannot really do anything.

Please send a response if the problem still occurs with the latest
release, 23.3, started with -Q, and we can reopen this report.





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#1473: closed (Re: bug#1473: 23.0.60; Tooltips are not antialiased)
       [not found]     ` <handler.1473.D1473.131026352711499.notifdone@debbugs.gnu.org>
@ 2011-07-10  6:48       ` Андрей Парамонов
  2011-07-10 18:03         ` Glenn Morris
  0 siblings, 1 reply; 6+ messages in thread
From: Андрей Парамонов @ 2011-07-10  6:48 UTC (permalink / raw
  To: 1473

I confirm this is not reproducible any more with Emacs 23.3. The
problem has been fixed.

Thank you,
Andrey Paramonov





^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug#1473: closed (Re: bug#1473: 23.0.60; Tooltips are not antialiased)
  2011-07-10  6:48       ` bug#1473: closed (Re: bug#1473: 23.0.60; Tooltips are not antialiased) Андрей Парамонов
@ 2011-07-10 18:03         ` Glenn Morris
  0 siblings, 0 replies; 6+ messages in thread
From: Glenn Morris @ 2011-07-10 18:03 UTC (permalink / raw
  To: cmr.pent; +Cc: 1473


> I confirm this is not reproducible any more with Emacs 23.3. The
> problem has been fixed.

Great; thank you for confirming.





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-07-10 18:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-05  4:35 bug#1473: 23.0.60; Tooltips are not antialiased Chong Yidong
2011-07-10  2:05 ` Glenn Morris
2008-12-02 20:27   ` pent
     [not found]     ` <handler.1473.D1473.131026352711499.notifdone@debbugs.gnu.org>
2011-07-10  6:48       ` bug#1473: closed (Re: bug#1473: 23.0.60; Tooltips are not antialiased) Андрей Парамонов
2011-07-10 18:03         ` Glenn Morris
     [not found] <mailman.1964.1228452621.26697.bug-gnu-emacs@gnu.org>
2009-01-04 10:49 ` bug#1473: 23.0.60; Tooltips are not antialiased cmr.Pent

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.