Show keybinding with yasnippet

Go To StackoverFlow.com

4

I am setting up a new .emacs environment. But with my last setup, the yasnippet menu showed the keybinding. But now it doesn't. It seems very strange. I believe I have the latest version of yasnippet. If I try expanding via a keybinding I already now (like do a "def TAB" in a python buffer) really shows that the keybinding works. But it isn't shown.

This is what I've added to my .emacs file:

; Add Yasnippets
(add-to-list 'load-path
          "~/.emacs.d/plugins/yasnippet")
(require 'yasnippet)
(yas/global-mode 1)

And a screenshot: enter image description here

2012-04-03 20:10
by Niclas Nilsson
What is the value of the variable yas/use-menu? (Do C-h v yas/use-menu to learn the value. - N.N. 2012-04-04 08:46
Please open an issue at http://github.com/capitaomorte/yasnippet/issue - Joao Tavora 2012-04-04 09:01
@N.N. : abbreviat - Niclas Nilsson 2012-04-04 10:39
@JoaoTavora: https://github.com/capitaomorte/yasnippet/issues/23 - Niclas Nilsson 2012-04-04 10:43


0

I am not sure, I have this one also in my .emacs

(yas/initialize)

2012-04-04 08:42
by kindahero
Did'nt help, unfortunatly - Niclas Nilsson 2012-04-04 10:36
Ads