From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Davey Newsgroups: gmane.emacs.help Subject: Re: starter kit settings Date: Sun, 2 Oct 2011 16:24:32 -0400 Message-ID: References: <25D702BF-F974-43D9-AC4C-DB396C356AE6@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1317587086 10295 80.91.229.12 (2 Oct 2011 20:24:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 2 Oct 2011 20:24:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 02 22:24:42 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 1RASaV-00068t-HX for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Oct 2011 22:24:39 +0200 Original-Received: from localhost ([::1]:59413 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RASaV-0000eG-1J for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Oct 2011 16:24:39 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:47003) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RASaQ-0000dy-Ex for help-gnu-emacs@gnu.org; Sun, 02 Oct 2011 16:24:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RASaP-0001Sy-F0 for help-gnu-emacs@gnu.org; Sun, 02 Oct 2011 16:24:34 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:49287) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RASaP-0001Sq-9D for help-gnu-emacs@gnu.org; Sun, 02 Oct 2011 16:24:33 -0400 Original-Received: by iaen33 with SMTP id n33so5566280iae.0 for ; Sun, 02 Oct 2011 13:24:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=BxplWPuprIaVe33DP7rmU6DOtR1ZL5VM+6hpoGaa3KE=; b=JHM1qr/3t3cgzfvspFUrlc2VkO0UhBkxiafqfqVso2MrrIe1LvciI6308uxLO8m9qo bKF0wL+GA5cWp1Lu+j7KFLBRUsS89woNQSEBlOuzEa03u0GIvjuWxmyvIC1pRDlFv9oE +rjeXEg9j8xp1onOKc2RcKiCJW0vCojuYeWPI= Original-Received: by 10.231.25.210 with SMTP id a18mr14586338ibc.31.1317587072247; Sun, 02 Oct 2011 13:24:32 -0700 (PDT) Original-Received: by 10.231.67.6 with HTTP; Sun, 2 Oct 2011 13:24:32 -0700 (PDT) In-Reply-To: <25D702BF-F974-43D9-AC4C-DB396C356AE6@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:82401 Archived-At: On Wed, Sep 28, 2011 at 9:34 PM, Lachlan Deck wrote: > Is there a way to fix this or restore the default functionality of eclipse for this particular feature > such that the menu items pop up in a buffer for easy selection? Yes, there is a way to restore Emacs's default behavior. Add the following function to one of your own startup files. It reverses the change made by the ESK: (menu-bar-mode t) If you are using ESK 2.0.x, the most logical startup file will probably be ~/.emacs.d/ldeck.el (if your user name is ldeck). When Emacs starts, the ESK 2.0 automatically evaluates an elisp file named for the current user in ~/.emacs.d. Regards, Tom Davey -- Tom Davey tom@tomdavey.com New York NY USA