chrisbarrett / skeletor.el

Powerful project skeletons for Emacs
GNU General Public License v3.0
126 stars 17 forks source link

Fix replacement bug #19

Closed thisirs closed 9 years ago

thisirs commented 9 years ago

For example BLAH(upcase "blah")BLAH is replaced by BLAH"BLAH"BLAH. Also, turn replacement errors into simple messages.

chrisbarrett commented 9 years ago

Thanks for the PR. :) This change has broken one of the tests--I'll be happy to merge once you address that.

thisirs commented 9 years ago

Upstream let-alist flycheck-cask bug seem to be fixed now

chrisbarrett commented 9 years ago

Cheers, thanks for this. :)