Re: Emacs skeletons

2005-08-04 Thread Jorgen Grahn
On Tue, 26 Jul 2005 22:08:25 +0200, Caleb Hattingh <[EMAIL PROTECTED]> wrote: >> Since you are on this topic, do you (or anyone else) have any type of >> "code-completion" mode for python in emacs? >> >> Thanks >> -george > > For what its worth, Vim has a generic type of "code-completion" that us

Re: Emacs skeletons

2005-07-27 Thread Florian Diesch
Michael Hoffman <[EMAIL PROTECTED]> wrote: > Does anyone have any Emacs skeletons they find useful for Python? I > Googled a little but didn't find anything enticing. I already have a > script that sets up script/module templates, so those aren't all that &

Re: Emacs skeletons

2005-07-26 Thread Caleb Hattingh
> Since you are on this topic, do you (or anyone else) have any type of > "code-completion" mode for python in emacs? > > Thanks > -george For what its worth, Vim has a generic type of "code-completion" that uses the file being edited to check for completion options within a word. It's not

RE: Emacs skeletons

2005-07-26 Thread George Flaherty
PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Benji York Sent: Tuesday, July 26, 2005 3:15 PM To: python-list@python.org Subject: Re: Emacs skeletons Michael Hoffman wrote: > I have this in my .emacs: > > (global-set-key "\M-/" 'hippie-expand) > > This means that M-

Re: Emacs skeletons

2005-07-26 Thread Benji York
Michael Hoffman wrote: > I have this in my .emacs: > > (global-set-key "\M-/" 'hippie-expand) > > This means that M-/ will do dumb code completion based on stuff that is > already in an open buffer Even though I don't know how to configure Emacs to do it (I'm a degenerate Vim user), I've found

Re: Emacs skeletons

2005-07-26 Thread Michael Hoffman
George Flaherty wrote: > Since you are on this topic, do you (or anyone else) have any > type of "code-completion" mode for python in emacs? I have this in my .emacs: (global-set-key "\M-/" 'hippie-expand) This means that M-/ will do dumb code completion based on stuff that is already in an o

RE: Emacs skeletons

2005-07-26 Thread George Flaherty
To: python-list@python.org Subject: Re: Emacs skeletons [EMAIL PROTECTED] wrote: > Michael> Does anyone have any Emacs skeletons they find useful for > Michael> Python? > > What's an "Emacs skeleton"? Somewhat of an elaborate mini-language for inserting boi

Re: Emacs skeletons

2005-07-26 Thread Michael Hoffman
[EMAIL PROTECTED] wrote: > Michael> Does anyone have any Emacs skeletons they find useful for > Michael> Python? > > What's an "Emacs skeleton"? Somewhat of an elaborate mini-language for inserting boilerplate. http://www.emacswiki.org/cgi-bin/emacs-en

Re: Emacs skeletons

2005-07-26 Thread skip
Michael> Does anyone have any Emacs skeletons they find useful for Michael> Python? What's an "Emacs skeleton"? Skip -- http://mail.python.org/mailman/listinfo/python-list

Emacs skeletons

2005-07-26 Thread Michael Hoffman
Does anyone have any Emacs skeletons they find useful for Python? I Googled a little but didn't find anything enticing. I already have a script that sets up script/module templates, so those aren't all that useful. -- Michael Hoffman -- http://mail.python.org/mailman/listinfo/python-list