Dustin Paluch

Results 7 comments of Dustin Paluch

Setting `scss-sass-options` via `customize-group` inserts this into `custom-set-variables` `'(scss-sass-options (quote (quote ("-E 'UTF-8'"))))` when it should be this: `'(scss-sass-options (quote ("-E 'UTF-8'")))`

Looking at the implementation of swiper-isearch-action-copy, it looks like it only copies the portion of the line that is the exact match of your `swiper-isearch` input, which makes sense. So...

@basil-conto , thanks for the feedback! Here's a new attempt mirroring your copy action, staying consistent with only inserting the match-string instead of the entire line which my first attempt...

@bridgesense I'm trying to manually get around this problem. What exactly am I supposed to download?

What version of TT are you using? 1.4.10 works as expected when I tab switch or click off the terminal window in OSX 10.9.1.

Heh, I had the same problem with 1.4.6. Just grab 1.4.10 from here: http://totalterminal.binaryage.com/#changelog and replace 1.4.6 with it. I think something might be wrong with the update checker. If...

Do you guys have "Run Terminal.app as a background app" checked or unchecked?