On 4/10/07, <b class="gmail_sendername">Robin Houston</b> <<a href="mailto:robin.houston@gmail.com">robin.houston@gmail.com</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<span class="q"></span>You could record a macro that selects the current line (apple-L) then invokes the command.
</blockquote><div><br>Apple-SHIFT-L, sorry!<br><br>Also, the line of Ruby code I posted needs to be changed to<br><br>  line = line.gsub(/([\$\\`])/){"\\#$1"}<br><br>otherwise it gives an error when<br> a) the cursor is already at the end of the initial whitespace on the line, and
<br> b) the line contains a special character ($, \, or `).<br><br>Robin<br></div></div>