From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benjamin Andresen Subject: Re: Emacs23 Menus "Org" and "Tbl" empty Date: Tue, 06 Oct 2009 17:16:47 +0200 Message-ID: <871vlgpn6o.fsf@in-ulm.de> References: <4ACB59A2.9000303@nassur.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MvBnR-0005oU-Ku for emacs-orgmode@gnu.org; Tue, 06 Oct 2009 11:17:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MvBnN-0005j3-4X for emacs-orgmode@gnu.org; Tue, 06 Oct 2009 11:17:49 -0400 Received: from [199.232.76.173] (port=41622 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MvBnM-0005iy-U2 for emacs-orgmode@gnu.org; Tue, 06 Oct 2009 11:17:44 -0400 Received: from mail.in-ulm.de ([217.10.8.10]:37270) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MvBnM-0002xi-4p for emacs-orgmode@gnu.org; Tue, 06 Oct 2009 11:17:44 -0400 In-Reply-To: <4ACB59A2.9000303@nassur.net> (e. waelde's message of "Tue, 06 Oct 2009 16:52:18 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "e.waelde" Cc: emacs-orgmode@gnu.org Hey Erich, "e.waelde" writes: > Hello, > > I noticed today that the pulldown menus "Org" and "Tbl" remain > empty, even though org mode is loaded and all functions can be > called by "M-x org-...". > Any hints where to look? Might be a shot in the dark, but: (Only applicable if you use the gtk version of Emacs) gtk 2.18 changed a few things but gtk 2.16 should work from the get-go. http://library.gnome.org/devel/gtk/unstable/gtk-migrating-ClientSideWindows.html There you can see that you could try exporting GDK_NATIVE_WINDOWS=1 before running emacs and see if that fixes things. HTH, benny