838 Commits

Author SHA1 Message Date
João Távora
1688fc3442 enhancement: create Marmelade-compatible packages for #217 2012-05-29 22:29:34 +01:00
João Távora
433c937465 cleanup: remove `yas/find-snippets\', complicated and no one seems to use it anyway 2012-05-29 21:41:55 +01:00
João Távora
bcb3cd30aa bugfix: more tweaks to the interactive spec of `yas/reload-all' 2012-05-29 21:23:15 +01:00
João Távora
490389e1e1 bugfix: removed interactive spec of yas/reload-all 2012-05-29 21:11:21 +01:00
Joao Tavora
33a07c3544 enhancement: nicer `yas/new-snippet\' template 2012-05-23 11:46:36 +01:00
Joao Tavora
c9bd102cb3 bugfix: fix #245 2012-05-23 11:45:45 +01:00
João Távora
cfd92598e8 docfix: fix #248 2012-05-23 08:13:18 +02:00
Joao Tavora
922304ffdf enhancement: minor cleanup to the loading mechanism 2012-05-22 17:49:57 +01:00
Joao Tavora
c38c3aaab8 bugfix: Fix #242 2012-05-22 17:47:32 +01:00
Joao Tavora
a7b78cf198 cleanup: minor whitespace and doc cleanup 2012-05-21 14:48:08 +01:00
Joao Tavora
4f846f2c36 bugfix: fix #233 2012-05-21 14:47:42 +01:00
Joao Tavora
9fc2e20d91 fix: get rid of yas/no-jit', interactive calls to yas/reload-all' do *not* use jit 2012-05-21 14:46:33 +01:00
Joao Tavora
8b7285b640 Merge remote-tracking branch 'origin/master' into revamp-doc 2012-05-10 11:40:59 +01:00
João Távora
bbef037483 Merge pull request #244 from darthdeus/encoding
Set default Encoding to UTF_8 for Ruby 1.9
2012-05-07 09:01:08 -07:00
Jakub Arnold
09a936041a Set default Encoding to UTF_8 for Ruby 1.9 2012-05-07 17:30:48 +02:00
Joao Tavora
bdcecc0fe5 using an org-mode readme, too 2012-05-07 16:07:44 +01:00
Joao Tavora
b0a986b761 removed executable permissions 2012-05-07 15:58:44 +01:00
Joao Tavora
9ab633bc4f merged every org file into manual.org 2012-05-07 15:56:17 +01:00
João Távora
56b8887538 scaffolding for a doc revamp 2012-05-07 09:26:42 +01:00
João Távora
ed85eb488b Make jit-loading be the default. See issue #240. 2012-05-06 11:36:54 +01:00
João Távora
ad5f63ca95 Merge pull request #239 from ptpt/master
typo error
2012-05-02 06:49:57 -07:00
Tao Peng
404089ba05 typo error in `yas/comleting-prompt' 2012-05-02 15:20:59 +02:00
João Távora
6d416253ac Merge branch 'jit-loading', implementing #160. 2012-04-29 12:48:22 +01:00
João Távora
fcb4dfe43d jit-loading: some minor refactoring and better tests 2012-04-29 12:43:42 +01:00
João Távora
7bf1517898 Fix #237 2012-04-28 17:21:12 +01:00
João Távora
dad9612b3c Merge pull request #234 from rson/patch-1
Fix documentation typo.
2012-04-22 09:53:10 -07:00
João Távora
584d1d80bf yas/load-directory-1: also start supressing emacs-lisp load messages when yas/verbosity is 2 or lower 2012-04-22 17:27:00 +01:00
João Távora
b32edcca4c bugfix: needs to be interactive 2012-04-22 17:12:49 +01:00
João Távora
cb3f125439 bugfix: print-legnth has to be infinity here 2012-04-22 17:12:13 +01:00
João Távora
023f1ebad4 bugfix: need to to go to end of buffer after inserting .yas-setup.el 2012-04-22 17:11:23 +01:00
João Távora
3eff698e68 bugfix: also use here 2012-04-22 17:10:25 +01:00
João Távora
afa1b19a2b Merge remote-tracking branch 'origin/master' into jit-loading 2012-04-22 16:56:05 +01:00
João Távora
26c311ee8a yas/load-directory: bugfix: yas/define-parents must be called earlier on. 2012-04-22 16:34:57 +01:00
João Távora
d317a408c3 enhancement: test snippet compilation and loading. refactor test helpers 2012-04-22 16:34:12 +01:00
João Távora
e30b67f9ca enhancement: add yas/recompile-all 2012-04-22 16:33:02 +01:00
João Távora
a948b92aa2 bugfix: also exit all snippets at end of should-expand test 2012-04-22 16:30:58 +01:00
João Távora
4ae3bc0aff with-snippet-dirs: correct use of unwind-protect 2012-04-22 16:29:57 +01:00
João Távora
0bdb370c06 yas/compile-directory: now works :-) 2012-04-21 11:58:50 +01:00
João Távora
9dedf91209 with-snippet-dirs: use UNWIND-PROTECT 2012-04-21 11:58:12 +01:00
João Távora
61ccd9b4ab Should really exit all snippets 2012-04-21 10:13:41 +01:00
João Távora
7a41a130bd Merge pull request #236 from immerrr/patch-1
yas/ido-prompt: play nice with autoloading of ido-completing-read
2012-04-20 13:20:58 -07:00
immerrr
69a1061955 yas/ido-prompt: play nice with autoloading of ido-completing-read 2012-04-19 23:29:37 +04:00
Randy Morris
271f985c0a Fix documentation typo. 2012-04-12 15:54:29 -03:00
João Távora
59e18a999e Richer tests 2012-03-26 03:44:01 +01:00
João Távora
7e3ce48d3c Fix #207 2012-03-26 01:27:16 +01:00
João Távora
ce85cffcfc Merge branch 'master' into jit-loading
Minor conflicts (had already corrected spelling on some log lines...):
	yasnippet.el
2012-03-25 15:07:31 +01:00
João Távora
6323567809 Introduced 'yas/message and 'yas/verbosity, make everything log to level 3 for now. Implements #224. 2012-03-25 15:02:46 +01:00
João Távora
012ce9cba0 This shouldn't be here 2012-03-25 14:46:30 +01:00
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