On Thu, Sep 22, 2011 at 10:50:26AM +0200, Ivan Andrus wrote:
> [..]
> editors.  Unfortunately, I don't know of a way to make bash ignore
> certain file extensions when completing.
> [..]

good idea.

after typing
$ complete -f -X '*.preparsed.py' vim
$ touch foo.sage foo.preparsed.py

tab completion
$ vim foo<tab>
yields
$ vim foo.sage

this should not interfere much with other completion rules. but i don't
know/don't use them.

regards
felix

-- 
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org

Reply via email to