]> code.delx.au - gnu-emacs-elpa/log
gnu-emacs-elpa
10 years agofix: remove references to dropdown-list.el in Rakefile
João Távora [Wed, 9 Oct 2013 23:00:08 +0000 (00:00 +0100)]
fix: remove references to dropdown-list.el in Rakefile

10 years agoMerge pull request #407 from dongxiong/patch-1
João Távora [Wed, 9 Oct 2013 22:57:43 +0000 (15:57 -0700)]
Merge pull request #407 from dongxiong/patch-1

Update manual.mdown

10 years agoUpdate manual.mdown
dongxiong [Thu, 3 Oct 2013 04:09:26 +0000 (12:09 +0800)]
Update manual.mdown

file name error

10 years agofix: please older emacsen, don't use LETREC after all
João Távora [Sat, 7 Sep 2013 17:55:37 +0000 (18:55 +0100)]
fix: please older emacsen, don't use LETREC after all

also fix some compiler warnings

10 years agofix: shoosh warning with LETREC instead of LET
João Távora [Mon, 2 Sep 2013 11:01:24 +0000 (12:01 +0100)]
fix: shoosh warning with LETREC instead of LET

10 years agoCloses #318: Don't use CL-LABELS for backward compatibility with older emacsen
João Távora [Mon, 2 Sep 2013 10:55:55 +0000 (11:55 +0100)]
Closes #318: Don't use CL-LABELS for backward compatibility with older emacsen

10 years agoCloses #318: correctly implement YAS--MODES-TO-ACTIVATE
João Távora [Sat, 31 Aug 2013 22:45:13 +0000 (23:45 +0100)]
Closes #318: correctly implement YAS--MODES-TO-ACTIVATE

- simpler and got rid of YAS--ALL-PARENTS
- also got rid of YAS/MODE-SYMBOL backward compatibility hack

10 years agoFix: cleanup yasnippet-tests.el
João Távora [Sat, 31 Aug 2013 22:43:39 +0000 (23:43 +0100)]
Fix: cleanup yasnippet-tests.el

- add edebug-form-specs
- replace "yas/" with "yas-"
- yas/ert => yas-batch-run-tests

10 years agofix: replace 'text' in 'yas-text' in bundled snippets
Joao Tavora [Fri, 30 Aug 2013 16:08:23 +0000 (17:08 +0100)]
fix: replace 'text' in 'yas-text' in bundled snippets

The previous commit broke these snippets by enabling

10 years agofix: more idiomatic elisp, better docstrings, less byte-compiler warnings
Joao Tavora [Thu, 29 Aug 2013 09:20:31 +0000 (10:20 +0100)]
fix: more idiomatic elisp, better docstrings, less byte-compiler warnings

By Stefan Monnier, with original commentary.

"Here's an untested patch of cleanups, found partly via compilation using
lexical-binding and partly via checkdoc-current-buffer (and
occasionally by stumble-upon happenstance)."

10 years agoMerge pull request #397 from thisirs/customizable-snippet
João Távora [Tue, 20 Aug 2013 15:53:32 +0000 (08:53 -0700)]
Merge pull request #397 from thisirs/customizable-snippet

Make default snippet customizable

10 years agoAssume NO-TEMPLATE is non-nil if `yas-new-snippet-default' is nil
thisirs [Mon, 19 Aug 2013 20:52:19 +0000 (22:52 +0200)]
Assume NO-TEMPLATE is non-nil if `yas-new-snippet-default' is nil

10 years agoFactor out embedded elisp code
thisirs [Mon, 19 Aug 2013 20:47:14 +0000 (22:47 +0200)]
Factor out embedded elisp code

* yasnippet.el (yas--key-from-desc): Added

10 years agoMake default snippet customizable
thisirs [Sun, 4 Aug 2013 22:26:49 +0000 (00:26 +0200)]
Make default snippet customizable

10 years agocloses #391: don't assume `declare-function'/ exists, it doesn't in emacs22
Joao Tavora [Mon, 22 Jul 2013 17:32:45 +0000 (18:32 +0100)]
closes #391: don't assume `declare-function'/ exists, it doesn't in emacs22

11 years agodoc: finally decided to write the manual in markdown
João Távora [Wed, 8 May 2013 23:07:22 +0000 (00:07 +0100)]
doc: finally decided to write the manual in markdown

will use same or similar doc helpers

11 years agodoc: remove README.org
João Távora [Wed, 8 May 2013 22:50:54 +0000 (23:50 +0100)]
doc: remove README.org

11 years agoCloses #372: removed trailing spaces in snippets
Joao Tavora [Mon, 6 May 2013 01:15:27 +0000 (21:15 -0400)]
Closes #372: removed trailing spaces in snippets

