unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* Emacs 22.1 on Windows XP
@ 2007-08-13 19:03 Don Scorgie
  2007-08-13 21:52 ` Jason Rumney
  2007-08-14  0:28 ` Richard Stallman
  0 siblings, 2 replies; 6+ messages in thread
From: Don Scorgie @ 2007-08-13 19:03 UTC (permalink / raw)
  To: bug-gnu-emacs

Hi,

At work, I use Emacs 22.1 on a Windows XP system [1].  I have a vertical
panel.

When I maximise emacs (using the button in the top-right), it doesn't
behave like a maximised window, instead it behaves as if the window has
been resized to fill the screen (somewhat)

Some of the behaviour witnessed:
 * It is possible to move the window around like a normal window.  Other
windows can act like this, but have a little resistance to moving them.
Emacs doesn't.
 * Sometimes, it seems the window misjudges the size of the desktop and
position of the toolbar.  This normally results in the window having a
small gap at the bottom of the screen, showing the background and some
of the window getting hidden behind the panel
 * When minimising and returning (or switching virtual desktop [2]), the
emacs window resizes itself to pretty random sizes.

Hope (any of) this is useful.  If you need any further info, please let
me know and I'll try and help.

Thanks
Don

[1] It's for a good cause, honest.
[2] Using either Virtual Dimension
(http://virt-dimension.sourceforge.net/) or the microsoft virtual
desktop thing that's part of their PowerToys.  Hey, if I'm stuck using
Windows, I've got to have some UNIX comforts ;)

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

* Re: Emacs 22.1 on Windows XP
  2007-08-13 19:03 Emacs 22.1 on Windows XP Don Scorgie
@ 2007-08-13 21:52 ` Jason Rumney
  2007-08-13 22:27   ` Lennart Borgman (gmail)
  2007-08-14 16:06   ` Richard Stallman
  2007-08-14  0:28 ` Richard Stallman
  1 sibling, 2 replies; 6+ messages in thread
From: Jason Rumney @ 2007-08-13 21:52 UTC (permalink / raw)
  To: Don; +Cc: bug-gnu-emacs

Don Scorgie wrote:
> When I maximise emacs (using the button in the top-right), it doesn't
> behave like a maximised window, instead it behaves as if the window has
> been resized to fill the screen (somewhat)
>   
Currently Emacs has a restriction that its frames must be an integer
number of characters (in the default face) wide and high. So true
maximization is not possible.

>  * Sometimes, it seems the window misjudges the size of the desktop and
> position of the toolbar.  This normally results in the window having a
> small gap at the bottom of the screen, showing the background and some
> of the window getting hidden behind the panel
>   

There have been changes since 22.1 which might improve this.

>  * When minimising and returning (or switching virtual desktop [2]), the
> emacs window resizes itself to pretty random sizes.
>   

I don't see this. But it might have been fixed by the same changes as above.

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

* Re: Emacs 22.1 on Windows XP
  2007-08-13 21:52 ` Jason Rumney
@ 2007-08-13 22:27   ` Lennart Borgman (gmail)
  2007-08-14 16:06   ` Richard Stallman
  1 sibling, 0 replies; 6+ messages in thread
From: Lennart Borgman (gmail) @ 2007-08-13 22:27 UTC (permalink / raw)
  To: Don; +Cc: bug-gnu-emacs

Jason Rumney wrote:
> Don Scorgie wrote:
>> When I maximise emacs (using the button in the top-right), it doesn't
>> behave like a maximised window, instead it behaves as if the window has
>> been resized to fill the screen (somewhat)
>>   
> Currently Emacs has a restriction that its frames must be an integer
> number of characters (in the default face) wide and high. So true
> maximization is not possible.

The patched version of EmacsW32 (see EmacsWiki.org for more information) 
allows maximization. There are some minor glitches, but I have seen no 
big trouble with it.

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

* Re: Emacs 22.1 on Windows XP
  2007-08-13 19:03 Emacs 22.1 on Windows XP Don Scorgie
  2007-08-13 21:52 ` Jason Rumney
@ 2007-08-14  0:28 ` Richard Stallman
  1 sibling, 0 replies; 6+ messages in thread
From: Richard Stallman @ 2007-08-14  0:28 UTC (permalink / raw)
  To: Don; +Cc: bug-gnu-emacs

    At work, I use Emacs 22.1 on a Windows XP system [1].

    [1] It's for a good cause, honest.

Unless you're writing a free replacement for Windows,
you really ought to stop using it.

However, I hope the people who maintain Emacs on Windows
will look at your bug report.

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

* Re: Emacs 22.1 on Windows XP
  2007-08-13 21:52 ` Jason Rumney
  2007-08-13 22:27   ` Lennart Borgman (gmail)
@ 2007-08-14 16:06   ` Richard Stallman
  2007-08-14 16:17     ` Lennart Borgman (gmail)
  1 sibling, 1 reply; 6+ messages in thread
From: Richard Stallman @ 2007-08-14 16:06 UTC (permalink / raw)
  To: Jason Rumney; +Cc: Don, bug-gnu-emacs

    > When I maximise emacs (using the button in the top-right), it doesn't
    > behave like a maximised window, instead it behaves as if the window has
    > been resized to fill the screen (somewhat)
    >   
    Currently Emacs has a restriction that its frames must be an integer
    number of characters (in the default face) wide and high. So true
    maximization is not possible.

We would like someone to remove this limitation in general.
Not just for the purpose of maximizing the frame.

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

* Re: Emacs 22.1 on Windows XP
  2007-08-14 16:06   ` Richard Stallman
@ 2007-08-14 16:17     ` Lennart Borgman (gmail)
  0 siblings, 0 replies; 6+ messages in thread
From: Lennart Borgman (gmail) @ 2007-08-14 16:17 UTC (permalink / raw)
  To: rms; +Cc: Don, bug-gnu-emacs

Richard Stallman wrote:
>     > When I maximise emacs (using the button in the top-right), it doesn't
>     > behave like a maximised window, instead it behaves as if the window has
>     > been resized to fill the screen (somewhat)
>     >   
>     Currently Emacs has a restriction that its frames must be an integer
>     number of characters (in the default face) wide and high. So true
>     maximization is not possible.
> 
> We would like someone to remove this limitation in general.
> Not just for the purpose of maximizing the frame.


FYI: I think when we last wrote about it that Kim said he was not sure
that everything in the display code was ready for this yet.

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

end of thread, other threads:[~2007-08-14 16:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13 19:03 Emacs 22.1 on Windows XP Don Scorgie
2007-08-13 21:52 ` Jason Rumney
2007-08-13 22:27   ` Lennart Borgman (gmail)
2007-08-14 16:06   ` Richard Stallman
2007-08-14 16:17     ` Lennart Borgman (gmail)
2007-08-14  0:28 ` Richard Stallman

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