]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
11 years agoAesthetic fix to README.mdown
Luís Oliveira [Sat, 3 Nov 2012 14:05:21 +0000 (14:05 +0000)]
Aesthetic fix to README.mdown

11 years agoMerge pull request #308 from monsanto/yas-load-snippet-buffer-fix
João Távora [Sun, 23 Sep 2012 15:50:08 +0000 (08:50 -0700)]
Merge pull request #308 from monsanto/yas-load-snippet-buffer-fix

Fix: "arrayp, nil" bug in yas-load-snippet-buffer.

11 years agoFix "arrayp, nil" bug in yas-load-snippet-buffer.
Christopher Monsanto [Sun, 23 Sep 2012 15:25:24 +0000 (11:25 -0400)]
Fix "arrayp, nil" bug in yas-load-snippet-buffer.

11 years agoCloses #290: problem when advancing the start of a mirror-in-field
João Távora [Tue, 21 Aug 2012 23:52:17 +0000 (00:52 +0100)]
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.

11 years agoCloses #277: add new `yas-active-keys` (for auto-complete)
João Távora [Sun, 19 Aug 2012 12:51:33 +0000 (13:51 +0100)]
Closes #277: add new `yas-active-keys` (for auto-complete)

Also documented and reviewed related functionality slightly.
commit 51b182104b

11 years agoFix: arrgh remove the ^M line-endings again
João Távora [Sun, 19 Aug 2012 12:46:34 +0000 (13:46 +0100)]
Fix: arrgh remove the ^M line-endings again

11 years agoCloses #285: fix typo introduced in 71c8e0ea469c2992a31d17b0722ebdeb789fd1bf
Joao Tavora [Thu, 16 Aug 2012 09:45:33 +0000 (10:45 +0100)]
Closes #285: fix typo introduced in 71c8e0ea469c2992a31d17b0722ebdeb789fd1bf

11 years agoMerge branch '0.8-fsf-changes'
João Távora [Wed, 15 Aug 2012 14:38:43 +0000 (15:38 +0100)]
Merge branch '0.8-fsf-changes'

11 years agoFix: Ooops forgot to commit the actual fix for #281.
João Távora [Wed, 15 Aug 2012 14:33:57 +0000 (15:33 +0100)]
Fix: Ooops forgot to commit the actual fix for #281.

11 years agoCloses #281: jit-load in reverse order to maintain coherence with `yas-snippet-dirs`
João Távora [Wed, 15 Aug 2012 14:09:59 +0000 (15:09 +0100)]
Closes #281: jit-load in reverse order to maintain coherence with `yas-snippet-dirs`

11 years agoAdd `mod` snippet to ruby-mode for `module` definitions
Jim Myhrberg [Sat, 11 Aug 2012 13:37:31 +0000 (14:37 +0100)]
Add `mod` snippet to ruby-mode for `module` definitions

11 years agoFix: Ooops forgot to commit the actual fix for #281.
João Távora [Wed, 15 Aug 2012 14:33:57 +0000 (15:33 +0100)]
Fix: Ooops forgot to commit the actual fix for #281.

11 years agoCloses #281: jit-load in reverse order to maintain coherence with `yas-snippet-dirs`
João Távora [Wed, 15 Aug 2012 14:09:59 +0000 (15:09 +0100)]
Closes #281: jit-load in reverse order to maintain coherence with `yas-snippet-dirs`

11 years agoMerge branch '0.8-fsf-changes'
João Távora [Wed, 15 Aug 2012 14:03:45 +0000 (15:03 +0100)]
Merge branch '0.8-fsf-changes'

11 years agoMerge pull request #282 from jimeh/add-ruby-module-snippet
João Távora [Mon, 13 Aug 2012 08:12:12 +0000 (01:12 -0700)]
Merge pull request #282 from jimeh/add-ruby-module-snippet

Enhancement, exceptional: Add `mod` snippet to ruby-mode for `module` definitions

