[3422] in Athena Bugs
an Emacs bug
daemon@ATHENA.MIT.EDU (dryfoo@ATHENA.MIT.EDU)
Fri Oct 13 15:41:04 1989
From: dryfoo@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Fri, 13 Oct 89 15:40:31 EDT
The Emacs man page includes the following:
-b pixels
Set the Emacs window's border width to the number of
pixels specified by pixels.
If I do this:
athena% emacs -b 5&
Then emacs comes up with no border, but with two files:
MR Buffer Size Mode File
-- ------ ---- ---- ----
. 5 0 Text /site/dryfoo/5
-b 0 Text /site/dryfoo/-b
*scratch* 0 Text
*Buffer List* 0 Buffer Menu
In other words, it's reading the borderwidth options as file names.
This is probably a wrong thing.