[BangPypers] suggestions for emacs and python

Arvind K arvindkhadri at gmail.com
Tue Jul 30 11:02:58 CEST 2013


Hi, I have been using emacs as a python ide through this,
https://github.com/gabrielelanaro/emacs-for-python

Thanks.



On 18 July 2013 11:23, Umar Shah <umar43 at gmail.com> wrote:

> This is some very useful feedback. I'll spend some more time testing these
> out and get back with my
>
>
> * emacs-textmate
> * multiple-cursors
> * projectfile
>
>
> Thanks !
>
>
> On Wed, Jul 17, 2013 at 3:59 PM, Noufal Ibrahim <noufal at nibrahim.net.in
> >wrote:
>
> > Hemant Kumar <hemant at codemancers.com> writes:
> >
> >
> > [...]
> >
> > > For symbol browsing you can either use jedi-mode. Or you can install
> > > https://github.com/defunkt/textmate.el which will allow you to
> > > configure go-to-symbol shortcut. Default keys are OSX friendly.
> > >
> > > Go To anything - I have recently fallen in love with
> > > https://github.com/bbatsov/projectile. Try enabling grizzly with
> > > projectfile. Here is my configuration:
> > >
> > > (projectile-global-mode)
> > > (setq projectile-enable-caching t)
> > > (setq projectile-completion-system 'grizzl)
> > > (define-key *grizzl-keymap* (kbd "C-n") 'grizzl-set-selection-1)
> > > (define-key *grizzl-keymap* (kbd "C-p") 'grizzl-set-selection+1)
> > >
> > >
> > > It is just absolutely brilliant. When in a project you can press "C-c
> > > p f" and it works very similar to go to anything.
> > >
> > > Multi Edit - https://github.com/magnars/multiple-cursors.el  Again a
> > awesome mode that works as advertised.
> >
> > Thanks Hemant!
> >
> > [...]
> >
> >
> > --
> > Cordially,
> > Noufal
> > http://nibrahim.net.in
> > _______________________________________________
> > BangPypers mailing list
> > BangPypers at python.org
> > http://mail.python.org/mailman/listinfo/bangpypers
> >
> _______________________________________________
> BangPypers mailing list
> BangPypers at python.org
> http://mail.python.org/mailman/listinfo/bangpypers
>


More information about the BangPypers mailing list