I am getting the following error when using the Add List Item command in the Markdown bundle:
/Library/Application Support/TextMate/Bundles/Markdown.tmbundle/ Support/lib/markdownhelpers.rb:41:in /bin/bash: -c: line 1: unexpected EOF while looking for matching `'' /bin/bash: -c: line 2: syntax error: unexpected end of file[]' for nil:NilClass (NoMethodError) from /tmp/temp_textmate.ozr6CO:13
I am using TextMate 1.5.2 Version 1.5.2 (1112).
Thanks in advance. All the best, Mark
On Jun 25, 2006, at 10:00 AM, Soryu wrote:
On 25.06.2006, at 16:34, Mark Eli Kalderon wrote:
I am getting the following error when using the Add List Item command in the Markdown bundle:
Please include a sample document where the bug occurs, so David can debug it :)
I left a note to David on IRC about it. It happens on any list that has unnumbered items, for instance starting with '+', as well as on any numbered list line with no text, i.e. "1. ".
Haris
On 25 Jun 2006, at 16:07, Charilaos Skiadas wrote:
On Jun 25, 2006, at 10:00 AM, Soryu wrote:
On 25.06.2006, at 16:34, Mark Eli Kalderon wrote:
I am getting the following error when using the Add List Item command in the Markdown bundle:
Please include a sample document where the bug occurs, so David can debug it :)
I left a note to David on IRC about it. It happens on any list that has unnumbered items, for instance starting with '+', as well as on any numbered list line with no text, i.e. "1. ".
Haris
Thanks Haris, I was getting this with unnumbered lists beginning with '*'. Best, Mark
I was away over the weekend so I was unable to deal with this - look for some commits today.
-David
Charilaos Skiadas wrote:
On Jun 25, 2006, at 10:00 AM, Soryu wrote:
On 25.06.2006, at 16:34, Mark Eli Kalderon wrote:
I am getting the following error when using the Add List Item command in the Markdown bundle:
Please include a sample document where the bug occurs, so David can debug it :)
I left a note to David on IRC about it. It happens on any list that has unnumbered items, for instance starting with '+', as well as on any numbered list line with no text, i.e. "1. ".
Haris
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
Glad to help, sorry about the horrible broken thing (first swing at a new way of tackling it). There should be some more list helpers coming down the pipe today or tomorrow now that I have the underlying data structures right.
Mark Eli Kalderon wrote:
On 26 Jun 2006, at 11:35, David Powers wrote:
I was away over the weekend so I was unable to deal with this - look for some commits today.
-David
Thanks, David, works great. All the best, Mark
For new threads USE THIS: textmate@lists.macromates.com (threading gets destroyed and the universe will collapse if you don't) http://lists.macromates.com/mailman/listinfo/textmate
On 25 Jun 2006, at 16:00, Soryu wrote:
On 25.06.2006, at 16:34, Mark Eli Kalderon wrote:
I am getting the following error when using the Add List Item command in the Markdown bundle:
Please include a sample document where the bug occurs, so David can debug it :)
The bug occurs with the following:
Measure words make numerical quantification with non-count nouns possible:
- five head of cattle
- ten stems of roses
- two gallons of water
- three shades of blue
If the cursor is placed at the end of the last line the Add List Item generates the error.
All the best