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: problem: M-a M-e gives symbol's function definition is voide Date: Thu, 23 Feb 2017 01:20:11 +0530 Message-ID: <08d3ca93-f351-e7df-2808-8fff29d90699@openmailbox.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1487793063 30760 195.159.176.226 (22 Feb 2017 19:51:03 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 22 Feb 2017 19:51:03 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 22 20:51:00 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 1cgcw7-0006vZ-3P for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Feb 2017 20:50:51 +0100 Original-Received: from localhost ([::1]:55046 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgcwC-0007aE-K2 for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Feb 2017 14:50:56 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49974) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cgcvj-0007a1-EC for help-gnu-emacs@gnu.org; Wed, 22 Feb 2017 14:50:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cgcve-0001Tm-Oy for help-gnu-emacs@gnu.org; Wed, 22 Feb 2017 14:50:27 -0500 Original-Received: from lb1.openmailbox.org ([5.79.108.160]:51808 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 1cgcve-0001TV-HS for help-gnu-emacs@gnu.org; Wed, 22 Feb 2017 14:50:22 -0500 Original-Received: by mail.openmailbox.org (Postfix, from userid 20002) id ECA88543400; Wed, 22 Feb 2017 20:50:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1487793019; bh=cUZU1wUsZYM49AYfSvLQYPv6QUfS8WSRP1/KRAlPe9c=; h=To:From:Subject:Date:From; b=sH6vMk7Er9MLDTZx6n2oWDGMRi6xGHUlWdmG43/HLuYdi2E+shWbHsdzEl9rid4wX zo1sRnSw7UuhB2tX5C9/h2kKPEpvnfQknAXTgyXc+buodlL+rQxeZZV7ttilZQurCM s3sFwgDXbsnFEPFERpcsSs0lJRhxxsDEzNW03MRs= DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1487793019; bh=cUZU1wUsZYM49AYfSvLQYPv6QUfS8WSRP1/KRAlPe9c=; h=To:From:Subject:Date:From; b=sH6vMk7Er9MLDTZx6n2oWDGMRi6xGHUlWdmG43/HLuYdi2E+shWbHsdzEl9rid4wX zo1sRnSw7UuhB2tX5C9/h2kKPEpvnfQknAXTgyXc+buodlL+rQxeZZV7ttilZQurCM s3sFwgDXbsnFEPFERpcsSs0lJRhxxsDEzNW03MRs= 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:112365 Archived-At: Dear all, I am really confused as to what might have happened in this case. I open a file in python-mode there is lot of code in it. now when I try doing M-a or M-e to move back and forth between function or class definition, I get the said error mentioned in the subject. I use emacs 24.5 on Ubuntu 16.04 LTS and I have elpy with company-mode enabled. Can some one tell me what must be going wrong here? 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. of course M-C-i works with company so I know other things are going correct. Indentation also works correctly. But it is very important for me to move between blocs of code (one of the major reasons I have shifted to emacs ). Happy hacking. Krishnakant.