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: Tom Tromey <tromey@redhat.com>
Cc: emacs-pretest-bug@gnu.org
Subject: Re: fullcreen = fullboth yields undesirable behavior
Date: Sat, 22 Sep 2007 15:28:07 +0200	[thread overview]
Message-ID: <46F51867.4080101@swipnet.se> (raw)
In-Reply-To: <m3myvg5ago.fsf@fleche.redhat.com>

Fullscreen on Gnome is done as specified by the extended window manager hints. 
  Thst is, Emacs just tells the window manager, "make me 
fullscreen/height/width", and the windowmanager does what it sees fit.

However, you can request fullscreen or fullwidth+height.  These may be 
interpreted differently by the window manager, even if the spec says it should 
not.

Tom Tromey skrev:
> Please write in English if possible, because the Emacs maintainers
> usually do not have translators to read other languages for them.
> 
> Your bug report will be posted to the emacs-pretest-bug@gnu.org mailing list.
> 
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:
> 
> I recently wrote an elisp program which resized a frame using the size
> parameter 'fullscreen' with a value of 'fullboth'.
> 
> This resized the frame to fill the entire screen.  The window manager
> frame was not visible, and the Gnome panel was obscured.
> 
> Reading the docs, I can see how this is probably the planned behavior.
> However, I was expecting it to act more like maximizing the window
> using the window manager (where the window manager frame and the panel
> would remain visible).  I couldn't think of a situation where I would
> want the current behavior.
> 
> Gtk provides an API, gtk_window_maximize, which I think Emacs should
> use and which I think should provide my desired behavior.  If changing
> 'fullboth' is undesirable, perhaps a new value for 'fullscreen' could
> be added.

gtk_window_maximize does what Emacs already does.  It can't be used when Emacs 
is not compiled with Gtk+, so there is no point in doing so.

	Jan D.

  reply	other threads:[~2007-09-22 13:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-21 15:01 fullcreen = fullboth yields undesirable behavior Tom Tromey
2007-09-22 13:28 ` Jan Djärv [this message]
2007-09-22 13:56   ` Tom Tromey
2007-09-22 17:41     ` Henrik Enberg
2007-09-24  6:06       ` Jan Djärv
2007-09-24  7:02     ` Jan Djärv
2007-09-24 14:42       ` Tom Tromey

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=46F51867.4080101@swipnet.se \
    --to=jan.h.d@swipnet.se \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=tromey@redhat.com \
    /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.