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: [EMAIL 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-/ 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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to