11 years agoMinor: indenting in for yasnippet-tests.el macro
Joao Tavora [Mon, 6 May 2013 00:42:18 +0000 (20:42 -0400)]
Minor: indenting in for yasnippet-tests.el macro

11 years agoCloses #318: now checks for circular parenthood in snippet dirs
Joao Tavora [Mon, 6 May 2013 00:41:04 +0000 (20:41 -0400)]
Closes #318: now checks for circular parenthood in snippet dirs

11 years agoMerge pull request #377 from tarsius/master
João Távora [Sat, 4 May 2013 13:39:45 +0000 (06:39 -0700)]
Merge pull request #377 from tarsius/master

do not require dropdown-list at compile time

11 years agodo not require dropdown-list at compile time
Jonas Bernoulli [Sat, 4 May 2013 01:36:06 +0000 (03:36 +0200)]
do not require dropdown-list at compile time

It might not be available.

Also update commentary with respect to dropdown-list.

11 years agoMerge pull request #370 from tarsius/master
João Távora [Thu, 2 May 2013 07:34:49 +0000 (00:34 -0700)]
Merge pull request #370 from tarsius/master

remove bundled dropdown-list.el

11 years agoremove bundled dropdown-list.el
Jonas Bernoulli [Tue, 12 Mar 2013 18:35:01 +0000 (19:35 +0100)]
remove bundled dropdown-list.el

It is available from melpa, so no need to bundle it.

11 years agoCloses #312: YAS-MODE-SYMBOL does not exist anymore, replaced by YAS-EXTRA-MODES
Joao Tavora [Wed, 20 Feb 2013 11:07:13 +0000 (11:07 +0000)]
Closes #312: YAS-MODE-SYMBOL does not exist anymore, replaced by YAS-EXTRA-MODES

11 years agoFix: moved snippets/js2-mode to snippets/js-mode
João Távora [Mon, 18 Feb 2013 22:29:25 +0000 (22:29 +0000)]
Fix: moved snippets/js2-mode to snippets/js-mode

11 years agoMerge pull request #363 from azer/master
João Távora [Sat, 16 Feb 2013 18:27:54 +0000 (10:27 -0800)]
Merge pull request #363 from azer/master

Add JavaScript Snippets

11 years agoMerge pull request #358 from Sarcasm/master
João Távora [Sat, 16 Feb 2013 18:24:43 +0000 (10:24 -0800)]
Merge pull request #358 from Sarcasm/master

Make yas--version compatible with version-to-list()

11 years agoadd js snippets
E.Azer Koçulu [Fri, 15 Feb 2013 22:22:23 +0000 (14:22 -0800)]
add js snippets

11 years agoFix yas--version to compatible with version-to-list
Guillaume Papin [Mon, 4 Feb 2013 09:42:09 +0000 (10:42 +0100)]
Fix yas--version to compatible with version-to-list

11 years agoMerge pull request #355 from tkf/fix-yas--message
João Távora [Sun, 13 Jan 2013 05:53:17 +0000 (21:53 -0800)]
Merge pull request #355 from tkf/fix-yas--message

Fix yas--message for the case message contains %

11 years agoFix yas--message for the case message contains %
Takafumi Arakaki [Sat, 12 Jan 2013 17:23:16 +0000 (18:23 +0100)]
Fix yas--message for the case message contains %

11 years agoDoc: document structures YAS--FIELD and YAS--MIRROR
João Távora [Tue, 25 Dec 2012 04:29:51 +0000 (04:29 +0000)]
Doc: document structures YAS--FIELD and YAS--MIRROR

11 years agoFix: enclose this test in WITH-TEMP-BUFFER
João Távora [Tue, 25 Dec 2012 04:25:16 +0000 (04:25 +0000)]
Fix: enclose this test in WITH-TEMP-BUFFER

11 years agoCloses #351: sort mirrors by nesting depth when updating
João Távora [Tue, 25 Dec 2012 04:20:03 +0000 (04:20 +0000)]
Closes #351: sort mirrors by nesting depth when updating

11 years agoCloses #315: don't consider keybindings when filtering snippets in YAS-ACTIVE-KEYS
Joao Tavora [Mon, 24 Dec 2012 16:35:03 +0000 (16:35 +0000)]
Closes #315: don't consider keybindings when filtering snippets in YAS-ACTIVE-KEYS

11 years agoAdd: unit test for YAS-MINOR-MODE-MAP rebindings
João Távora [Mon, 24 Dec 2012 01:45:59 +0000 (01:45 +0000)]
Add: unit test for YAS-MINOR-MODE-MAP rebindings

