jorgenschaefer / elpy

Emacs Python Development Environment
GNU General Public License v3.0
1.9k stars 261 forks source link

`M-*` should return to the last "follow symbol" call #46

Closed jorgenschaefer closed 11 years ago

jorgenschaefer commented 11 years ago

Basically the inverse of M-..

jorgenschaefer commented 11 years ago

Possibly should be on M-, with iedit occupying a different shortcut.

jorgenschaefer commented 11 years ago

… actually, iedit is on C-; by default, I just changed it locally because that doesn't work in emacs -nw. Hrmph.

flub commented 11 years ago

I was just about to file a bug saying that M-. should save the point before jumping. Which is essentially asking for the same feature since with the point marked you can jump back using C-x C-x. Is that a reasonable alternative? I've got used to most commands which jump to automatically save the point.

jorgenschaefer commented 11 years ago

Sounds like a good idea when the destination is in the same file (M-. can jump to different files, too). Thanks for the idea!

jorgenschaefer commented 11 years ago

Fixed with #89.