GNU bug report logs - #2204
23.0.90; minibuffer font and frame size

Previous Next

Package: emacs;

Reported by: "Marshall, Simon" <Simon.Marshall <at> misys.com>

Date: Thu, 5 Feb 2009 11:45:03 UTC

Severity: wishlist

Tags: unreproducible

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2204 in the body.
You can then email your comments to 2204 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2204; Package emacs. (Thu, 05 Feb 2009 11:45:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Marshall, Simon" <Simon.Marshall <at> misys.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Thu, 05 Feb 2009 11:45:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Marshall, Simon" <Simon.Marshall <at> misys.com>
To: <emacs-pretest-bug <at> gnu.org>
Subject: 23.0.90; minibuffer font and frame size
Date: Thu, 5 Feb 2009 11:35:38 -0000
[Message part 1 (text/plain, inline)]
Hi guys,

I've always used a separate minibuffer frame with a larger font.  With
Emacs 22, it correctly uses the larger font in the minibuffer, but sizes
the minibuffer frame according to the default smaller font.  As such,
descender letters are difficult to read in the minibuffer.  However, I
can use set-frame-font in the minibuffer with the larger font to force
Emacs 22 to resize the minibuffer frame (even though the font has not
actually changed).  Since I start Emacs rarely, I've grown to live with
it.  

With Emacs 23, cleverly, it does not resize the minibuffer frame if the
font has not changed.  This cleverness is unfortunate, since the size is
wrong.

Replace .emacs with:

(setq inhibit-startup-screen t)

(setq default-frame-alist
      '((width . 80) (height . 40)
	(minibuffer . nil)))

(setq initial-frame-alist
      '((width . 80) (height . 40)
	(minibuffer . nil)))

(setq minibuffer-frame-alist
      '((width . 100) (height . 1)
	(cursor-type . bar)
	(reverse . t)
	(font . "9x15bold")))

My Xresources include:

Emacs*font:     8x13bold

Start Emacs 22 without any flags.  In Emacs 22, the minibuffer comes up
with a 9x15bold font but sized for a 8x13bold font.  Oh well.  But I can
move my mouse into the minibuffer and do M-x set-frame-font RET 9x15bold
RET and the frame is redrawn with the correct size.  Yay!

Start Emacs 23 without any flags.  As before, the minibuffer comes up
with a 9x15bold font but sized for a 8x13bold font.  However, this time,
M-x set-frame-font RET 9x15bold RET has no effect.

I guess in Emacs 23 I can change the font away from 9x15bold and then
back again, but perhaps it would be possible to fix the underlying
problem or find some other solution?

In GNU Emacs 23.0.90.1 (sparc-sun-solaris2.8, Motif Version 2.1.0)
 of 2009-02-03 on risksun2
Windowing system distributor `Hummingbird Ltd.', version 11.0.100015
configured using `configure
'--x-includes=/usr/openwin/include:/usr/dt/include:/usr/local/include:/u
sr/local/X11/include'
'--x-libraries=/usr/openwin/lib:/usr/dt/lib:/usr/local/lib:/usr/local/X1
1/lib' '--with-x-toolkit=motif' '--with-jpeg=no' '--with-gif=no'
'--with-tiff=no''

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



"Misys" is the trade name for Misys plc (registered in England and Wales). Registration Number: 01360027. Registered office: One Kingdom Street, London W2 6BL, United Kingdom. For a list of Misys group operating companies please go to http://www.misys.com/corp/About_Us/misys_operating_companies.html. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and Misys plc. Please refer to the executed contract between you and the relevant member of the Misys group for the identity of the contracting party with which you are dealing. 
[Message part 2 (text/html, inline)]

Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#2204; Package emacs. (Sat, 07 Feb 2009 22:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Chong Yidong <cyd <at> stupidchicken.com>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sat, 07 Feb 2009 22:30:02 GMT) Full text and rfc822 format available.

Message #10 received at 2204 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Chong Yidong <cyd <at> stupidchicken.com>
To: "Marshall\, Simon" <Simon.Marshall <at> misys.com>
Cc: 2204 <at> debbugs.gnu.org
Subject: Re: 23.0.90; minibuffer font and frame size
Date: Sat, 07 Feb 2009 17:20:59 -0500
> I've always used a separate minibuffer frame with a larger font... it
> correctly uses the larger font in the minibuffer, but sizes the
> minibuffer frame according to the default smaller font.

This may be a Motif bug---with a GTK build on GNU/Linux and the .emacs
you supplied, the minibuffer frame is sized using the larger font.  I
don't have lots of time to work on this right now, so it would be
helpful if you could experiment different build configurations, and see
what makes the bug appear/disappear.  Thanks.




Tags added: unreproducible Request was from Chong Yidong <cyd <at> stupidchicken.com> to control <at> emacsbugs.donarmstrong.com. (Sun, 15 Mar 2009 18:10:04 GMT) Full text and rfc822 format available.

Severity set to `wishlist' from `normal' Request was from Glenn Morris <rgm <at> gnu.org> to control <at> emacsbugs.donarmstrong.com. (Mon, 16 Mar 2009 18:40:05 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#2204; Package emacs. (Sat, 28 Sep 2019 18:03:02 GMT) Full text and rfc822 format available.

Message #17 received at 2204 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Chong Yidong <cyd <at> stupidchicken.com>
Cc: "Marshall, Simon" <Simon.Marshall <at> misys.com>, 2204 <at> debbugs.gnu.org
Subject: Re: bug#2204: 23.0.90; minibuffer font and frame size
Date: Sat, 28 Sep 2019 20:02:53 +0200
Chong Yidong <cyd <at> stupidchicken.com> writes:

>> I've always used a separate minibuffer frame with a larger font... it
>> correctly uses the larger font in the minibuffer, but sizes the
>> minibuffer frame according to the default smaller font.
>
> This may be a Motif bug---with a GTK build on GNU/Linux and the .emacs
> you supplied, the minibuffer frame is sized using the larger font.  I
> don't have lots of time to work on this right now, so it would be
> helpful if you could experiment different build configurations, and see
> what makes the bug appear/disappear.  Thanks.

More information was requested, but no response was given within ten
years, so I'm closing this bug report.  If the problem still exists,
please reopen this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




bug closed, send any further explanations to 2204 <at> debbugs.gnu.org and "Marshall, Simon" <Simon.Marshall <at> misys.com> Request was from Lars Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 28 Sep 2019 18:04:01 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 27 Oct 2019 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 175 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.