11 years agoAdd `mod` snippet to ruby-mode for `module` definitions
Jim Myhrberg [Sat, 11 Aug 2012 13:37:31 +0000 (14:37 +0100)]
Add `mod` snippet to ruby-mode for `module` definitions

11 years agoFix: new `yas-trigger-key` default messed up the fallbacks.
Joao Tavora [Tue, 7 Aug 2012 11:44:14 +0000 (12:44 +0100)]
Fix: new `yas-trigger-key` default messed up the fallbacks.

Introduced an ugly `yas--trigger-key-for-fallback` hack, but should be good.

11 years agoAdd: .gitignore ignores local ert files (needed for testing in Emacs 23)
Joao Tavora [Tue, 7 Aug 2012 11:09:12 +0000 (12:09 +0100)]
Add: .gitignore ignores local ert files (needed for testing in Emacs 23)

11 years agoFix: recursive `delete-directory` does not exist in Emacs 23
Joao Tavora [Tue, 7 Aug 2012 11:07:32 +0000 (12:07 +0100)]
Fix: recursive `delete-directory` does not exist in Emacs 23

11 years agoFix: default value for `yas-trigger-key` is not "<tab>" not "TAB"
Joao Tavora [Tue, 7 Aug 2012 11:06:53 +0000 (12:06 +0100)]
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

11 years agoRefactor: `yas-load-snippet-buffer` can be called non-interactively
Joao Tavora [Mon, 6 Aug 2012 17:39:11 +0000 (18:39 +0100)]
Refactor: `yas-load-snippet-buffer` can be called non-interactively

11 years agoEnhancement: add some keybinding tests
João Távora [Mon, 6 Aug 2012 08:10:54 +0000 (09:10 +0100)]
Enhancement: add some keybinding tests

11 years agoFix: Put buffers of `yas-tryout-snippet` in `yas-minor-mode`
João Távora [Mon, 6 Aug 2012 07:40:20 +0000 (08:40 +0100)]
Fix: Put buffers of `yas-tryout-snippet` in `yas-minor-mode`

11 years agoCleanup: remove unneeded test and reorganize
João Távora [Sun, 5 Aug 2012 21:32:31 +0000 (22:32 +0100)]
Cleanup: remove unneeded test and reorganize

11 years agoCloses #271: 4th try, with backquote, need protection before collection
Joao Tavora [Fri, 3 Aug 2012 17:36:29 +0000 (18:36 +0100)]
Closes #271: 4th try, with backquote, need  protection before collection

* Add one more test, probably will need even more.

11 years agoCloses #271: 3rd try, protect escapes after collecting backquote elisp
Joao Tavora [Fri, 3 Aug 2012 10:03:11 +0000 (11:03 +0100)]
Closes #271: 3rd try, protect escapes after collecting backquote elisp

* Add more tests
* Now only need to escape backslashes in mirror/field
  transformations

11 years agoCloses #271: 2nd try, remove unescaping of backquote replacements
Joao Tavora [Thu, 2 Aug 2012 15:48:13 +0000 (16:48 +0100)]
Closes #271: 2nd try, remove unescaping of backquote replacements

* Fixes previous fix (big blunder, expansion unusable)
* Added more tests
* Fixed previously broken tests.

11 years agoBugfix: fix for #235 didn't load, usage before definition
Joao Tavora [Thu, 2 Aug 2012 15:05:44 +0000 (16:05 +0100)]
Bugfix: fix for #235 didn't load, usage before definition

11 years agoCloses #235: implement `yas--init-yas-in-snippet-keymap`
João Távora [Thu, 2 Aug 2012 07:22:14 +0000 (08:22 +0100)]
Closes #235: implement `yas--init-yas-in-snippet-keymap`

11 years agoCloses #271: save backquoted elisp and re-insert at end of expansion
João Távora [Wed, 1 Aug 2012 22:38:19 +0000 (23:38 +0100)]
Closes #271: save backquoted elisp and re-insert at end of expansion

