From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Peter Westlake" Subject: Problem with keys not being mapped Date: Wed, 14 Jan 2009 13:46:26 +0000 Message-ID: <1231940786.27714.1294724509@webmail.messagingengine.com> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LN64r-0000CB-BZ for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 08:46:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LN64m-00009C-PG for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 08:46:36 -0500 Received: from [199.232.76.173] (port=39926 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LN64m-00008y-Ex for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 08:46:32 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:48587) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LN64m-000222-2Z for emacs-orgmode@gnu.org; Wed, 14 Jan 2009 08:46:32 -0500 Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id F3D4D210F21 for ; Wed, 14 Jan 2009 08:46:26 -0500 (EST) Content-Disposition: inline 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 Hello, I have just installed emacs-snapshot and the git version of org-mode on a new Debian machine (running Lenny), and a lot of C-c bindings are missing. For example, C-c a should be org-agenda, but is unbound. C-h m shows the right bindings. Here's .emacs: (add-to-list 'load-path "/usr/local/share/emacs/site-lisp") (add-to-list 'load-path "~/src/org-mode/contrib/lisp") (custom-set-variables ...etc... There is a file in org-agenda-files. Here's what happens on startup, from *Messages*: ("emacs") Loading 00debian-vars...done Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)... Skipping dictionaries-common setup for emacs-snapshot Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...done Loading /etc/emacs/site-start.d/50org-mode.el (source)...done For information about GNU Emacs and the GNU system, type C-h C-a. OVERVIEW org-agenda is on It doesn't mention /usr/local/share at all. Is that another bug, or the cause of this one? Peter.