* Jason Dunsmore wrote:
> On Tue, Apr 10 2012, Karl Voit wrote:
>
>> When I invoke the snippet using »test« followed by the TAB key,
>> yasnippet correctly inserts the template. But after pressing the
>> first key afterwards, I get an extra space character.
>>
>> So with »test« followed by TAB, »f
On Tue, Apr 10 2012, Karl Voit wrote:
> When I invoke the snippet using »test« followed by the TAB key,
> yasnippet correctly inserts the template. But after pressing the
> first key afterwards, I get an extra space character.
>
> So with »test« followed by TAB, »foo«, TAB, »bar«, I get this:
>
>
Hi!
I do have a simple yasnippet template:
,[ ~/.emacs/yasnippets/text-mode/org-mode/test ]
| # name : test snippet
| # # --
| ** $1 $2 :$1$2:
| $0
`
When I invoke the snippet using »test« followed by the TAB key,
yasnippet correctly inserts the template. But after pressing the
first ke