11 years agoincomplete: preparing tests to fix #271
João Távora [Tue, 31 Jul 2012 07:41:52 +0000 (08:41 +0100)]
incomplete: preparing tests to fix #271

11 years agodoc/yas-doc-helper.el: write documentation for "exported" symbols from docstrings
Joao Tavora [Tue, 31 Jul 2012 15:38:22 +0000 (16:38 +0100)]
doc/yas-doc-helper.el: write documentation for "exported" symbols from docstrings
doc/manual.org: some tweaks, use new yas--document-symbols

11 years ago(yas-choose-value): Accept strings as &rest argument
João Távora [Mon, 30 Jul 2012 19:18:42 +0000 (20:18 +0100)]
(yas-choose-value): Accept strings as &rest argument

11 years agobugfix: use `yas-global-mode-hook` instead of advising `yas-global-mode`
Joao Tavora [Fri, 27 Jul 2012 13:54:06 +0000 (14:54 +0100)]
bugfix: use `yas-global-mode-hook` instead of advising `yas-global-mode`

11 years agofix: reverts commit c2ce16a510bb1e533a6df19190c16982344d5303, packages should be...
Joao Tavora [Tue, 24 Jul 2012 11:14:13 +0000 (12:14 +0100)]
fix: reverts commit c2ce16a510bb1e533a6df19190c16982344d5303, packages should be .tar files

11 years agoa little bitt more work on the documentation
João Távora [Sun, 22 Jul 2012 23:33:55 +0000 (00:33 +0100)]
a little bitt more work on the documentation

11 years agoMerge branch 'revamp-doc' into 0.8-fsf-changes.
João Távora [Sun, 22 Jul 2012 23:06:26 +0000 (00:06 +0100)]
Merge branch 'revamp-doc' into 0.8-fsf-changes.
Doc development will continue in this branch.

Conflicts:
README.mdown
doc/changelog.rst
doc/faq.rst
doc/index.rst
doc/snippet-development.rst
doc/snippet-expansion.rst
doc/snippet-menu.rst
doc/snippet-organization.rst

11 years agoCreate tar.gz packages
João Távora [Sun, 22 Jul 2012 18:17:29 +0000 (19:17 +0100)]
Create tar.gz packages

11 years agorefactor: redo and document some of the menu-bar code, also add tests
João Távora [Sun, 22 Jul 2012 18:11:28 +0000 (19:11 +0100)]
refactor: redo and document some of the menu-bar code, also add tests

11 years agobugfix: Support `yas-use-menu` with the value 'full and JIT-loading
João Távora [Sun, 22 Jul 2012 14:40:15 +0000 (15:40 +0100)]
bugfix: Support `yas-use-menu` with the value 'full and JIT-loading
new: introduces `yas--table-mode`

11 years agoCloses #254: don't show a menu at all if `yas-use-menu` is nil.
João Távora [Sun, 22 Jul 2012 10:54:42 +0000 (11:54 +0100)]
Closes #254: don't show a menu at all if `yas-use-menu` is nil.

11 years agoDon't forget to export `yas-hippie-try-expand`
João Távora [Sun, 22 Jul 2012 09:22:24 +0000 (10:22 +0100)]
Don't forget to export `yas-hippie-try-expand`

11 years agoRename all non-external symbols to `yas--`.
João Távora [Thu, 19 Jul 2012 01:39:12 +0000 (02:39 +0100)]
Rename all non-external symbols to `yas--`.
Maitain list of external symbols in `yas--exported-syms`

11 years agoRename symbol references from `yas/*` to `yas-*` in bundled snippets
João Távora [Thu, 19 Jul 2012 01:34:03 +0000 (02:34 +0100)]
Rename symbol references from `yas/*` to `yas-*` in bundled snippets

11 years agoRename symbol references to from `yas/*` to `yas-*` in docs as well
João Távora [Thu, 19 Jul 2012 01:31:48 +0000 (02:31 +0100)]
Rename symbol references to from `yas/*` to `yas-*` in docs as well