11 years agoFix: tests also use YAS--WITH-TEMPORARY-REDEFINITIONS to make stubs
João Távora [Mon, 24 Dec 2012 01:35:05 +0000 (01:35 +0000)]
Fix: tests also use YAS--WITH-TEMPORARY-REDEFINITIONS to make stubs

11 years agoFix: YAS-RELOAD-ALL preserves user bindings on YAS-MINOR-MODE-MAP cleanup
João Távora [Sun, 23 Dec 2012 20:43:23 +0000 (20:43 +0000)]
Fix: YAS-RELOAD-ALL preserves user bindings on YAS-MINOR-MODE-MAP cleanup

- Don't create a new keymap on every reload

11 years agoFix: double check if mac trigger symbol is available
João Távora [Sat, 22 Dec 2012 18:18:04 +0000 (18:18 +0000)]
Fix: double check if mac trigger symbol is available

11 years agoFix: YAS--CALLED-INTERACTIVELY-P should reverse its condition check
João Távora [Sat, 22 Dec 2012 18:04:54 +0000 (18:04 +0000)]
Fix: YAS--CALLED-INTERACTIVELY-P should reverse its condition check

11 years agoMerge pull request #343 from dgutov/zip
João Távora [Mon, 17 Dec 2012 11:59:18 +0000 (03:59 -0800)]
Merge pull request #343 from dgutov/zip

Remove group-name prefix from ruby-mode/collections/zip

11 years agoCloses #335: YAS-DONT-ACTIVATE is only buffer-local in pre-24 emacsen
João Távora [Mon, 17 Dec 2012 00:05:29 +0000 (00:05 +0000)]
Closes #335: YAS-DONT-ACTIVATE is only buffer-local in pre-24 emacsen

11 years agoMerge pull request #344 from dgutov/no-aget
João Távora [Sun, 16 Dec 2012 23:53:04 +0000 (15:53 -0800)]
Merge pull request #344 from dgutov/no-aget

Fix: remove the use of AGET that has creeped in

11 years agoCloses #347: can't expect THIS-COMMAND to have valid value in YAS-BUFFER-LOCAL-CONDITION
João Távora [Sun, 16 Dec 2012 14:36:14 +0000 (14:36 +0000)]
Closes #347: can't expect THIS-COMMAND to have valid value in YAS-BUFFER-LOCAL-CONDITION

11 years agoRemove the use of `aget` that has creeped in
Dmitry Gutov [Sat, 8 Dec 2012 23:08:57 +0000 (03:08 +0400)]
Remove the use of `aget` that has creeped in

See also c38c3aa38db5aa9fbf0f60dce63b83cab8f028bfcd152bd and
9de1c5f4fb6f281cfa4af869d393db76616cb42e#commitcomment-2265088

11 years agoRemove group-name prefix from ruby-mode/collections/zip
Dmitry Gutov [Sat, 8 Dec 2012 22:15:43 +0000 (02:15 +0400)]
Remove group-name prefix from ruby-mode/collections/zip

Bug introduced in f48317e7c5ecdbb7680d0ea2c595cfda0342c3bb and not-fixed in
3aea27042bc2a0f05b2755e0c5c4edc43b426aed.

11 years agoCloses #339
João Távora [Tue, 27 Nov 2012 00:25:51 +0000 (00:25 +0000)]
Closes #339

11 years agoFix: cleanup after #333 fix, use 'cl-flet'
João Távora [Sat, 17 Nov 2012 16:38:00 +0000 (16:38 +0000)]
Fix: cleanup after #333 fix, use 'cl-flet'

11 years agoFix: also use $EMACS env var in compilation
Joao Tavora [Fri, 16 Nov 2012 15:15:56 +0000 (15:15 +0000)]
Fix: also use $EMACS env var in compilation

11 years agoFix: Closes #330
Joao Tavora [Fri, 16 Nov 2012 15:15:24 +0000 (15:15 +0000)]
Fix: Closes #330

11 years agoDoc: update "reporting bugs" section in README
João Távora [Fri, 9 Nov 2012 14:07:32 +0000 (14:07 +0000)]
Doc: update "reporting bugs" section in README

11 years agoDoc: added notice about bug reporting
João Távora [Thu, 8 Nov 2012 22:59:45 +0000 (22:59 +0000)]
Doc: added notice about bug reporting

11 years agoMinor: make 'yas--define-snippets-1' an internal defun
João Távora [Thu, 8 Nov 2012 22:22:41 +0000 (22:22 +0000)]
Minor: make 'yas--define-snippets-1' an internal defun

11 years agoMerge remote-tracking branch 'rolandwalker/byte-compiler-3'
João Távora [Thu, 8 Nov 2012 22:21:19 +0000 (22:21 +0000)]
Merge remote-tracking branch 'rolandwalker/byte-compiler-3'

