Giter VIP home page Giter VIP logo

python-emacs's Introduction

Hi there ๐Ÿ‘‹

python-emacs's People

Contributors

vedang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

python-emacs's Issues

Code block in README for the git commands ?

It might be just me but a copy paste of the git clone command converts the "- -" to a "-" Possible to escape it with a code block ?

EDIT : and the lib/ directory names seem to be capitalized

auto-complete hook for rope broken

(add-hook 'rope-open-project-hook 'ac-nropemacs-setup)

does not work. The ropemacs sources that are cloned with this do not seem to have this hook. The github source that you link to for rope + auto-complete integration has the following in ropemacs

 def project_opened(self):
        '''
        This method is called when a new project is opened, it runs
        the hooks associated with rope-open-project-hook.
        '''
        lisp.run_hooks(lisp["rope-open-project-hook"])

Following work-around makes auto-complete work :

(add-hook 'python-mode-hook 'ac-nropemacs-setup)

Don't assume that flymake is used for everything.

On Sat, Oct 6, 2012 at 1:52 PM, Chinmay Kamat [email protected] wrote:
I seem to have everything up and running now. Flymake runs fine,
auto-complete is working. Anything else I need to be aware of ? I am
off to sleep now. Let me know if there is anything insanely cool :)

Btw, your config assumes that one can use flymake for every file
flymake supports after the find find hook is in. This creates nasty
popup warning/error every-time I load a C file since I don't have /
don't want flymake for .c and .h files (i.e I do not want to change
every Makefile of every project).

I have worked around this right now by

  • (add-to-list 'flymake-allowed-file-name-masks

- '(".py'" flymake-pyflakes-init))

  • (delete '(".html?'" flymake-xml-init) flymake-allowed-file-name-masks)
  • (setq flymake-allowed-file-name-masks
  •             '(("\.py\'" flymake-pyflakes-init)))
    

Not very good but I don't use flymake for anything else anyways. Would
be good if your config could enable it only for python-mode.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.