GNU bug report logs - #3988
23.1; Emacs window clipped on OS X

Previous Next

Package: emacs;

Reported by: Josiah Schwab <jschwab <at> MIT.EDU>

Date: Fri, 31 Jul 2009 05:25:06 UTC

Severity: normal

Done: Alan Third <alan <at> idiocy.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 3988 in the body.
You can then email your comments to 3988 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#3988; Package emacs. (Fri, 31 Jul 2009 05:25:07 GMT) Full text and rfc822 format available.

Acknowledgement sent to Josiah Schwab <jschwab <at> MIT.EDU>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Fri, 31 Jul 2009 05:25:07 GMT) Full text and rfc822 format available.

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

From: Josiah Schwab <jschwab <at> MIT.EDU>
To: bug-gnu-emacs <at> gnu.org
Subject: 23.1; Emacs window clipped on OS X
Date: Fri, 31 Jul 2009 01:07:29 -0400
The minibuffer appears cutoff when starting Emacs.
See http://web.mit.edu/jschwab/Public/emacs_bug.png

Steps to reproduce:

1) Have emacs change the default font on startup
My .emacs:
(set-default-font "-Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70- 
ISO8859-1")

2) Start emacs
   - The window is initially very large, larger than the screen.
   Note: If one does not set the default font to something smaller,  
the minibuffer does not appear at all as it is off the bottom of the  
screen.
   - The window quickly resizes to use the smaller font
   BUG: The minibuffer in the resized window is partially cut off


Josiah Schwab



In GNU Emacs 23.1.1 (i386-apple-darwin9.7.1, X toolkit)
 of 2009-07-30 on NORTHWEST-THIRTYFIVE-FOUR-TWENTY-FIVE.MIT.EDU
Windowing system distributor `The X.Org Foundation', version  
11.0.10402000
configured using `configure  '--with-x''

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: en_US.UTF-8
  value of $XMODIFIERS: nil
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  tool-bar-mode: t
  mouse-wheel-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<help-echo> <help-echo> <help-echo> <escape> x r e
p <tab> o <tab> r <tab> <return>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Making completion list... [2 times]




bug reassigned from package 'emacs' to 'emacs,ns'. Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 17 Sep 2011 07:04:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#3988; Package emacs. (Sun, 06 Mar 2016 06:41:02 GMT) Full text and rfc822 format available.

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

From: Hagmonk <hagmonk <at> icloud.com>
To: 3988 <at> debbugs.gnu.org
Subject: bug#3988: 23.1; Emacs window clipped on OS X
Date: Sat, 05 Mar 2016 20:05:14 -0800
I’m unable to reproduce this bug using Emacs 25.0.92.2 on OS X 10.11.3.

% cat /tmp/foo.el
(set-default-font "-Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70-ISO8859-1”)
% ./nextstep/Emacs.app/Contents/MacOS/Emacs -Q --load /tmp/foo.el

The window comes up at the right size, and the mini buffer is not cut off.






Reply sent to Alan Third <alan <at> idiocy.org>:
You have taken responsibility. (Sun, 20 Mar 2016 15:39:02 GMT) Full text and rfc822 format available.

Notification sent to Josiah Schwab <jschwab <at> MIT.EDU>:
bug acknowledged by developer. (Sun, 20 Mar 2016 15:39:02 GMT) Full text and rfc822 format available.

Message #15 received at 3988-done <at> debbugs.gnu.org (full text, mbox):

From: Alan Third <alan <at> idiocy.org>
To: Josiah Schwab <jschwab <at> MIT.EDU>
Cc: 3988-done <at> debbugs.gnu.org, Hagmonk <hagmonk <at> icloud.com>
Subject: Re: bug#3988: 23.1; Emacs window clipped on OS X
Date: Sun, 20 Mar 2016 15:38:22 +0000
Josiah Schwab <jschwab <at> MIT.EDU> writes:

> The minibuffer appears cutoff when starting Emacs.
> See http://web.mit.edu/jschwab/Public/emacs_bug.png
>
> Steps to reproduce:
>
> 1) Have emacs change the default font on startup
> My .emacs:
> (set-default-font "-Adobe-Courier-Medium-R-Normal--12-120-75-75-M-70- 
> ISO8859-1")
>
> 2) Start emacs
>    - The window is initially very large, larger than the screen.
>    Note: If one does not set the default font to something smaller,
> the minibuffer does not appear at all as it is off the bottom of the
> screen.
>    - The window quickly resizes to use the smaller font
>    BUG: The minibuffer in the resized window is partially cut off

Hi, sorry it's taken so long for us to respond to this bug report.

We're unable to reproduce it and believe it has probably been fixed some
time since you reported it. I'm going to close it, but if you're still
seeing the problem, please get back to us.

-- 
Alan Third




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 18 Apr 2016 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 9 years and 65 days ago.

Previous Next


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