Renato Ferreira

Results 14 comments of Renato Ferreira

I'm affected by this as well. Using css-mode is not a fix since this is the repository for scss-mode.

I think the problem here is that there exists a scss-mode in css-mode.el which is shipped with emacs so this package is no longer necessary for simple support.

Would love to have this feature too!

@fcastilloec i totally agree. Getting streaming support along with chromecast support would make clementine a killer app.

Just an example: ![Screenshot](https://cloud.githubusercontent.com/assets/2023061/5986968/b09f8384-a8fa-11e4-9870-6336b1b83381.png)

i did a little digging on the problem and what happens is that when popup.el it's making the popup `(popup-create)` and drawing it `(popup-draw)` it gets all the overlays which...

Further testing showed that a problem persists: Apparently popup.el creates empty lines by prepending whitespaces and dragging the overlayed guides forward. I'm still digging through it.

The problem seems to be that both packages uses overlays before/after-strings. It happens only on empty lines (or lines that are to short to display the indentation) because both overlays...

This is still reproducible. I just found out about it using ```Projectile 2.1.0snapshot```. In the meantime as a workaround i set ```projectile-git-command``` to ```comm -23

In my case i would like to only receive notifies on new mail. I think the way forward is to keep onNotify/onNotifyPost as the catch all and create a few...