|
From: | Krishnakant |
Subject: | Re: problem: M-a M-e gives symbol's function definition is voide |
Date: | Mon, 27 Feb 2017 21:07:42 +0530 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 |
Thanks a million. The C-M-a and C-M-a works good. Wonder why I got wrong key combinations in help.By the way is there some kind of keyboard shortcut which can help me go to the place where a variable was first defined?
For example if I have a variable called varName and I use it at several locations. Now if I see it somewhere and can't remember where it was defined, I could just put my point on it and press the key combination and go to the line where it is first used/ defined.
I looked up the help but could not get it in C-h m. Happy hacking. Krishnakant. On Monday 27 February 2017 07:23 PM, hector wrote:
In my system "beginning-of-python-def-or-class" is defined in python-mode.el which belongs to package python-mode. The key binding for this function in my system is not M-a but C-M-a. My version of python-mode is 5.1.0. Another hint could be given by running the command find /usr/share/emacs* -name 'python*' In my system I get the lines: /usr/share/emacs/site-lisp/python-mode/python-mode.el /usr/share/emacs23/site-lisp/python-mode/python-mode.elc So you can see if everything is properly installed.
[Prev in Thread] | Current Thread | [Next in Thread] |