11 years agoSome cleanup
João Távora [Wed, 18 Jul 2012 13:45:27 +0000 (14:45 +0100)]
Some cleanup

11 years agoFound some more vars than can be user-customized
João Távora [Wed, 18 Jul 2012 13:33:31 +0000 (14:33 +0100)]
Found some more vars than can be user-customized

11 years agoRemove profanity
João Távora [Wed, 18 Jul 2012 13:19:39 +0000 (14:19 +0100)]
Remove profanity

11 years agoRename all symbols to `yas-*` but alias the old `yas/*` for backward compatibility
João Távora [Wed, 18 Jul 2012 13:16:01 +0000 (14:16 +0100)]
Rename all symbols to `yas-*` but alias the old `yas/*` for backward compatibility
Bump version to 0.8
All files use unix file endings

11 years agoUse UTF-8 when reading in yasnippet.el
João Távora [Wed, 18 Jul 2012 15:12:07 +0000 (16:12 +0100)]
Use UTF-8 when reading in yasnippet.el

11 years agoUpgrade license headers to GPLv3
João Távora [Wed, 18 Jul 2012 11:16:30 +0000 (12:16 +0100)]
Upgrade license headers to GPLv3

11 years agoClarify ideas about textmate snippet importation
João Távora [Wed, 18 Jul 2012 01:57:02 +0000 (02:57 +0100)]
Clarify ideas about textmate snippet importation

11 years agodoc: be even clearer about snippet contribution policy
João Távora [Wed, 18 Jul 2012 01:56:08 +0000 (02:56 +0100)]
doc: be even clearer about snippet contribution policy

11 years agoignore .yas-compiled-snippets.el files
João Távora [Tue, 17 Jul 2012 03:13:01 +0000 (04:13 +0100)]
ignore .yas-compiled-snippets.el files

11 years agoFix #266
João Távora [Tue, 17 Jul 2012 03:11:22 +0000 (04:11 +0100)]
Fix #266

11 years agoOn `yas/reload-all` be clearer as to whether just-in-time loading is active
João Távora [Mon, 16 Jul 2012 13:16:44 +0000 (14:16 +0100)]
On `yas/reload-all` be clearer as to whether just-in-time loading is active

11 years agoFix #70
João Távora [Mon, 16 Jul 2012 13:13:42 +0000 (14:13 +0100)]
Fix #70

11 years agoyasnippet now belongs to the FSF
Joao Tavora [Fri, 13 Jul 2012 16:34:34 +0000 (17:34 +0100)]
yasnippet now belongs to the FSF

11 years agopackage file was being generated incorrectly
Joao Tavora [Fri, 13 Jul 2012 16:32:02 +0000 (17:32 +0100)]
package file was being generated incorrectly

11 years agoActually, mention MELPA before el-get
João Távora [Fri, 13 Jul 2012 10:01:11 +0000 (12:01 +0200)]
Actually, mention MELPA before el-get

11 years agoReflect MELPA availability and el-get quirks
Joao Tavora [Fri, 13 Jul 2012 09:41:46 +0000 (10:41 +0100)]
Reflect MELPA availability and el-get quirks

11 years agocleanup: remove crlf line endings
João Távora [Sat, 30 Jun 2012 19:01:25 +0000 (20:01 +0100)]
cleanup: remove crlf line endings

11 years agobugfix: better `with-snippet-dirs` macro
João Távora [Sat, 30 Jun 2012 19:00:11 +0000 (20:00 +0100)]
bugfix: better `with-snippet-dirs` macro

11 years agobugfix: `yas/reload-all` should reload all snippets bypassing jit when called interac...
João Távora [Thu, 28 Jun 2012 21:34:22 +0000 (22:34 +0100)]
bugfix: `yas/reload-all` should reload all snippets bypassing jit when called interactively.

