From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Krishnakant Newsgroups: gmane.emacs.help Subject: Re: problem: M-a M-e gives symbol's function definition is voide Date: Mon, 27 Feb 2017 09:51:50 +0530 Message-ID: <2ba7b2bb-32a7-85ab-397f-48d1ba8beba9@openmailbox.org> References: <87y3wxle4t.fsf@robertthorpeconsulting.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1488169369 29483 195.159.176.226 (27 Feb 2017 04:22:49 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Mon, 27 Feb 2017 04:22:49 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 Cc: help-gnu-emacs@gnu.org To: Robert Thorpe Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 27 05:22:46 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 1ciCpc-0006Uv-1E for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Feb 2017 05:22:40 +0100 Original-Received: from localhost ([::1]:50228 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciCpf-0007R8-Kl for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Feb 2017 23:22:43 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51880) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ciCpE-0007Qz-Na for help-gnu-emacs@gnu.org; Sun, 26 Feb 2017 23:22:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ciCpB-0005ue-Gs for help-gnu-emacs@gnu.org; Sun, 26 Feb 2017 23:22:16 -0500 Original-Received: from lb1.openmailbox.org ([5.79.108.160]:40336 helo=mail.openmailbox.org) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ciCpB-0005tT-9D for help-gnu-emacs@gnu.org; Sun, 26 Feb 2017 23:22:13 -0500 Original-Received: by mail.openmailbox.org (Postfix, from userid 20002) id D22B9510A48; Mon, 27 Feb 2017 05:22:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488169323; bh=lQ7zQeYJ3R7OIHuZ3rnwpBzzVws1K7n5IDhIRiGd2eI=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=JQ02/GKFPS3nnUgyJusU5nAwUUe1kChm14U+DDVybC6sNflXsqAzKC2Qhgoi+R8ly NYBKfrVGIyu6hO3q1cBXkOozuQq+Z1I3/I2kj0A4SCpSauYtKvA/UkvfN7FDVcKA8n 2eVW/KHRQcosk15S1DMsTKo3La3I4K/JmWw1z+LU= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1488169323; bh=lQ7zQeYJ3R7OIHuZ3rnwpBzzVws1K7n5IDhIRiGd2eI=; h=Subject:To:References:Cc:From:Date:In-Reply-To:From; b=JQ02/GKFPS3nnUgyJusU5nAwUUe1kChm14U+DDVybC6sNflXsqAzKC2Qhgoi+R8ly NYBKfrVGIyu6hO3q1cBXkOozuQq+Z1I3/I2kj0A4SCpSauYtKvA/UkvfN7FDVcKA8n 2eVW/KHRQcosk15S1DMsTKo3La3I4K/JmWw1z+LU= In-Reply-To: <87y3wxle4t.fsf@robertthorpeconsulting.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 5.79.108.160 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:112386 Archived-At: On Thursday 23 February 2017 10:03 AM, Robert Thorpe wrote: > 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 > Hi Robert, I had done sudo apt-get install python-mode on Ubuntu 16.04 thinking that it would have been of some help. But I removed it afterwards realizing that it does not work properly. Can that be one factor? Happy hacking. Krishnakant.