[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Why does emacs look like xemacs?



Steve Juranich <sjuranic@crow.ee.washington.edu> 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 debian-user-request@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: