From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mueen Nawaz Subject: Problem editing source code Date: Tue, 13 Mar 2012 22:16:26 -0700 Message-ID: <878vj33gph.fsf@fester.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7gZm-0007D4-Sz for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 01:16:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S7gZl-0005OA-DI for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 01:16:42 -0400 Received: from plane.gmane.org ([80.91.229.3]:50816) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S7gZl-0005O3-6L for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 01:16:41 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1S7gZh-0000Mm-Qh for emacs-orgmode@gnu.org; Wed, 14 Mar 2012 06:16:37 +0100 Received: from c-71-237-233-41.hsd1.or.comcast.net ([71.237.233.41]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Mar 2012 06:16:37 +0100 Received: from mailinglists by c-71-237-233-41.hsd1.or.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 14 Mar 2012 06:16:37 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, When I try to edit source code using "C-c '", it opens the code in the appropriate mode (Python in my case), but gives this message: byte-code: Language mode `python-mode' fails with: ac-sources A subsequent C-c ' does nothing (i.e. I can't leave that buffer). Any ideas? Thanks, Mueen