Emacs skeletons

George Flaherty George.Flaherty at marketmax.com
Tue Jul 26 15:21:26 EDT 2005


Yeah I have used tags with java and c before and they are very nice. Its just that, I have been trying to find something similar to JDE/PythonWinEditor code completion for an emacs-python mode.

I will keep trying and thanks for the input.
-george


 

-----Original Message-----
From: python-list-bounces+george.flaherty=sas.com at python.org [mailto:python-list-bounces+george.flaherty=sas.com at python.org] On Behalf Of Benji York
Sent: Tuesday, July 26, 2005 3:15 PM
To: python-list at 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-/ 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 ctags completion very handy.  I currently have my (inferior) editor set up to scan the current buffer, other buffers, then tags files when doing completion.  I'm sure (the
superior) Emacs can do something similar.
--
self-editor-abasing-ly y'rs,
Benji York

-- 
http://mail.python.org/mailman/listinfo/python-list



More information about the Python-list mailing list