From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: problem: M-a M-e gives symbol's function definition is voide Date: Thu, 23 Feb 2017 04:33:54 +0000 Message-ID: <87y3wxle4t.fsf@robertthorpeconsulting.com> References: <08d3ca93-f351-e7df-2808-8fff29d90699@openmailbox.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1487824499 12012 195.159.176.226 (23 Feb 2017 04:34:59 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 23 Feb 2017 04:34:59 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Krishnakant Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 23 05:34:54 2017 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cgl7G-0002S4-C6 for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Feb 2017 05:34:54 +0100 Original-Received: from localhost ([::1]:56529 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgl7J-0006C4-7Z for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Feb 2017 23:34:57 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgl6T-0005yF-4H for help-gnu-emacs@gnu.org; Wed, 22 Feb 2017 23:34:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgl6Q-0003SK-1p for help-gnu-emacs@gnu.org; Wed, 22 Feb 2017 23:34:05 -0500 Original-Received: from outbound-smtp06.blacknight.com ([81.17.249.39]:37740) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cgl6P-0003OT-SA for help-gnu-emacs@gnu.org; Wed, 22 Feb 2017 23:34:01 -0500 Original-Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp06.blacknight.com (Postfix) with ESMTPS id 07A1698EF7 for ; Thu, 23 Feb 2017 04:33:55 +0000 (UTC) Original-Received: (qmail 29044 invoked from network); 23 Feb 2017 04:33:54 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[51.37.51.74]) by 81.17.254.9 with ESMTPSA (AES128-SHA encrypted, authenticated); 23 Feb 2017 04:33:54 -0000 In-Reply-To: <08d3ca93-f351-e7df-2808-8fff29d90699@openmailbox.org> (message from Krishnakant on Thu, 23 Feb 2017 01:20:11 +0530) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x [fuzzy] X-Received-From: 81.17.249.39 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112368 Archived-At: Krishnakant writes: > I actually can't use any navigation function in python-mode because I > get the same error "symbol's function definition is voide ..." for any > shortcut I press. There are two possibilities I can think off. Firstly, your versions of python-mode and Emacs are incompatible. Secondly, something in your config is interferring with python mode. I suggest starting an uncustomized Emacs using "emacs -Q" then see if the problem still occurs. If it doesn't then bisect your init file. BR, Robert Thorpe