Fix: reorder defuns to quieten byte-compiler

Conflicts:
yasnippet.el

11 years agoMinor: cleanup internal doc headings slightly
João Távora [Thu, 8 Nov 2012 22:15:42 +0000 (22:15 +0000)]
Minor: cleanup internal doc headings slightly

11 years agoreorder defuns to quieten byte-compiler
Roland Walker [Thu, 8 Nov 2012 19:33:21 +0000 (14:33 -0500)]
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

11 years agoMerge pull request #328 from rolandwalker/byte-compiler-2
João Távora [Thu, 8 Nov 2012 18:22:33 +0000 (10:22 -0800)]
Merge pull request #328 from rolandwalker/byte-compiler-2

Fix: new 'yas--called-interactively-p' to shoosh byte-compiler

11 years agoreplace interactive-p with called-interactively-p macro
Roland Walker [Thu, 8 Nov 2012 17:47:00 +0000 (12:47 -0500)]
replace interactive-p with called-interactively-p macro
tested compatible with GNU Emacs v 22.x - 24.x

11 years agoMerge remote-tracking branch 'rolandwalker/flet'
João Távora [Tue, 6 Nov 2012 18:33:37 +0000 (18:33 +0000)]
Merge remote-tracking branch 'rolandwalker/flet'

Conflicts:
yasnippet.el

11 years agocomment
Roland Walker [Tue, 6 Nov 2012 18:06:01 +0000 (13:06 -0500)]
comment

11 years agoCloses #253.
João Távora [Tue, 6 Nov 2012 15:52:33 +0000 (15:52 +0000)]
Closes #253.

11 years agoFix: need to require `assoc`, since using `aget` somewhere
João Távora [Tue, 6 Nov 2012 15:51:32 +0000 (15:51 +0000)]
Fix: need to require `assoc`, since using `aget` somewhere

11 years agoFix: expose and honour `yas-dont-activate`
João Távora [Tue, 6 Nov 2012 15:18:04 +0000 (15:18 +0000)]
Fix: expose and honour `yas-dont-activate`

11 years agoMerge branch 'trigger-key-fallback-cleanup'
João Távora [Tue, 6 Nov 2012 14:16:46 +0000 (14:16 +0000)]
Merge branch 'trigger-key-fallback-cleanup'

Conflicts:
yasnippet.el

11 years agoCloses #296: No longer use customizable `yas-trigger-key` and friends.
João Távora [Tue, 6 Nov 2012 14:12:18 +0000 (14:12 +0000)]
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

11 years agoFix: correct expectation for this test in batch-mode
João Távora [Tue, 6 Nov 2012 14:09:51 +0000 (14:09 +0000)]
Fix: correct expectation for this test in batch-mode

11 years agoAdd: easier to run tests
João Távora [Tue, 6 Nov 2012 13:27:37 +0000 (13:27 +0000)]
Add: easier to run tests

11 years agoMerge pull request #323 from rolandwalker/byte-compiler
João Távora [Tue, 6 Nov 2012 12:50:38 +0000 (04:50 -0800)]
Merge pull request #323 from rolandwalker/byte-compiler

Fix: quieten byte-compiler

11 years agoMerge pull request #325 from rolandwalker/doc
João Távora [Tue, 6 Nov 2012 12:44:48 +0000 (04:44 -0800)]
Merge pull request #325 from rolandwalker/doc

Docfix: checkdoc + spelling

11 years agofuture-proof against obsoleting of `flet'
Roland Walker [Mon, 5 Nov 2012 16:09:25 +0000 (11:09 -0500)]
future-proof against obsoleting of `flet'
flet will be marked obsolete starting in Emacs 24.3

11 years agocheckdoc + spelling
Roland Walker [Mon, 5 Nov 2012 15:59:34 +0000 (10:59 -0500)]
checkdoc + spelling

11 years agoquieten byte-compiler
Roland Walker [Mon, 5 Nov 2012 15:07:46 +0000 (10:07 -0500)]
quieten byte-compiler

11 years agoMerge pull request #321 from luismbo/patch-1
João Távora [Mon, 5 Nov 2012 14:21:34 +0000 (06:21 -0800)]
Merge pull request #321 from luismbo/patch-1

Fix: aesthetic fix to README.mdown

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 agoRefactor: remove horrible 'yas--trigger-key-for-fallback' and rework 'yas--fallback'
João Távora [Wed, 22 Aug 2012 21:56:30 +0000 (22:56 +0100)]
Refactor: remove horrible 'yas--trigger-key-for-fallback' and rework 'yas--fallback'

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.