749 Commits

Author SHA1 Message Date
João Távora
27eade2d04 Merge branch 'master' into jit-loading 2012-03-25 14:08:20 +01:00
Joao Tavora
440b6936a5 makes 'yas/template' objects easier to read in the echo area 2012-03-20 09:16:00 +00:00
Joao Tavora
43232a10db If no 'key' or 'binding' directives fall back to filename as trigger key 2012-03-20 09:14:18 +00:00
Joao Tavora
fcbbdbdbbc Don\'t abort loading more snippet dirs if one of them failed 2012-03-09 11:05:39 +00:00
Joao Tavora
1dc9ea386e Restructured mostly loading code, improved jit-loading and parent discovery.
Some bugs may lurk
2012-03-08 13:43:19 +00:00
Joao Tavora
47ed49116e prototype, many bugs, especially with with parent modes... 2012-03-06 15:34:55 +00:00
Joao Tavora
fe6351b18f Sligthly saner `yas/load-directory-1' 2012-03-06 14:35:54 +00:00
Le Wang
1bfc3793e4 remove redundant declaration of defaults for snippet-mode 2012-03-04 12:35:36 +08:00
Le Wang
087388e21a add comment definition for snippet-mode 2012-03-04 12:35:36 +08:00
Le Wang
3cd8cbdd12 clean up trailing white space 2012-03-04 12:35:36 +08:00
João Távora
6b755c9521 need the comma when deferring errors to the future in yas/eval-lisp 2012-02-28 01:45:59 +00:00
João Távora
95195d1324 Fix typo that resulted on error 2012-02-27 02:35:14 +00:00
João Távora
893a9b3594 Load correct .yas-setup and .yas-compiled-snippets file when loading a snippet dir 2012-02-27 02:35:13 +00:00
João Távora
d608b66a5d Document yas/compute-major-mode-and-parents better 2012-02-26 20:44:24 +00:00
João Távora
3ce27b8e92 Document yas/new-snippet better 2012-02-26 20:43:47 +00:00
João Távora
fb45d0e45a cosmetics 2012-02-26 20:43:18 +00:00
João Távora
483364c8e5 yasnippet-bundle.el gone.
fast snippet loading now via .yas-compiled-snippet.el files, uses yas/compile-snippets
2012-02-26 20:42:56 +00:00
Joao Tavora
c9f35eda2e Fix issue #215 2012-02-22 13:32:56 +00:00
Joao Tavora
c43c55b573 Fix issue reported in http://stackoverflow.com/questions/9298866/emacs-yasnippet-insert-snippet-on-keystroke 2012-02-16 10:20:15 +00:00
Joao Tavora
813fa525fe yas/ri uses yas/ri-executable 2012-02-16 10:20:14 +00:00
João Távora
2e3497d1a0 Fix issue #208 2012-02-14 15:22:33 +00:00
João Távora
c372e17504 Fix issue #203 2011-12-15 01:11:48 +00:00
João Távora
16fadcab4b Slightly more uniform installation instructions for issue #198 2011-12-15 01:10:47 +00:00
Mitchel Humpherys
a4960afa75 using let* instead of let for expand-env 2011-12-09 13:21:57 -08:00
João Távora
ec9a75a5f5 When testing snippets for a specific mode, turn off read-only in the testing buffer. 2011-12-01 19:32:11 +00:00
João Távora
1676151e62 Improved explanation of yas/buffer-local-condition 2011-12-01 19:30:46 +00:00
João Távora
11fb69f0c0 yas/exit-snippet called interactively exits the most recently inserted snippet (issue #196) 2011-11-30 00:37:40 +00:00
Joao Tavora
238e46a020 Remove support for filenames-as-triggers 2011-10-31 18:08:36 +00:00
Joao Tavora
8d07c8820d Avoid too many yas/reload' using yas/global-mode-hook'. 2011-10-26 15:40:56 +01:00
Joao Tavora
c0fce97475 Attempt to fix a bug with yas/snippet-dirs initialization. 2011-10-13 15:04:26 +01:00
Joao Tavora
e50eafed99 Moved autoload from yas/snippet-dirs to yas/global-mode. 2011-10-13 14:43:17 +01:00
João Távora
c213401bba Merge branch 'TRY-better-inhibit-modification-hooks' 2011-10-09 17:51:15 +01:00
capitaomorte
508d47dc6c * Corrected a snippet engine bug with this snippet
A TEST THAT ${1: should ${2:succeed}} FAILS! $2
2011-10-07 11:43:09 +00:00
capitaomorte
296bfd761e an attempt to fix issue 192 2011-10-06 11:37:38 +00:00
capitaomorte
55f183033d Fix issue 186 2011-09-19 16:34:11 +00:00
capitaomorte
f669e9f6bf simplify `yas/reload-all\', don\'t save and restore global or minor modes there 2011-09-19 09:43:31 +00:00
capitaomorte
3e2ad14885 Fix issue 187 2011-09-11 15:03:03 +00:00
capitaomorte
a20a2e4232 Fix issue 182 2011-08-24 00:46:44 +00:00
capitaomorte
51e99ef3a0 * Reasonable default for `yas/snippet-dirs'. Should take care of issue 179. 2011-08-24 00:43:19 +00:00
capitaomorte
49a9d85d10 * Fixed broken `yas/choose-keys-first' 2011-05-08 14:28:11 +00:00
capitaomorte
0a22a2bb63 Fix issue 169 2011-05-07 20:40:40 +00:00
capitaomorte
2199257e24 Fix issue 163. 2011-05-07 19:52:56 +00:00
capitaomorte
98eef1e6f8 * Fix issue 160
* Fix issue 159
2011-05-07 19:39:37 +00:00
capitaomorte
35eaad9d40 * Remove a spurious test defun and incorporting a suggestion for `yas/skip-and-clear-key' by Matthew Fidler 2010-10-30 11:28:58 +00:00
capitaomorte
81065f4858 * Fix issues 153 and 97. 2010-10-30 09:04:54 +00:00
capitaomorte
df72dd28d7 * Some leftover past work in snippet loading 2010-10-30 09:02:02 +00:00
capitaomorte
04c1a6e23a * Fix Issue 151: yas-parents not working 2010-10-25 09:59:35 +00:00
capitaomorte
f8060ec2a5 * spurious (and) in last commit 2010-10-24 22:21:35 +00:00
capitaomorte
ca1d083dc7 * Fix issue 152. Don't require ido-mode to be t for ido-promt to be used. 2010-10-24 22:20:23 +00:00
capitaomorte
90f9bba834 * Fix issue 141: Use (gensym) instead of a (make-symbol uuid) 2010-08-29 11:48:33 +00:00