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
  2009-12-02  3:15   ` bug#2282: marked as done (23.0.90; rmail -- rmail-summary splits frame into three parts...) Emacs bug Tracking System
  0 siblings, 2 replies; 5+ 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] 5+ messages in thread

* bug#2282: 23.0.90; rmail -- rmail-summary splits frame into three parts...
  2009-02-11 11:17 ` bug#2282: 23.0.90; rmail -- rmail-summary splits frame into three parts Alfred M. Szmidt
@ 2009-02-11 20:31   ` Eli Zaretskii
  2009-12-02  3:15   ` bug#2282: marked as done (23.0.90; rmail -- rmail-summary splits frame into three parts...) Emacs bug Tracking System
  1 sibling, 0 replies; 5+ 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] 5+ 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; 5+ 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] 5+ 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; 5+ 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] 5+ messages in thread

* bug#2282: marked as done (23.0.90; rmail -- rmail-summary splits frame into three parts...)
  2009-02-11 11:17 ` bug#2282: 23.0.90; rmail -- rmail-summary splits frame into three parts Alfred M. Szmidt
  2009-02-11 20:31   ` Eli Zaretskii
@ 2009-12-02  3:15   ` Emacs bug Tracking System
  1 sibling, 0 replies; 5+ messages in thread
From: Emacs bug Tracking System @ 2009-12-02  3:15 UTC (permalink / raw)
  To: Glenn Morris

[-- Attachment #1: Type: text/plain, Size: 907 bytes --]

Your message dated Tue, 01 Dec 2009 22:05:34 -0500
with message-id <5qeinecby9.fsf@fencepost.gnu.org>
and subject line Re: bug#2282: rmail-summary splits frame into three parts
has caused the Emacs bug report #2282,
regarding 23.0.90; rmail -- rmail-summary splits frame into three parts...
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2282: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2282
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3712 bytes --]

From: "Alfred M\. Szmidt" <ams@gnu.org>
To: emacs-pretest-bug@gnu.org
Subject: 23.0.90; rmail -- rmail-summary splits frame into three parts...
Date: Wed, 11 Feb 2009 12:17:58 +0100
Message-ID: <1234351078.506997.20356.nullmailer@beryx.hq.kred>

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...



[-- Attachment #3: Type: message/rfc822, Size: 1748 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 2282-done@emacsbugs.donarmstrong.com
Subject: Re: bug#2282: rmail-summary splits frame into three parts
Date: Tue, 01 Dec 2009 22:05:34 -0500
Message-ID: <5qeinecby9.fsf@fencepost.gnu.org>


  * mail/rmail.el (rmail-pop-to-buffer): New function.  (Bug#2282)
  (rmail-select-summary): Use rmail-pop-to-buffer.
  * mail/rmailsum.el: Replace all pop-to-buffer calls with
  rmail-pop-to-buffer, to prevent horizontal splits.

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

end of thread, other threads:[~2009-12-02  3:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <5qeinecby9.fsf@fencepost.gnu.org>
2009-02-11 11:17 ` bug#2282: 23.0.90; rmail -- rmail-summary splits frame into three parts Alfred M. Szmidt
2009-02-11 20:31   ` Eli Zaretskii
2009-12-02  3:15   ` bug#2282: marked as done (23.0.90; rmail -- rmail-summary splits frame into three parts...) Emacs bug Tracking System
2009-02-12 11:29 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-27  8:42 Alfred M. Szmidt

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).