From b925a0388f2626c4a8fff327c3180e423998e4c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Generated by Org version 7.9.3f with Emacs version 24 on 2014-06-17T19:49-0400 from e53ec1e0c3611c3a0f4ac6228aab041a82b9d3bb
+ Generated by Org version 7.9.3f with Emacs version 24 on 2014-10-01T21:16+0100 from 08b044e559cc350c6e7142d088ec2d4a82e378cb
Generated by Org version 7.9.3f with Emacs version 24 on 2014-06-17T19:49-0400 from e53ec1e0c3611c3a0f4ac6228aab041a82b9d3bb
+ Generated by Org version 7.9.3f with Emacs version 24 on 2014-10-01T21:16+0100 from 08b044e559cc350c6e7142d088ec2d4a82e378cb
Generated by Org version 7.9.3f with Emacs version 24 on 2014-06-17T19:49-0400 from e53ec1e0c3611c3a0f4ac6228aab041a82b9d3bb
+ Generated by Org version 7.9.3f with Emacs version 24 on 2014-10-01T21:16+0100 from 08b044e559cc350c6e7142d088ec2d4a82e378cb
Generated by Org version 7.9.3f with Emacs version 24 on 2014-06-17T19:49-0400 from e53ec1e0c3611c3a0f4ac6228aab041a82b9d3bb
+ Generated by Org version 7.9.3f with Emacs version 24 on 2014-10-01T21:16+0100 from 08b044e559cc350c6e7142d088ec2d4a82e378cb
Generated by Org version 7.9.3f with Emacs version 24 on 2014-06-17T19:49-0400 from e53ec1e0c3611c3a0f4ac6228aab041a82b9d3bb
+ Generated by Org version 7.9.3f with Emacs version 24 on 2014-10-01T21:16+0100 from 08b044e559cc350c6e7142d088ec2d4a82e378cb
Generated by Org version 7.9.3f with Emacs version 24 on 2014-06-17T19:49-0400 from e53ec1e0c3611c3a0f4ac6228aab041a82b9d3bb
+ Generated by Org version 7.9.3f with Emacs version 24 on 2014-10-01T21:16+0100 from 08b044e559cc350c6e7142d088ec2d4a82e378cb
Reload all snippets and rebuild the YASnippet menu.
-When called interactively force immediate reload of all known
+When
+When called interactively, use just-in-time loading when given a
+prefix argument.
+delete-char
command.
yas-expand-from-keymap
()yas-minor-mode
(&optional arg
)yas-minor-mode-on
()yas-reload-all
(&optional interactive
)yas-reload-all
(&optional no-jit
interactive
)yas-load-directory
(top-level-dir
&optional use-jit
interactive
)yas-new-snippet
(&optional no-template
)yas-load-snippet-buffer-and-close
(table
&optional kill
)yas-throw
(text
)yas-inside-string
()yas-x-prompt
(prompt
choices
&optional display-fn
)yas-shortest-key-until-whitespace
(_start-point
)yas-longest-key-from-whitespace
(start-point
)yas-text
()yas-ido-prompt
(prompt
choices
&optional display-fn
)yas-try-key-from-whitespace
(_start-point
)yas-dropdown-prompt
(_prompt
choices
&optional display-fn
)yas-define-snippets
(mode
snippets
)yas-global-mode-enable-in-buffers
()yas-minor-mode-hook
yas-verbosity
yas-minor-mode-major-mode
yas-installed-snippets-dir
yas-dont-activate
, which se
+yas-reload-all
(&optional interactive
)yas-reload-all
(&optional no-jit
interactive
)no-jit
is non-nil force immediate reload of all known
snippets under yas-snippet-dirs
, otherwise use just-in-time
loading.
top-level-dir
each directory should be a mode name.
-Optional use-jit
use jit-loading of snippets.
+With prefix argument use-jit
do jit-loading of snippets.
yas-snippet-dirs
()Return yas-snippet-dirs
(which see) as a list.
+
Return variable yas-snippet-dirs
as list of strings.
hippie-expand-try-functions-list
.
+yas-shortest-key-until-whitespace
(_start-point
)Like yas-longest-key-from-whitespace
but take the shortest key.
+
yas-longest-key-from-whitespace
(start-point
)As yas-key-syntaxes
element, look for longest key between point and whitespace.
+
+A newline will be considered whitespace even if the mode syntax +marks it as something else (typically comment ender). +
+yas-text
()yas-text
()Return yas-text
if that exists and is non-empty, else nil.
@@ -1070,7 +1102,7 @@ Just put this function in hippie-expand-try-functions-list
.
yas-ido-prompt
(prompt
choices
&optional display-fn
)yas-ido-prompt
(prompt
choices
&optional display-fn
)/warning/: no doc for symbol yas-ido-prompt
@@ -1079,8 +1111,22 @@ Just put this function in hippie-expand-try-functions-list
.
yas-try-key-from-whitespace
(_start-point
)As yas-key-syntaxes
element, look for whitespace delimited key.
+
+A newline will be considered whitespace even if the mode syntax +marks it as something else (typically comment ender). +
+yas-dropdown-prompt
(_prompt
choices
&optional display-fn
)yas-dropdown-prompt
(_prompt
choices
&optional display-fn
)/warning/: no doc for symbol yas-dropdown-prompt
@@ -1090,7 +1136,7 @@ Just put this function in hippie-expand-try-functions-list
.
yas-define-snippets
(mode
snippets
)yas-define-snippets
(mode
snippets
)Define snippets
for mode
.
@@ -1134,7 +1180,7 @@ the current buffers contents.
yas-global-mode-enable-in-buffers
()yas-global-mode-enable-in-buffers
()/warning/: no doc for symbol yas-global-mode-enable-in-buffers
@@ -1144,7 +1190,7 @@ the current buffers contents.
yas-no-prompt
(_prompt
choices
&optional _display-fn
)yas-no-prompt
(_prompt
choices
&optional _display-fn
)/warning/: no doc for symbol yas-no-prompt
@@ -1154,7 +1200,7 @@ the current buffers contents.
yas-active-keys
()yas-active-keys
()Return all active trigger keys for current buffer and point. @@ -1164,7 +1210,7 @@ the current buffers contents.