Matěj Cepl

Results 230 issues of Matěj Cepl

While packaging autoflake for openSUSE I have test_is_literal_or_name failing with 3.10 (3.8 and 3.9 passes complete test suite): ``` [ 9s] + pytest-3.10 --ignore=_build.python39 --ignore=_build.python310 --ignore=_build.python38 -v [ 10s] =============================...

Saving pull request from Bitbucket (https://bitbucket.org/agr/ropemacs/pull-request/8/setting-instance-method-attributes-in) @emhs any more comments on this?

deferred

deferred

I have a folder like this: ``` --------------------------- cb_utils/ __init__.py ... ..several py files.. ..several modules.. math/ __init__.py simplex.py ------------------------- ``` I cannot load any file from cb_utils/ in emacs...

From emacs -q, execute: (add-to-list 'load-path "~/.emacs.d/elisp-build/Pymacs/") (setq ropemacs-global-prefix "C-x C-9") (require 'pymacs) (pymacs-load "ropemacs" "rope-") On Emacs 24.1, latest Pymacs, rope, ropemacs, ropemode, this will give the error Python:...

This is so that one can easily hook it up with eldoc-mode.

When trying to install ropemacs $ python setup.py install running install running build running build_py error: package directory 'ropemode' does not exist Creating folder ropemode fixes $ mkdir ropemode $...

I'm on Gvim on Windows7 (32-bit). Rope version is 0.9.4. I have following settings in my vimrc: ``` let ropevim_vim_completion = 1 let ropevim_extended_complete = 0 let ropevim_goto_def_newwin = 1...