Yasnippet seems to be working but the trigger key is not. I can load snippets, look at snippet tables and M-x yas/expand. However, after typing a trigger key (i.e time) I'd like to expand the snippet with the TAB key which isn't working. I checked the yasnippet.el file and found that the yas-trigger-key is set to . I tried changing it and still couldn't get it working. Anyone have an idea about what's going on? I'm trying to get this working first in LaTeX mode. Yasnippet tells me I should also try C-c C-s but that just seems to insert "\end."
I downloaded Yasnippet via the el-get packager manager. I'm using OSX and emacs 23.4.1
button.el'. It is bound to TAB. (forward-button N &optional WRAP DISPLAY-MESSAGE) Move to the Nth next button, or Nth previous button if N is negative. If N is 0, move to the start of any button at point. If WRAP is non-nil, moving past either end of the buffer continues from the other end. If DISPLAY-MESSAGE is non-nil, the button's help-echo string is displayed. Any button with a non-nil
skip' property is skipped over. Returns the button found. – Adhesiveyas-expand-from-trigger-key' in
yasnippet.el'. It is bound to TAB, <menu-bar> <YASnippet> <Expand trigger>. (yas-expand &optional FIELD) Expand a snippet before point. If no snippet expansion is possible, call command....' – Weissmann