purcell / ac-slime

Emacs auto-complete plugin for Slime symbols
109 stars 10 forks source link

I did this a long time ago, please check it out. sorry if I messed up the code but I think its worth checking. #8

Closed farzadbekran closed 11 years ago

farzadbekran commented 11 years ago

For example instead of |defun l| you can see the actual flags of the symbols like: |defun -f---m--| in the completion menu.

purcell commented 11 years ago

Thanks @farzadbekran -- this looks interesting. I've been very busy recently, but I'll review it more fully as soon as I am able. :-)

purcell commented 11 years ago

Hi! Just got around to revisiting this. I recently came across auto-complete's summary mechanism, so I've just committed a alternative change which uses that mechanism to display the flags.