unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
To: martin rudalics <rudalics@gmx.at>
Cc: 5268@debbugs.gnu.org
Subject: bug#5268: 23.1.90; # of rows/columns not adjusted by change of internal-border-width	for fullscreen frames
Date: Sat, 26 Dec 2009 09:22:22 +0900	[thread overview]
Message-ID: <wl8wcqzirl.wl%mituharu@math.s.chiba-u.ac.jp> (raw)
In-Reply-To: <4B34A167.7000407@gmx.at>

>>>>> On Fri, 25 Dec 2009 12:26:31 +0100, martin rudalics <rudalics@gmx.at> said:

>> 2. (set-frame-parameter nil 'fullscreen 'fullboth) C-j
>> 3. (set-frame-parameter nil 'internal-border-width 30) C-j
>> 
>> Result:
>> 
>> The echo area does not fit in the screen and becomes invisible.
>> The number of rows/columns seems to be unchanged by Step 3.

> I suppose that's by intention.  If I do

> (set-frame-parameter nil 'internal-border-width 0)

> afterwards, the frame shrinks (probably in order to keep the number of
> lines and columns constant).  Fullscreen mode is inherently incompatible
> with the "keep the number of lines/columns constant" paradigm permeating
> many of the frame and font size handling routines.

In the case of the `font' frame parameter, it does the adjustment of
the number of rows/columns on its change.

  1. emacs -Q
  2. (set-frame-parameter nil 'fullscreen 'fullboth) C-j
  3. (frame-parameter nil 'width) C-j	[which gives 176 for me]
  4. (set-frame-parameter nil 'font "-*-courier-*--20-*") C-j
  5. (frame-parameter nil 'width) C-j	[which gives 112 for me]

So I think the reported issue was simply overlooked rather than by
intention.

				     YAMAMOTO Mitsuharu
				mituharu@math.s.chiba-u.ac.jp






  reply	other threads:[~2009-12-26  0:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-25  1:03 bug#5268: 23.1.90; # of rows/columns not adjusted by change of internal-border-width for fullscreen frames YAMAMOTO Mitsuharu
2009-12-25 11:26 ` martin rudalics
2009-12-26  0:22   ` YAMAMOTO Mitsuharu [this message]
2009-12-26  8:55     ` martin rudalics
2009-12-27  4:09       ` YAMAMOTO Mitsuharu
2009-12-27 11:02         ` martin rudalics
2009-12-28  0:51           ` YAMAMOTO Mitsuharu

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=wl8wcqzirl.wl%mituharu@math.s.chiba-u.ac.jp \
    --to=mituharu@math.s.chiba-u.ac.jp \
    --cc=5268@debbugs.gnu.org \
    --cc=rudalics@gmx.at \
    /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).