From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Riley Subject: Re: [off-topic] emacs23 or emacs-snapshot-gtk (Ubuntu) Date: Mon, 26 Oct 2009 19:35:10 +0100 Message-ID: References: <1e5bcefd0910261102i4752e9d3r4702060b4a67331@mail.gmail.com> <4AE5E846.5020902@manor-farm.org> 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 1N2UUG-00009x-D7 for emacs-orgmode@gnu.org; Mon, 26 Oct 2009 14:40:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1N2UUC-00008w-Ss for emacs-orgmode@gnu.org; Mon, 26 Oct 2009 14:40:12 -0400 Received: from [199.232.76.173] (port=42652 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1N2UUC-00008t-Q2 for emacs-orgmode@gnu.org; Mon, 26 Oct 2009 14:40:08 -0400 Received: from lo.gmane.org ([80.91.229.12]:40771) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1N2UUC-0003zY-1R for emacs-orgmode@gnu.org; Mon, 26 Oct 2009 14:40:08 -0400 Received: from list by lo.gmane.org with local (Exim 4.50) id 1N2UU7-0000E8-CX for emacs-orgmode@gnu.org; Mon, 26 Oct 2009 19:40:03 +0100 Received: from 85.183.18.158 ([85.183.18.158]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Oct 2009 19:40:03 +0100 Received: from rileyrgdev by 85.183.18.158 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 26 Oct 2009 19:40:03 +0100 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: emacs-orgmode@gnu.org Ian Barton writes: >> I have been using the emacs-snapshot package for a long time, since the >> era of Ubuntu 7.04, and it worked fine and I got all the latest versions >> of emacs with it. Now, I just installed 9.10 from scratch, and when I >> search for emacs on apt-cache, I get the following relevant packages: >> >> * emacs23 >> * emacs-snapshot-gtk >> >> The emacs-version for emacs23 returns: >> >> "GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.2) of >> 2009-10-15 on yellow, modified by Debian" >> >> For emacs-snapshot-gtk, I get: >> >> "GNU Emacs 23.1.50.1 (x86_64-pc-linux-gnu, GTK+ Version 2.18.0) of >> 2009-09-27 on crested, modified by Debian" >> >> Which one would be the most recent version (or better package to use)? >> > I had some problems using emacs23 in Karmic. Several errors loading my > .emacs and a non functional emacs-lisp menu. Using the ppa from > https://launchpad.net/~ubuntu-elisp/+archive/ppa everything works as > expected using the same .emacs. > > Ian. > > _______________________________________________ > Emacs-orgmode mailing list > Remember: use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > This fixes the missing menus for me: #!/bin/bash # edit export GDK_NATIVE_WINDOWS=1 emacsclient --alternate-editor="" -c $@