From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: despen@verizon.net Newsgroups: gmane.emacs.help Subject: Re: Emacs starter kit - disabled menus Date: Fri, 29 Apr 2011 19:14:14 -0400 Organization: A noiseless patient Spider Message-ID: References: <99243b09-b7c7-4df8-86d8-cde177561121@x8g2000prh.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1306268279 15705 80.91.229.12 (24 May 2011 20:17:59 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 24 May 2011 20:17:59 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 24 22:17:56 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QOy39-0003Wq-KU for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 22:17:55 +0200 Original-Received: from localhost ([::1]:46236 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QOy39-0001t0-3I for geh-help-gnu-emacs@m.gmane.org; Tue, 24 May 2011 16:17:55 -0400 Original-Path: usenet.stanford.edu!news.glorb.com!feeder.erje.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 33 Injection-Info: mx01.eternal-september.org; posting-host="jHG/q4CDuHQ12inYDCpZIQ"; logging-data="11354"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/SjGt5t3Fobrk+4X23UCDVcwXoVyKGmY8=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:zi5tU6HI1I2Ig+mogibbD4XW+Ig= sha1:83qkAQepO36ge8ZmX42L4fI7Pzg= Original-Xref: usenet.stanford.edu gnu.emacs.help:186749 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:81105 Archived-At: Marco Parrone writes: > flebber writes: > >> I decided to use emacs starter kit to get myself using emacs rather >> than just trying to configure it. However after installing the emacs >> starter kit all the menu's are gone, is there anyway to reinstate the >> menu's? >> >> Sayth > > If you find some code like: > (menu-bar-mode -1) > (tool-bar-mode -1) > (scroll-bar-mode -1) > > then delete it. > > Else add this at the bottom of you ~/.emacs : > (menu-bar-mode) > (tool-bar-mode) > (scroll-bar-mode) > > I agree with the advice of Stefan anyway. Me too. There's way too much stuff in there for it to called a "starter package". If I read that stuff right, C-F10 toggles the menubar. Strangely, that's the same key binding I use.