João Távora
cfefaca284
Fix: cleanup after #333 fix, use 'cl-flet'
2012-11-17 16:38:11 +00:00
Joao Tavora
7e4876169b
Fix: also use $EMACS env var in compilation
2012-11-16 15:15:56 +00:00
Joao Tavora
0778a1b61b
Fix: Closes #330
2012-11-16 15:15:24 +00:00
João Távora
b29e4b9259
Doc: update "reporting bugs" section in README
2012-11-09 14:07:32 +00:00
João Távora
ed4dbdf378
Doc: added notice about bug reporting
2012-11-08 22:59:45 +00:00
João Távora
0ab9fb281e
Minor: make 'yas--define-snippets-1' an internal defun
2012-11-08 22:22:41 +00:00
João Távora
d5865b1092
Merge remote-tracking branch 'rolandwalker/byte-compiler-3'
...
Fix: reorder defuns to quieten byte-compiler
Conflicts:
yasnippet.el
2012-11-08 22:21:19 +00:00
João Távora
552008872b
Minor: cleanup internal doc headings slightly
2012-11-08 22:15:42 +00:00
Roland Walker
b7fe4c1f8d
reorder defuns to quieten byte-compiler
...
Two warnings avoided:
function `yas-define-snippets' defined multiple times in this file
the function `yas-define-snippets' is not known to be defined
2012-11-08 14:33:21 -05:00
João Távora
a581ac475d
Merge pull request #328 from rolandwalker/byte-compiler-2
...
Fix: new 'yas--called-interactively-p' to shoosh byte-compiler
2012-11-08 10:22:33 -08:00
Roland Walker
7d411fbfd7
replace interactive-p with called-interactively-p macro
...
tested compatible with GNU Emacs v 22.x - 24.x
2012-11-08 12:47:00 -05:00
João Távora
880767e669
Merge remote-tracking branch 'rolandwalker/flet'
...
Conflicts:
yasnippet.el
2012-11-06 18:33:37 +00:00
Roland Walker
4e07abaec7
comment
2012-11-06 13:06:01 -05:00
João Távora
185c771ded
Closes #253 .
2012-11-06 16:28:16 +00:00
João Távora
9de1c5f4fb
Fix: need to require assoc
, since using aget
somewhere
2012-11-06 15:51:32 +00:00
João Távora
81dbf038a1
Fix: expose and honour yas-dont-activate
2012-11-06 15:18:04 +00:00
João Távora
73a1b485d6
Merge branch 'trigger-key-fallback-cleanup'
...
Conflicts:
yasnippet.el
2012-11-06 14:16:46 +00:00
João Távora
cd70010b83
Closes #296 : No longer use customizable yas-trigger-key
and friends.
...
Use keymaps that the user can customise with `define-key` like all the
other modes
2012-11-06 14:12:18 +00:00
João Távora
f836621480
Fix: correct expectation for this test in batch-mode
2012-11-06 14:09:51 +00:00
João Távora
1774d7cbd0
Add: easier to run tests
2012-11-06 13:27:37 +00:00
João Távora
5aff68266c
Merge pull request #323 from rolandwalker/byte-compiler
...
Fix: quieten byte-compiler
2012-11-06 04:50:38 -08:00
João Távora
cbfc82d186
Merge pull request #325 from rolandwalker/doc
...
Docfix: checkdoc + spelling
2012-11-06 04:44:48 -08:00
Roland Walker
32e56098fb
future-proof against obsoleting of `flet'
...
flet will be marked obsolete starting in Emacs 24.3
2012-11-05 11:09:25 -05:00
Roland Walker
9574288277
checkdoc + spelling
2012-11-05 10:59:34 -05:00
Roland Walker
49dde5177b
quieten byte-compiler
2012-11-05 10:07:46 -05:00
João Távora
f7b786f6df
Merge pull request #321 from luismbo/patch-1
...
Fix: aesthetic fix to README.mdown
2012-11-05 06:21:34 -08:00
Luís Oliveira
a540545945
Aesthetic fix to README.mdown
2012-11-03 14:05:21 +00:00
João Távora
42ed181f4a
Merge pull request #308 from monsanto/yas-load-snippet-buffer-fix
...
Fix: "arrayp, nil" bug in yas-load-snippet-buffer.
2012-09-23 08:50:08 -07:00
Christopher Monsanto
7130d9c365
Fix "arrayp, nil" bug in yas-load-snippet-buffer.
2012-09-23 11:26:01 -04:00
João Távora
38db5aa9fb
Refactor: remove horrible 'yas--trigger-key-for-fallback' and rework 'yas--fallback'
2012-08-22 22:56:30 +01:00
João Távora
9503c332f5
Closes #290 : problem when advancing the start of a mirror-in-field
...
* Rewrote 'yas--update-mirrors'
* Added unit test
* Advancing is done exceptionally in 'yas--update-mirrors'
not 'yas--mirror-update-display' and just before we need to
re-update the mirror-in-field.
* Alternative to prior point would be to have fields carry a reference
to their child mirrors.
2012-08-22 00:52:17 +01:00
João Távora
8a26ab0a31
Closes #277 : add new yas-active-keys
(for auto-complete)
...
Also documented and reviewed related functionality slightly.
commit 51b182104b
2012-08-19 13:51:33 +01:00
João Távora
08c6dd44b3
Fix: arrgh remove the ^M line-endings again
2012-08-19 13:46:34 +01:00
Joao Tavora
38c4b734c9
Closes #285 : fix typo introduced in 71c8e0ea469c2992a31d17b0722ebdeb789fd1bf
2012-08-16 10:45:33 +01:00
João Távora
f28a3df702
Merge branch '0.8-fsf-changes'
0.8.0
2012-08-15 15:38:43 +01:00
João Távora
100beaf735
Fix: Ooops forgot to commit the actual fix for #281 .
2012-08-15 15:38:10 +01:00
João Távora
7981f8d63b
Closes #281 : jit-load in reverse order to maintain coherence with yas-snippet-dirs
2012-08-15 15:38:10 +01:00
Jim Myhrberg
064c068c45
Add mod
snippet to ruby-mode for module
definitions
2012-08-15 15:38:10 +01:00
João Távora
f96bd13cf7
Fix: Ooops forgot to commit the actual fix for #281 .
2012-08-15 15:33:57 +01:00
João Távora
926876b1a2
Closes #281 : jit-load in reverse order to maintain coherence with yas-snippet-dirs
2012-08-15 15:09:59 +01:00
João Távora
145448b815
Merge branch '0.8-fsf-changes'
2012-08-15 15:03:45 +01:00
João Távora
f82350a75d
Merge pull request #282 from jimeh/add-ruby-module-snippet
...
Enhancement, exceptional: Add `mod` snippet to ruby-mode for `module` definitions
2012-08-13 01:12:12 -07:00
Jim Myhrberg
06306181a8
Add mod
snippet to ruby-mode for module
definitions
2012-08-11 14:37:31 +01:00
Joao Tavora
5eede17563
Fix: new yas-trigger-key
default messed up the fallbacks.
...
Introduced an ugly `yas--trigger-key-for-fallback` hack, but should be good.
2012-08-07 12:44:14 +01:00
Joao Tavora
cdea084f7a
Add: .gitignore ignores local ert files (needed for testing in Emacs 23)
2012-08-07 12:09:12 +01:00
Joao Tavora
951fb3cbe7
Fix: recursive delete-directory
does not exist in Emacs 23
2012-08-07 12:07:32 +01:00
Joao Tavora
38093c1a9e
Fix: default value for yas-trigger-key
is not "<tab>" not "TAB"
...
After some exploration, this seems to be the more correct default.
Corrected test that checks for correct binding in org-mode, pass in emacs23 and emacs24
2012-08-07 12:06:53 +01:00
Joao Tavora
b4ccb6e956
Refactor: yas-load-snippet-buffer
can be called non-interactively
2012-08-06 18:39:11 +01:00
João Távora
32c65dff47
Enhancement: add some keybinding tests
2012-08-06 09:10:54 +01:00
João Távora
18714eac59
Fix: Put buffers of yas-tryout-snippet
in yas-minor-mode
2012-08-06 08:40:20 +01:00