[2771] in Athena Bugs
emacs -g [geometry spec]
daemon@ATHENA.MIT.EDU (John E Elsbree (Athena Doc Staff))
Thu Aug 10 17:07:02 1989
To: bugs@ATHENA.MIT.EDU
Date: Thu, 10 Aug 89 17:06:39 EDT
From: John E Elsbree (Athena Doc Staff) <elsj@ATHENA.MIT.EDU>
I invoked emacs on VAX 6.3B with the following arguments:
emacs -g 80x50-0-0
The window appeared with the correct geometry, but two buffers were created,
named "-g" and "80x50-0-0". A similar thing happens when I try:
emacs -geom 80x50-0-0
However, when I try:
emacs -geometry 80x50-0-0
I get the right geometry, without the extra buffers.
- John