##// END OF EJS Templates
Patch by Beni Cherniavsky to improve tab-completion in emacs with 2.6....
Fernando Perez -
Show More
@@ -311,7 +311,7 b' gets converted to:'
311 311 (replace-match "" t nil)))))
312 312
313 313 (defvar ipython-completion-command-string
314 "print ';'.join(__IP.Completer.all_completions('%s')) #PYTHON-MODE SILENT\n"
314 "print(';'.join(__IP.Completer.all_completions('%s'))) #PYTHON-MODE SILENT\n"
315 315 "The string send to ipython to query for all possible completions")
316 316
317 317
General Comments 0
You need to be logged in to leave comments. Login now