ignore tabulator key (completion) in Scheme mode

This commit is contained in:
eknauel 2005-08-21 13:46:07 +00:00
parent 3b140722a4
commit bda54e8fbe
1 changed files with 1 additions and 0 deletions

View File

@ -355,6 +355,7 @@
;; tab is pressed in the first place, offer completions ;; tab is pressed in the first place, offer completions
((and (focus-on-command-buffer?) ((and (focus-on-command-buffer?)
(command-buffer-in-command-mode?)
(= ch key-tab)) (= ch key-tab))
(let ((maybe-selector (let ((maybe-selector
(offer-completions (last (buffer-text (command-buffer)))))) (offer-completions (last (buffer-text (command-buffer))))))