Steve Juranich <[EMAIL PROTECTED]> writes: > I'm still in the process of putting stuff back together the way it was before > my upgrade. I just fired up emacs and I get all of this button and toolbar > crap that I have no desire for. First question: Why's it there? Second > question: How do I get rid of it.
Probably because you installed Emacs 21, which has more "modern" GUI-features. To get rid of the toolbar do either (tool-bar-mode -1) in .emacs or `Emacs.toolBar: 0' in .Xresources The menubar can be remivet with (menu-bar-mode -1) in .emacs or `Emacs.menuBar: off' in .Xresources -- I acted to show my love for Jodie Foster. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

