diff --git a/faq.html b/faq.html index 866da45..5f19491 100644 --- a/faq.html +++ b/faq.html @@ -7,7 +7,7 @@ - + @@ -391,7 +391,7 @@ directive:
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
diff --git a/index.html b/index.html index 223723b..e49d901 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ - + @@ -194,7 +194,7 @@ for the JavaScript code in this tag.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
diff --git a/snippet-development.html b/snippet-development.html index 2a7e031..449ecb4 100644 --- a/snippet-development.html +++ b/snippet-development.html @@ -7,7 +7,7 @@ - + @@ -877,7 +877,7 @@ performs the normal Emacsdelete-char
command.
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
diff --git a/snippet-expansion.html b/snippet-expansion.html index 9594879..668f72b 100644 --- a/snippet-expansion.html +++ b/snippet-expansion.html @@ -7,7 +7,7 @@ - + @@ -633,7 +633,7 @@ See the documentation on variable -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
diff --git a/snippet-menu.html b/snippet-menu.html index 6c971c3..cedbff3 100644 --- a/snippet-menu.html +++ b/snippet-menu.html @@ -7,7 +7,7 @@ - + @@ -269,7 +269,7 @@ variables.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
diff --git a/snippet-organization.html b/snippet-organization.html index 4e5ea34..87f67b5 100644 --- a/snippet-organization.html +++ b/snippet-organization.html @@ -7,7 +7,7 @@ - + @@ -379,7 +379,7 @@ ruby-mode/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
diff --git a/snippet-reference.html b/snippet-reference.html index 2d248a9..c7751f1 100644 --- a/snippet-reference.html +++ b/snippet-reference.html @@ -7,7 +7,7 @@ - + @@ -163,7 +163,7 @@ for the JavaScript code in this tag.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
)Reload all snippets and rebuild the YASnippet menu.
-When called interactively force immediate reload of all known
+When no-jit
is non-nil force immediate reload of all known
snippets under yas-snippet-dirs
, otherwise use just-in-time
loading.
+When called interactively, use just-in-time loading when given a +prefix argument. +
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.