unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: Stephen Berman <Stephen.Berman@gmx.net>
Cc: emacs-devel@gnu.org
Subject: Re: describe-{function,variable} shrinks frame (GTK+/KDE)
Date: Sat, 17 Nov 2007 10:16:17 +0100	[thread overview]
Message-ID: <473EB161.2020003@gmx.at> (raw)
In-Reply-To: <876401dbee.fsf@escher.local.home>

 > This recipe isn't completely reliable: what seems to be constant are the
 > prior invocation of Info and unsplitting the windows between the
 > describe-* calls; otherwise, sometimes the shrinkage happens after the
 > first call to describe-{function,variable}, sometimes it takes several
 > iterations of steps 2.-5.  The function/variable names are examples,
 > probably any will do.  Once the shrinkage begins, it progresses with
 > subsequent describe-* calls.

Leaving an Emacs frame for some time unattended with

(defun foo ()
   (interactive)
   (while t
     (split-window)
     (when (zerop (logand (random) 1))
       (other-window 1))
     (sit-for 0.5)
     (if (zerop (logand (random) 1))
	(delete-window)
       (delete-other-windows))
     (sit-for 0.5)))

doesn't show the behavior (just to rule out more trivial causes like
window splitting / deleting)?

  reply	other threads:[~2007-11-17  9:16 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-16 23:21 describe-{function,variable} shrinks frame (GTK+/KDE) Stephen Berman
2007-11-17  9:16 ` martin rudalics [this message]
2007-11-17 23:42   ` Stephen Berman
2007-11-18  9:33     ` martin rudalics
2007-11-18 19:31       ` Stephen Berman
2007-11-18 22:21         ` martin rudalics
2007-11-19 13:53           ` Stephen Berman
2007-11-19 22:56             ` GTK+/KDE frame shrinking has to do with tool bar (was Re: describe-{function, variable} shrinks frame (GTK+/KDE)) Stephen Berman
2007-11-20  7:25               ` martin rudalics
2007-11-20  7:33               ` Jan Djärv
2007-11-20 19:48                 ` GTK+/KDE frame shrinking has to do with tool bar Stephen Berman
2007-11-17 23:30 ` describe-{function,variable} shrinks frame (GTK+/KDE) Richard Stallman
2007-11-18  0:39   ` Stephen Berman

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=473EB161.2020003@gmx.at \
    --to=rudalics@gmx.at \
    --cc=Stephen.Berman@gmx.net \
    --cc=emacs-devel@gnu.org \
    /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 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).