]> rtime.felk.cvut.cz Git - sojka/company-mode.git/commitdiff
Removed old merge instructions.
authorNikolaj Schumacher <git@nschum.de>
Mon, 20 Apr 2009 16:05:49 +0000 (18:05 +0200)
committerNikolaj Schumacher <git@nschum.de>
Thu, 23 Apr 2009 14:13:44 +0000 (16:13 +0200)
company.el

index f15344f569097ff19e43c09bd417599fbe5dec83..007f66e9bceb1151761d6931f39b54c30d7aba76 100644 (file)
 ;;     ('meta (format "This value is named %s" arg))))
 ;;
 ;; Sometimes it is a good idea to mix two back-ends together, for example to
-;; enrich gtags with dabbrev text (to emulate local variables):
-;;
-;; (defun gtags-gtags-dabbrev-backend (command &optional arg &rest ignored)
-;;   (case command
-;;     (prefix (company-gtags 'prefix))
-;;     (candidates (append (company-gtags 'candidates arg)
-;;                         (company-dabbrev 'candidates arg)))))
+;; enrich gtags with dabbrev-code results (to emulate local variables):
+;; To do this, add a list with the merged back-ends as an element in
+;; company-backends.
 ;;
 ;; Known Issues:
 ;; When point is at the very end of the buffer, the pseudo-tooltip appears very