JS <[EMAIL PROTECTED]> writes: > I would like to be able to start a shell and type something like: > > emacs 100 100 > > press enter and then emacs should have size 100x100. > > It should not be permanent. > > When I write emacs 100 100 it start emacs with to new files so I guess that > I have to type something else.
emacs -geometry 100x100 It's specified in characters (columnsxlines). -- __Pascal Bourguignon__ http://www.informatimago.com/ You never feed me. Perhaps I'll sleep on your face. That will sure show you. _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
