jcinnamond / seeing-is-believing

An emacs minor mode for running seeing_is_believing (https://github.com/JoshCheek/seeing_is_believing)
19 stars 5 forks source link

add interactive fn to tag current line for SiB xmpfilter #1

Closed worace closed 8 years ago

worace commented 8 years ago

hey @jcinnamond thanks for this package. I have found it to be a great interface to SiB from ruby.

This is a little snippet that i found useful to tag a line that I want to run using the xmpfilter style of SiB. would love to get it pulled into the package if you think others might find it useful as well.

jcinnamond commented 8 years ago

Thanks for this! I'm glad someone else finds this useful.

Definitely happy to merge this, although I'd prefer save-excursion unless there's a reason not to make the change.

worace commented 8 years ago

save-excursion looks ideal for this. still trying to pick up all of these elisp tricks so thanks for the suggestion!

jcinnamond commented 8 years ago

Thanks again for this!