minor tweaks to the rails-related bundles import strategy, which are quite usable already\nAlso don't activate yasnippet in the minibuffer

This commit is contained in:
capitaomorte
2010-08-15 23:38:56 +00:00
parent fd4065a70f
commit 58ce46468e
7 changed files with 212 additions and 190 deletions

View File

@@ -26,14 +26,14 @@
(add-to-list 'yas/objc-languages (match-string 1))
(add-to-list 'yas/objc-defkinds (match-string 2)))))
(put (intern-soft (setq chosen (completing-read "Method: " yas/objc-method-names)) yas/objc-method-names)
'someshit
'someday)
;; (put (intern-soft (setq chosen (completing-read "Method: " yas/objc-method-names)) yas/objc-method-names)
;; 'someshit
;; 'someday)
(completing-read "Class: " yas/objc-class-names)
;; (completing-read "Class: " yas/objc-class-names)
(get (intern-soft (setq chosen (completing-read "hey: " yas/objc-method-names)) yas/objc-method-names)
'someshit)
;; (get (intern-soft (setq chosen (completing-read "hey: " yas/objc-method-names)) yas/objc-method-names)
;; 'someshit)
(defun yas/objc-current-method-signature ()
(let ((orig-point (point))