all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Jan Djärv" <jan.h.d@swipnet.se>
To: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Cc: Deniz Dogan <deniz.a.m.dogan@gmail.com>,
	Miles Bader <miles@gnu.org>,
	emacs-devel@gnu.org, James Cloos <cloos@jhcloos.com>,
	David De La Harpe Golden <david@harpegolden.net>
Subject: Re: What is the proper way to set the default font these days?
Date: Thu, 02 Jul 2009 12:59:30 +0200	[thread overview]
Message-ID: <4A4C9312.2070402@swipnet.se> (raw)
In-Reply-To: <wliqibtpb4.wl%mituharu@math.s.chiba-u.ac.jp>

YAMAMOTO Mitsuharu skrev:
>>>>>> On Thu, 02 Jul 2009 10:23:32 +0200, Jan Djärv <jan.h.d@swipnet.se> said:
> 
>>> If I remove them "manually" after startup, the problem doesn't
>>> occur.  What's weird is still like I said before that everything
>>> worked fine in a previous version of Emacs 23. Unfortunately,
>>> figuring out in which exact revision this problem started occurring
>>> is rather cumbersome, especially for me since I know very little
>>> about CVS.
> 
>> This particular behaviour was introduced by a patch made in May.  It
>> was to solve another problem (bug 2401).  I think I have them both
>> covered now.
> 
> Could you also take a look at the Bug#2980 (invisible frame) case that
> was supposed to be fixed by the patch in May?  

This is now broken again.  But the assumtion of the lisp code is wrong. In the 
case of XMonad, it will simply ignore any resize request and not send any 
ConfigureNotify events, not even when the frame becomes visible again (after 
all, the window sizes hasn't changed).  So if we assume the frame is 10x20, we 
will draw at the wrong place.

We could handle unmapped windows specially and when they get mapped, ask the X 
server for the size and handle it from there.

> Also, there seems to be
> a debug code remaining in xg_frame_resized.

Removed, thanks.

	Jan D.





  reply	other threads:[~2009-07-02 10:59 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-06 14:58 What is the proper way to set the default font these days? Deniz Dogan
2009-06-06 19:11 ` Stefan Monnier
2009-06-07  0:25   ` Deniz Dogan
2009-06-07  3:00 ` Miles Bader
2009-06-07 12:44   ` David De La Harpe Golden
2009-06-08  5:22     ` Miles Bader
2009-06-08 14:21       ` Stephen J. Turnbull
2009-06-08 14:59         ` Deniz Dogan
2009-06-08 15:50           ` Chong Yidong
2009-06-08 16:17             ` Stephen J. Turnbull
2009-06-08 16:19               ` Chong Yidong
2009-06-08 16:28                 ` Deniz Dogan
2009-06-08 16:50                   ` Chong Yidong
2009-06-10  9:17                   ` Deniz Dogan
2009-06-10 13:37                     ` Miles Bader
2009-06-10 14:08                       ` Deniz Dogan
2009-06-10 15:52                     ` Chong Yidong
2009-06-10 15:59                       ` Deniz Dogan
2009-06-29 11:44                       ` gtk toolbar bug (was Re: What is the proper way to set the default font these days?) Bruce Stephens
2009-06-29 17:49                         ` Deniz Dogan
2009-06-29 19:30                           ` gtk toolbar bug Bruce Stephens
2009-06-29 21:37                             ` Bruce Stephens
2009-06-30 14:42                               ` Jan Djärv
2009-07-01 14:10                                 ` Jan Djärv
2009-07-01 15:25                                   ` Bruce Stephens
2009-06-08 22:15             ` What is the proper way to set the default font these days? Chad Brown
2009-06-08 22:40               ` David Reitter
2009-06-09  0:42                 ` Miles Bader
2009-06-10 22:07                   ` Stefan Monnier
2009-06-11  0:25                     ` Miles Bader
2009-06-09  3:04               ` Eli Zaretskii
2009-06-08 22:03       ` Johan Bockgård
2009-06-12 17:14       ` James Cloos
2009-06-12 21:00         ` Stefan Monnier
2009-06-15  3:29         ` Miles Bader
2009-07-01 22:35           ` Deniz Dogan
2009-07-02  6:44             ` Jan Djärv
2009-07-02  7:45               ` Deniz Dogan
2009-07-02  8:23                 ` Jan Djärv
2009-07-02  9:19                   ` YAMAMOTO Mitsuharu
2009-07-02 10:59                     ` Jan Djärv [this message]
2009-07-02 12:31                       ` Jan Djärv
2009-07-02  7:54               ` Jan Djärv
2009-07-02  8:02                 ` Deniz Dogan
2009-07-02 10:38                   ` Jan Djärv
2009-07-02 11:58                     ` Deniz Dogan
2009-07-21 15:14                 ` Bruce Stephens
2009-07-21 18:48                   ` Jan Djärv
2009-07-21 19:10                     ` Bruce Stephens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A4C9312.2070402@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=cloos@jhcloos.com \
    --cc=david@harpegolden.net \
    --cc=deniz.a.m.dogan@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=miles@gnu.org \
    --cc=mituharu@math.s.chiba-u.ac.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.