11 years agodocfix: YASnippet -> yasnippet
Joao Tavora [Thu, 28 Jun 2012 13:29:11 +0000 (14:29 +0100)]
docfix: YASnippet -> yasnippet
cleanup: some trailing whitespace

11 years agodocfix: add the workaround for using yasnippet as a non-global minor mode. See issue...
Joao Tavora [Thu, 28 Jun 2012 13:28:26 +0000 (14:28 +0100)]
docfix: add the workaround for using yasnippet as a non-global minor mode. See issue #253

11 years agobugfix: error in `yas/add-template` when `omit-items` was used in `yas/define-menu`
João Távora [Wed, 27 Jun 2012 16:04:17 +0000 (17:04 +0100)]
bugfix: error in `yas/add-template` when `omit-items` was used in `yas/define-menu`

11 years agobugfix: fix issue #255, removing a keybinding from a snippet doesn't really unbind...
João Távora [Fri, 15 Jun 2012 00:27:08 +0000 (01:27 +0100)]
bugfix: fix issue #255, removing a keybinding from a snippet doesn't really unbind it if it's the last one
enhancement: internal doc update with ascii diagram

12 years agoMerge pull request #251 from lewang/master
João Távora [Tue, 5 Jun 2012 21:38:38 +0000 (14:38 -0700)]
Merge pull request #251 from lewang/master

bugfix: don't hippie-expand unless in `yas/minor-mode`
enhancement: yas/dont-activate can now be a list of functions

12 years agoallow yas/dont-activate to take list of functions with default being `(minibufferp)`
Le Wang [Mon, 4 Jun 2012 16:34:08 +0000 (00:34 +0800)]
allow yas/dont-activate to take list of functions with default being `(minibufferp)`

- This allows the user to configure whether yasnippet should be enabled in
  minibuffer while preserving the current default.

12 years agoonly hippie-expand when yas/minor-mode is on
Le Wang [Mon, 4 Jun 2012 16:08:44 +0000 (00:08 +0800)]
only hippie-expand when yas/minor-mode is on

12 years agomore formatting mostly
Joao Tavora [Wed, 30 May 2012 17:47:57 +0000 (18:47 +0100)]
more formatting mostly

12 years agoa little more work, but very little
Joao Tavora [Wed, 30 May 2012 16:24:22 +0000 (17:24 +0100)]
a little more work, but very little

12 years agobugfix: more correctly create the Marmelade package for #217
João Távora [Tue, 29 May 2012 21:40:05 +0000 (22:40 +0100)]
bugfix: more correctly create the Marmelade package for #217

12 years agocleanup: trailing whitespace
João Távora [Tue, 29 May 2012 21:30:27 +0000 (22:30 +0100)]
cleanup: trailing whitespace

12 years agoenhancement: Update some meta-info for #217
João Távora [Tue, 29 May 2012 21:30:05 +0000 (22:30 +0100)]
enhancement: Update some meta-info for #217

12 years agoenhancement: create Marmelade-compatible packages for #217
João Távora [Tue, 29 May 2012 21:29:34 +0000 (22:29 +0100)]
enhancement: create Marmelade-compatible packages for #217

12 years agocleanup: remove `yas/find-snippets\', complicated and no one seems to use it anyway
João Távora [Tue, 29 May 2012 20:41:55 +0000 (21:41 +0100)]
cleanup: remove `yas/find-snippets\', complicated and no one seems to use it anyway

12 years agobugfix: more tweaks to the interactive spec of `yas/reload-all'
João Távora [Tue, 29 May 2012 20:23:15 +0000 (21:23 +0100)]
bugfix: more tweaks to the interactive spec of `yas/reload-all'

12 years agobugfix: removed interactive spec of yas/reload-all
João Távora [Thu, 10 May 2012 08:30:30 +0000 (09:30 +0100)]
bugfix: removed interactive spec of yas/reload-all

12 years agoenhancement: nicer `yas/new-snippet\' template
Joao Tavora [Wed, 23 May 2012 10:46:36 +0000 (11:46 +0100)]
enhancement: nicer `yas/new-snippet\' template

