From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Kowalczyk Subject: lisp/org-agenda.el:33:1:Error: Key sequence C-c C-x m g starts with non-prefix key C-c C-x m Date: Thu, 17 Sep 2009 05:23:24 -0700 (PDT) Message-ID: <549862.89867.qm@web63408.mail.re1.yahoo.com> 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 1MoG1K-0001HQ-8n for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 08:23:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoG1F-0001F6-Pt for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 08:23:29 -0400 Received: from [199.232.76.173] (port=55962 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoG1F-0001F3-Jo for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 08:23:25 -0400 Received: from n2a.bullet.mail.ac4.yahoo.com ([76.13.13.65]:34738) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MoG1F-00005r-AQ for emacs-orgmode@gnu.org; Thu, 17 Sep 2009 08:23:25 -0400 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 At 3651c206ee118d67ce1ee4b4dad0278b08356c37, my system sees a compilation error in org-agenda.el: >>> Compiling source in /var/tmp/portage/app-emacs/org-mode-9999/work/org-mode ... make -j2 emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote load-path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/org.el emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote load-path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote load-path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/org-agenda.el In toplevel form: lisp/org-agenda.el:33:1:Error: Key sequence C-c C-x m g starts with non-prefix key C-c C-x m make: *** [lisp/org-agenda.elc] Error 1 make: *** Waiting for unfinished jobs....