unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Ulrich Neumerkel <ulrich@complang.tuwien.ac.at>
To: jan.h.d@swipnet.se, ulrich@complang.tuwien.ac.at
Cc: 4363-done@emacsbugs.donarmstrong.com, emacs-pretest-bug@gnu.org,
	4363@emacsbugs.donarmstrong.com
Subject: bug#4363: 23.1.50; fullscreen (-mode) almost fullscreen
Date: Tue, 22 Sep 2009 19:48:56 +0200	[thread overview]
Message-ID: <E1Mq9U0-00064t-Ey@a4.complang.tuwien.ac.at> (raw)
In-Reply-To: <4AB908EF.5000305@swipnet.se>

>Well, it is dependent on the screen resolution, the font used and the theme 
>used for the scroll bar.  Also, border or not is a matter of taste.

The border and scrollbar thing is definitely not matter of taste, if
you go fullscreen.  You want to use the full screen...  So anything
that disturbes here makes using Emacs more difficult.

>> "\n" Maybe padding is better put to the top or both.
>
>This is hard work for little gain.

The difference between being directly usable or needing
"customization".

>Qvwm probably don't support EWMH.  Programs like acroread use override 
>redirect to do fullscreen.  I am not willing to do that for Emacs, since if 
>anything goes wrong, you are stuck.

Qvwm on IGEL-X-Terminals is an old program indeed.  But there is no
option for upgrading.

Unfortunatly Emacs still needs "manual" customization going into
C-sources and guessing where those hints should be put.  That is not
everybody's turf.  I try to avoid that myself delaying upgrades by
years.  Last time I upgraded was 2002.  Everytime the relevant files
change a bit so it takes time to adjust.  I wonder how other people do
that.

At least some "better defined" way as simply patching sources manually
would be nice.  Maybe there is no need to put Motif hints by default.
But it would be very helpful to avoid any customization that goes
beyond .emacs.el editing.

>I'm not sure F11 is a common key for fullscreen.  I'll have to investigate 
>that first.

Under Gnome, under Windows.  Pretty everywhere it's F11.  This is what
I use now for Gnome:

(global-set-key [f11] 'toggle-fullscreen)

(defun toggle-fullscreen ()
  (interactive)
  (cond
   ((cdr-safe (assoc 'fullscreen (frame-parameters)))
    (set-frame-parameter () 'fullscreen nil))
   (t
    (set-frame-parameter () 'fullscreen 'fullboth))))





  reply	other threads:[~2009-09-22 17:48 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-06 22:01 bug#4363: 23.1.50; fullscreen (-mode) almost fullscreen Ulrich Neumerkel
2009-09-07  5:08 ` Jan Djärv
2009-09-07 13:08   ` Ulrich Neumerkel
2009-09-22 17:27     ` Jan Djärv
2009-09-22 17:48       ` Ulrich Neumerkel [this message]
2009-09-22 17:35 ` bug#4363: marked as done (23.1.50; fullscreen (-mode) almost fullscreen) Emacs bug Tracking System

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=E1Mq9U0-00064t-Ey@a4.complang.tuwien.ac.at \
    --to=ulrich@complang.tuwien.ac.at \
    --cc=4363-done@emacsbugs.donarmstrong.com \
    --cc=4363@emacsbugs.donarmstrong.com \
    --cc=emacs-pretest-bug@gnu.org \
    --cc=jan.h.d@swipnet.se \
    /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).