12 years agobugfix: fix #245
Joao Tavora [Wed, 23 May 2012 10:44:27 +0000 (11:44 +0100)]
bugfix: fix #245

12 years agodocfix: fix #248
João Távora [Wed, 23 May 2012 06:13:18 +0000 (08:13 +0200)]
docfix: fix #248

12 years agoenhancement: minor cleanup to the loading mechanism
Joao Tavora [Tue, 22 May 2012 16:49:57 +0000 (17:49 +0100)]
enhancement: minor cleanup to the loading mechanism

12 years agobugfix: Fix #242
Joao Tavora [Tue, 22 May 2012 16:47:32 +0000 (17:47 +0100)]
bugfix: Fix #242

12 years agocleanup: minor whitespace and doc cleanup
Joao Tavora [Mon, 21 May 2012 13:48:08 +0000 (14:48 +0100)]
cleanup: minor whitespace and doc cleanup

12 years agobugfix: fix #233
Joao Tavora [Mon, 21 May 2012 13:47:42 +0000 (14:47 +0100)]
bugfix: fix #233

12 years agofix: get rid of `yas/no-jit', interactive calls to `yas/reload-all' do *not* use jit
Joao Tavora [Mon, 21 May 2012 13:46:33 +0000 (14:46 +0100)]
fix: get rid of `yas/no-jit', interactive calls to `yas/reload-all' do *not* use jit

12 years agoMerge remote-tracking branch 'origin/master' into revamp-doc
Joao Tavora [Thu, 10 May 2012 10:40:59 +0000 (11:40 +0100)]
Merge remote-tracking branch 'origin/master' into revamp-doc

12 years agoMerge pull request #244 from darthdeus/encoding
João Távora [Mon, 7 May 2012 16:01:08 +0000 (09:01 -0700)]
Merge pull request #244 from darthdeus/encoding

Set default Encoding to UTF_8 for Ruby 1.9

12 years agoSet default Encoding to UTF_8 for Ruby 1.9
Jakub Arnold [Mon, 7 May 2012 15:30:48 +0000 (17:30 +0200)]
Set default Encoding to UTF_8 for Ruby 1.9

12 years agousing an org-mode readme, too
Joao Tavora [Mon, 7 May 2012 15:07:44 +0000 (16:07 +0100)]
using an org-mode readme, too

12 years agoremoved executable permissions
Joao Tavora [Mon, 7 May 2012 14:58:44 +0000 (15:58 +0100)]
removed executable permissions

12 years agomerged every org file into manual.org
Joao Tavora [Mon, 7 May 2012 14:56:17 +0000 (15:56 +0100)]
merged every org file into manual.org

12 years agoscaffolding for a doc revamp
João Távora [Mon, 7 May 2012 08:26:42 +0000 (09:26 +0100)]
scaffolding for a doc revamp

12 years agoMake jit-loading be the default. See issue #240.
João Távora [Sun, 6 May 2012 10:36:54 +0000 (11:36 +0100)]
Make jit-loading be the default. See issue #240.

12 years agoMerge pull request #239 from ptpt/master
João Távora [Wed, 2 May 2012 13:49:57 +0000 (06:49 -0700)]
Merge pull request #239 from ptpt/master

typo error

12 years agotypo error in `yas/comleting-prompt'
Tao Peng [Wed, 2 May 2012 13:20:59 +0000 (15:20 +0200)]
typo error in `yas/comleting-prompt'

12 years agoMerge branch 'jit-loading', implementing #160.
João Távora [Sun, 29 Apr 2012 11:48:22 +0000 (12:48 +0100)]
Merge branch 'jit-loading', implementing #160.

12 years agojit-loading: some minor refactoring and better tests
João Távora [Sun, 29 Apr 2012 11:43:42 +0000 (12:43 +0100)]
jit-loading: some minor refactoring and better tests