Christophe Weblog Wiki Code Publications Music
actually add the completion function to completions
authorChristophe Rhodes <csr21@cantab.net>
Sat, 5 Apr 2014 12:52:26 +0000 (13:52 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Sat, 5 Apr 2014 12:52:26 +0000 (13:52 +0100)
squeeze.el

index 9a03eebaed519a12ad7cfc4581df1c7b7b9b0cc7..2b0e4b8e080cc649a8bff77e1ae6c6103cc2c7db 100644 (file)
@@ -17,6 +17,7 @@
 
 (define-derived-mode squeeze-mode comint-mode "Squeeze"
   "Major mode for interacting with the Squeezebox Server CLI.\\<squeeze-mode-map>"
+  (add-to-list 'completion-at-point-functions 'squeeze-complete-command-at-point)
   (add-hook 'comint-preoutput-filter-functions 'url-unhex-string nil t)
   (add-hook 'comint-preoutput-filter-functions 'squeeze-update-state nil t))