Manuel Kaufmann

Results 1301 comments of Manuel Kaufmann

Está buena la idea. Si mandás un PR con eso lo acepto de 1 ;)

Enough with just setting the env variable: https://github.com/humitos/emacs-configuration/commit/b6f0edb

Maybe this package is what I want, https://github.com/proofit404/pyenv-mode

Combine this settings with https://github.com/melpa/melpa

I was also recommended to use https://github.com/wolray/symbol-overlay which seems to be better than the other two.

PyCharm does this: ![captura de pantalla_2017-06-15_19-00-41](https://user-images.githubusercontent.com/244656/27208825-fc502e98-51fc-11e7-9ca7-5d419c855cf9.png)

https://github.com/fgallina/python.el/blob/master/python.el#L416

`[a-z0-9_]+=` it's a regex that works in most of the cases... but it doesn't omit those keyword arguments from the `def` for example.

`[^def]\(?\n?[a-z0-9_]+=`

https://www.emacswiki.org/emacs/Face#toc1