unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2282: 23.0.90; rmail -- rmail-summary splits frame into three parts...
@ 2009-02-11 11:17 Alfred M. Szmidt
  2009-02-11 20:31 ` Eli Zaretskii
  0 siblings, 1 reply; 4+ messages in thread
From: Alfred M. Szmidt @ 2009-02-11 11:17 UTC (permalink / raw)
  To: emacs-pretest-bug

When one does a M-x rmail, and then invokes rmail-summary, the frame
is split into three parts:

+-----------+----------+
|           |          |
| *scratch* |  rmail   |
|           |          |
+-----------+----------+
|   rmail-summary      |
|                      |
+----------------------+


In GNU Emacs 23.0.90.1 (i686-pc-linux-gnu, GTK+ Version 2.12.11)
 of 2009-02-11 on beryx
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  'PATH=/home/ams/l/bin:/usr/local/bin:/usr/bin:/bin:/usr/games' 'PKG_CONFIG_PATH=/home/ams/l/lib/pkgconfig''

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: C
  value of $XMODIFIERS: nil
  locale-coding-system: nil
  default-enable-multibyte-characters: t

Major mode: RMAIL Summary

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
M-x r m a i l <return> y n d d d h M-x r e p o <tab> 
r t <tab> <return>

Recent messages:
Getting mail from the remote server ...
Counting new messages...done (5)
Saving file /home/ams/RMAIL...
Wrote /home/ams/RMAIL
5 new messages read
Added to /home/ams/RMAIL.inbox:sysadmin@kreditor
Added to /home/ams/RMAIL.inbox:ams@kreditor
No following nondeleted message
Computing summary lines...done
Making completion list...






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

* bug#2282: 23.0.90; rmail -- rmail-summary splits frame into three parts...
  2009-02-11 11:17 Alfred M. Szmidt
@ 2009-02-11 20:31 ` Eli Zaretskii
  0 siblings, 0 replies; 4+ messages in thread
From: Eli Zaretskii @ 2009-02-11 20:31 UTC (permalink / raw)
  To: ams, 2282

> From: "Alfred M\. Szmidt" <ams@gnu.org>
> Date: Wed, 11 Feb 2009 12:17:58 +0100
> Cc: 
> 
> When one does a M-x rmail, and then invokes rmail-summary, the frame
> is split into three parts:
> 
> +-----------+----------+
> |           |          |
> | *scratch* |  rmail   |
> |           |          |
> +-----------+----------+
> |   rmail-summary      |
> |                      |
> +----------------------+

Does this happen with "emacs -Q"? cause it never happened to me.

Or perhaps you started Rmail from this window configuration:

 +-----------+----------+
 |                      |
 |      *scratch*       |
 |                      |
 +-----------+----------+
 |        rmail         |
 |                      |
 +----------------------+

in the first place??






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

* bug#2282: 23.0.90; rmail -- rmail-summary splits frame into three parts...
@ 2009-02-12 11:29 Alfred M. Szmidt
  0 siblings, 0 replies; 4+ messages in thread
From: Alfred M. Szmidt @ 2009-02-12 11:29 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 2282

   > When one does a M-x rmail, and then invokes rmail-summary, the frame
   > is split into three parts:
   > 
   > +-----------+----------+
   > |           |          |
   > | *scratch* |  rmail   |
   > |           |          |
   > +-----------+----------+
   > |   rmail-summary      |
   > |                      |
   > +----------------------+

   Does this happen with "emacs -Q"? cause it never happened to me.

Even with -Q.

   Or perhaps you started Rmail from this window configuration:

    +-----------+----------+
    |                      |
    |      *scratch*       |
    |                      |
    +-----------+----------+
    |        rmail         |
    |                      |
    +----------------------+

   in the first place??

No, initial window configuration looks like this:

    +----------------------+
    |                      |
    |      *scratch*       |
    |                      |
    |                      |
    |                      |
    |                      |
    +----------------------+

But if rmail would split into three frames, based on the window
configuration you mentioned, then I would consider it a bug as well.
Atleast, it was not the behaviour of rmail before the mbox merge.






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

* bug#2282: 23.0.90; rmail -- rmail-summary splits frame into three parts...
@ 2009-02-27  8:42 Alfred M. Szmidt
  0 siblings, 0 replies; 4+ messages in thread
From: Alfred M. Szmidt @ 2009-02-27  8:42 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: 2282

I have narrowed the problem down a bit, it seems to only happen when I
hook a external monitor to my laptop.

If I am on my laptop without a external monitor, everything works as
expected.  If I hook the external monitor, it gets the behaviour I
mentioned (three windows).

How can I go about debugging this?  I am guessing it has to do with
emacs' sframe splitting code where it calculates the size somehow, and
that gets messed up so it fails to split the frame correctly.






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

end of thread, other threads:[~2009-02-27  8:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-27  8:42 bug#2282: 23.0.90; rmail -- rmail-summary splits frame into three parts Alfred M. Szmidt
  -- strict thread matches above, loose matches on Subject: below --
2009-02-12 11:29 Alfred M. Szmidt
2009-02-11 11:17 Alfred M. Szmidt
2009-02-11 20:31 ` Eli Zaretskii

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).