overtone / emacs-live

M-x start-hacking
http://overtone.github.com/emacs-live/
Other
1.52k stars 241 forks source link

Is it possible to make background transparent? #142

Open dluksza opened 10 years ago

dluksza commented 10 years ago

In emacs 24 it is possible to make background transparent (with -nw flag). But emacs-live welcome screen seams to overrule this setting.

Would it be possible to honor -nw flag in welcome screen?

samaaron commented 10 years ago

Happy to consider a pull request fixing this. Unfortunately, I happen to use Emacs within a terminal, so this isn't something in my immediate focus.

dennis-ruiz-tierconnect-com commented 10 years ago

I got my emacs windows transparency with this:

;; set transparency (set-frame-parameter (selected-frame) 'alpha '(85 85)) (add-to-list 'default-frame-alist '(alpha 85 85))

jaydixit commented 10 years ago

The above makes both foreground and background 15% transparent. It would be great to have a 100% transparent background but non-transparent foreground text.

ghost commented 10 years ago

Agreed, that's the problem I'm trying to solve. I want the background transparent, but the foreground not transparent. There doesn't seem to be a way to do that.

felipebueno commented 10 years ago

:+1:

igoumeninja commented 10 years ago

With this feature emacs can be amazing tool for live visuals. Any news?

samaaron commented 10 years ago

Again, this isn't an immediate focus for me as I perform with Emacs in a terminal which I set to have a transparent background. Happy to consider pull requests though.

algorev commented 7 years ago

Doesn't -nw just launch emacs in console mode?