monsanto / readline-complete.el

autocomplete in shell mode buffers
67 stars 16 forks source link

Fix non file paths #10

Closed rdallasgray closed 10 years ago

rdallasgray commented 10 years ago

Fixed from previous request -- the issue was that matches with a final path separator (e.g. folder/) would cause failure.

rdallasgray commented 10 years ago

Sorry, I'm closing this again -- I'm still getting some errors in the company output. I'll live with it a while before raising it again.

monsanto commented 10 years ago

Hah. That's OK. Take your time.

Since you seem to have experience with Emacs testing, maybe you could start by adding some basic test infrastructure? This might help you find the bugs in your own code. It'd help me too because I don't really know the best practices in this area, testing (and packaging!) is a fairly recent development in the history of Emacs, and I'm behind the curve by a few years.