unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#3643: minibuffer beyond end of screen in emacs23
@ 2009-06-21 20:50 jidanni
  0 siblings, 0 replies; 8+ messages in thread
From: jidanni @ 2009-06-21 20:50 UTC (permalink / raw)
  To: bug-gnu-emacs

Can you believe with emacs23, the first time user doing
$ emacs
will get an emacs with the minibuffer inaccessible off the user's
monitor?!

That's right, all he needs is a laptop as regular sized as the one Dr. Stallman
carries around, AND he uses X-windows.

Try this test in emacs23
$ xrdb /dev/null
$ seq 222 > /tmp/v
$ emacs -Q /tmp/v # minibuffer inaccessible off the user's monitor, same with -q
$ emacs -Q -eval '(tool-bar-mode 0)' /tmp/v # needed for emacs23

On my monitor, the file is shown with the bottom line being emacs22: 38,
emacs23: 36.

The problem is with emacs23 the minibuffer is inaccessible, beyond the
bottom.

Apparently developers never tested on anything less than long luxurious
screens or used icewm or something.

emacs-version "23.0.94.1"






^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#3643: minibuffer beyond end of screen in emacs23
@ 2009-06-22 20:02 Chong Yidong
  2009-06-22 21:39 ` jidanni
  2009-06-27  1:31 ` Stefan Monnier
  0 siblings, 2 replies; 8+ messages in thread
From: Chong Yidong @ 2009-06-22 20:02 UTC (permalink / raw)
  To: jidanni; +Cc: 3643

> Can you believe with emacs23, the first time user doing
> $ emacs
> will get an emacs with the minibuffer inaccessible off the user's
> monitor?!

Nowhere in your bug report do you mention the screen resolution you're
using, nor any other details that will help diagnose the problem.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#3643: minibuffer beyond end of screen in emacs23
  2009-06-22 20:02 Chong Yidong
@ 2009-06-22 21:39 ` jidanni
  2009-06-27  1:31 ` Stefan Monnier
  1 sibling, 0 replies; 8+ messages in thread
From: jidanni @ 2009-06-22 21:39 UTC (permalink / raw)
  To: cyd; +Cc: 3643

>> Can you believe with emacs23, the first time user doing
>> $ emacs
>> will get an emacs with the minibuffer inaccessible off the user's
>> monitor?!

CY> Nowhere in your bug report do you mention the screen resolution you're
CY> using, nor any other details that will help diagnose the problem.

Sorry. I thought checking at common resolutions like 1024x768 would
reproduce the problem.





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#3643: minibuffer beyond end of screen in emacs23
  2009-06-22 20:02 Chong Yidong
  2009-06-22 21:39 ` jidanni
@ 2009-06-27  1:31 ` Stefan Monnier
  2009-06-27 23:58   ` jidanni
  1 sibling, 1 reply; 8+ messages in thread
From: Stefan Monnier @ 2009-06-27  1:31 UTC (permalink / raw)
  To: Chong Yidong; +Cc: 3643, jidanni

>> Can you believe with emacs23, the first time user doing
>> $ emacs
>> will get an emacs with the minibuffer inaccessible off the user's
>> monitor?!

> Nowhere in your bug report do you mention the screen resolution you're
> using, nor any other details that will help diagnose the problem.

Actually he did say it, in a Jidanni-way:

   ...a laptop as regular sized as the one Dr. Stallman carries around...

IIUC Richard's Lemote Yeeloong's netbook uses a standard 1024x600
display (same as the one I have on the MSI Wind on which I'm typing
this).


        Stefan





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#3643: minibuffer beyond end of screen in emacs23
  2009-06-27  1:31 ` Stefan Monnier
@ 2009-06-27 23:58   ` jidanni
  0 siblings, 0 replies; 8+ messages in thread
From: jidanni @ 2009-06-27 23:58 UTC (permalink / raw)
  To: monnier; +Cc: cyd, 3643

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

> Can you believe with emacs23, the first time user doing
> $ emacs
> will get an emacs with the minibuffer inaccessible off the user's
> monitor?!

Proof at 1024x768:

[-- Attachment #2: off of screen --]
[-- Type: image/png, Size: 68148 bytes --]

[-- Attachment #3: Type: text/plain, Size: 26 bytes --]

emacs-version "23.0.95.1"

^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#3643: minibuffer beyond end of screen in emacs23
       [not found] <jwv4otx1nb5.fsf-monnier+emacsbugreports@gnu.org>
@ 2009-06-30 21:23 ` jidanni
  0 siblings, 0 replies; 8+ messages in thread
From: jidanni @ 2009-06-30 21:23 UTC (permalink / raw)
  To: monnier; +Cc: 3643

>>>>> "SM" == Stefan Monnier <monnier@iro.umontreal.ca> writes:
>> Say did
>> $ emacs
>> extend beyond the screen for you too?
SM> I think so, yes, tho with my window manager (ctwm) I get to resize at
SM> the same time as the frame is created (actually, placed), and with my
SM> default config (small fonts, no menubar, no toolbar) the problem
SM> doesn't appear.
I used xdm->icewm for a user with no dotfiles on 1024x768 to reproduce
the bug, which is surely "the size of the bed emacs ordered for himself
did not include his hat (toolbar), that he likes to wear. That is why
his feet busted through the end boards (and went off the screen)".





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#3643: minibuffer beyond end of screen in emacs23
@ 2009-10-23 16:06 Chong Yidong
  2009-10-23 19:31 ` jidanni
  0 siblings, 1 reply; 8+ messages in thread
From: Chong Yidong @ 2009-10-23 16:06 UTC (permalink / raw)
  To: jidanni; +Cc: 3643

Do you still see this problem with latest Emacs from CVS trunk?





^ permalink raw reply	[flat|nested] 8+ messages in thread

* bug#3643: minibuffer beyond end of screen in emacs23
  2009-10-23 16:06 bug#3643: minibuffer beyond end of screen in emacs23 Chong Yidong
@ 2009-10-23 19:31 ` jidanni
  0 siblings, 0 replies; 8+ messages in thread
From: jidanni @ 2009-10-23 19:31 UTC (permalink / raw)
  To: cyd; +Cc: 3643

>>>>> "CY" == Chong Yidong <cyd@stupidchicken.com> writes:
CY> Do you still see this problem with latest Emacs from CVS trunk?
Yes, happens still in this version:
--- Changes for emacs-snapshot (emacs-snapshot-common emacs-snapshot-el emacs-snapshot-bin-common emacs-snapshot) ---
emacs-snapshot (1:20091023-1) unstable; urgency=low

  * New snapshot.

 -- Romain Francoise <rfrancoise@debian.org>  Fri, 23 Oct 2009 18:52:51 +0200





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-10-23 19:31 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-10-23 16:06 bug#3643: minibuffer beyond end of screen in emacs23 Chong Yidong
2009-10-23 19:31 ` jidanni
     [not found] <jwv4otx1nb5.fsf-monnier+emacsbugreports@gnu.org>
2009-06-30 21:23 ` jidanni
  -- strict thread matches above, loose matches on Subject: below --
2009-06-22 20:02 Chong Yidong
2009-06-22 21:39 ` jidanni
2009-06-27  1:31 ` Stefan Monnier
2009-06-27 23:58   ` jidanni
2009-06-21 20:50 jidanni

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).