sagemath / sage-shell-mode

Emacs front end for SageMath
GNU General Public License v3.0
98 stars 16 forks source link

auto-complete for attached files #3

Closed malb closed 9 years ago

malb commented 9 years ago

I tend to attach("filename.py") the files I'm currently working on. It would be nice if the functions/classes found in filename.py could be added to the auto complete database.

stakemori commented 9 years ago

Thanks for the report. I use only load or import for loading a file. So I do not notice this.

I just updated this repository. In a few hours, Melpa will re-build this package. Please wait for a few hours, and update sage-shell-mode by list-packages RET U RET x.

By the way, you can attach a file by M-x sage-shell-edit:attach-file.

I hope this update helps you.

malb commented 9 years ago

Thank you, it works as expected. :+1: