pymacs

    17熱度

    6回答

    有沒有相當於python的粘液? 例如,如果我將光標放在foo()上並執行M-。 (跳轉到),我想看看函數foo的源定義 這應該不管富是在一些 1)本地項目目錄 2)工作的〜/ .virtualenvs /酒吧/ lib中/在其他Python路徑 4)虛擬ENV在使用中(即,它應該在我目前的virtualenv) 站點包 3) pymacs/ropemacs組合是否可以做到這一點?

    3熱度

    1回答

    我試圖這裏描述使用Pymacs用繩子/ ropemacs爲flymake語法檢查: http://www.enigmacurry.com/2009/01/21/autocompleteel-python-code-completion-in-emacs/ 當我開始碳Emacs的「正常」,它引發錯誤: 錯誤:Pymacs裝載ropemacs ...失敗 我有這方面的工作在OSX 10.5碳Emacs

    1熱度

    1回答

    所以現在我更新了python從2.7到2.7.2我不能再在emacs中調用繩索代碼協助。 import numpy as np x = np.arange(0, 5, 0.1) 我有典型的繩子0.9.3,ropemode-0.1-RC2,做M-當/或MX繩代碼幫助我得到了下面的跟蹤pymacs 0.24-β2,ropemacs 0.6 在numpy的命名空間,我沒有在Python 2.7得到

    37熱度

    2回答

    我已經安裝了Pymacs,rope,ropemode,ropemacs,並且當我意外執行pymacs-terminate-services時,我無法保存修改後的緩衝區。它首先問我 - The Pymacs helper died. Restart it? (yes or no)。如果我回答「是」,它會投擲 - Debugger entered--Lisp error: (error "There

    4熱度

    1回答

    我使用其中一個msi文件安裝了python。但是,當我啓動Emacs的,它給了我: 問題1,我以爲我已經修復 當我運行cmd,然後鍵入蟒蛇,我得到 "python" is not recognized as an internal or external command, operable program or batch file. 所以來自在線資源,(Windows 7的BTW)又到系統屬

    22熱度

    3回答

    有什麼需要做的,使GNU Emacs 23.2與Python 3一起工作良好? an如何理想environment在Emacs中用Python 3進行開發看起來像? 是否有任何關於在Python 3中使用ropemacs的文檔? Should我將Python 3的site-packages目錄添加到python路徑中? 將按照指示here(對於Python-mode.el)或設置python-py

    0熱度

    1回答

    有沒有一種方法可以從ropemacs的rope-code-assist(綁定到ropemode中的「M- /」)中獲取完成建議以便在另一個命令中使用? 我想要做的是這樣的: (defun rope-completions-in-ido() (interactive) (insert (let ((mylist ROPE-GET-COMPLETIONS-LIST))