Knut Olav Bøhmer wrote:
Michael Weber wrote:
On Oct 31, 2008, at 10:01 , Knut Olav Bøhmer wrote:
How I fixed that in my slime.el is that I added t to slime-repl- current-input
(let ((str (slime-repl-current-input)))
(let ((str (slime-repl-current-input t)))
Same here, works for me since quite a while now.
it does not work for me in in slime-current-2008-11-09 It is becauce of slime-presentations.el
[-snipped-]
But this time I realy think it should be dependent on if you have paredit or not. It removes the anoying extra " when you tab-complete filenames.
But you probably want a patch. This patch checks if paredit is enabled. Maybe we should have something like slime-completion-addsuffix instead of comint-completion-addsuffix. or, comint-completion-addsuffix could be made local in every slime buffer.
The best would be if the function forward-char would be called, so that you skip past the last "