all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to transparent Emacs?
@ 2015-09-12  2:16 stardiviner
  2015-09-12  3:14 ` Emanuel Berg
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: stardiviner @ 2015-09-12  2:16 UTC (permalink / raw)
  To: Emacs help

Is there a way to make Emacs transparent in KDE?



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how to transparent Emacs?
  2015-09-12  2:16 how to transparent Emacs? stardiviner
@ 2015-09-12  3:14 ` Emanuel Berg
  2015-09-12  5:10 ` Thierry Volpiatto
       [not found] ` <mailman.980.1442034641.19560.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 8+ messages in thread
From: Emanuel Berg @ 2015-09-12  3:14 UTC (permalink / raw)
  To: help-gnu-emacs

stardiviner <numbchild@gmail.com> writes:

> Is there a way to make Emacs transparent in KDE?

That isn't anything I would ever recommend except as
a cool stunt, but if you already have a WM with
transparent windows, how about just doing (in xterm or
whatever shell)

    emacs --no-window

-- 
underground experts united
http://user.it.uu.se/~embe8573




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how to transparent Emacs?
  2015-09-12  2:16 how to transparent Emacs? stardiviner
  2015-09-12  3:14 ` Emanuel Berg
@ 2015-09-12  5:10 ` Thierry Volpiatto
       [not found] ` <mailman.980.1442034641.19560.help-gnu-emacs@gnu.org>
  2 siblings, 0 replies; 8+ messages in thread
From: Thierry Volpiatto @ 2015-09-12  5:10 UTC (permalink / raw)
  To: help-gnu-emacs

stardiviner <numbchild@gmail.com> writes:

> Is there a way to make Emacs transparent in KDE?

(set-frame-parameter (selected-frame) 'alpha 60)

-- 
Thierry




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how to transparent Emacs?
       [not found] ` <mailman.980.1442034641.19560.help-gnu-emacs@gnu.org>
@ 2015-09-12  6:19   ` Pascal J. Bourguignon
  2015-09-12  9:11     ` Thierry Volpiatto
  0 siblings, 1 reply; 8+ messages in thread
From: Pascal J. Bourguignon @ 2015-09-12  6:19 UTC (permalink / raw)
  To: help-gnu-emacs

Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:

> stardiviner <numbchild@gmail.com> writes:
>
>> Is there a way to make Emacs transparent in KDE?
>
> (set-frame-parameter (selected-frame) 'alpha 60)

On MacOSX, doesn't work in X11.app for emacs running on linux, but works
with emacsformacosx.

-- 
__Pascal Bourguignon__                 http://www.informatimago.com/
“The factory of the future will have only two employees, a man and a
dog. The man will be there to feed the dog. The dog will be there to
keep the man from touching the equipment.” -- Carl Bass CEO Autodesk


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how to transparent Emacs?
  2015-09-12  6:19   ` Pascal J. Bourguignon
@ 2015-09-12  9:11     ` Thierry Volpiatto
  2015-09-13  8:16       ` tomas
  0 siblings, 1 reply; 8+ messages in thread
From: Thierry Volpiatto @ 2015-09-12  9:11 UTC (permalink / raw)
  To: help-gnu-emacs

"Pascal J. Bourguignon" <pjb@informatimago.com> writes:

> Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
>
>> stardiviner <numbchild@gmail.com> writes:
>>
>>> Is there a way to make Emacs transparent in KDE?
>>
>> (set-frame-parameter (selected-frame) 'alpha 60)
>
> On MacOSX, doesn't work in X11.app for emacs running on linux, but works
> with emacsformacosx.

I use this on GNU/Linux without problems.

-- 
Thierry
https://emacs-helm.github.io/helm/




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how to transparent Emacs?
  2015-09-12  9:11     ` Thierry Volpiatto
@ 2015-09-13  8:16       ` tomas
  2015-09-14 19:27         ` Jorge A. Alfaro-Murillo
  0 siblings, 1 reply; 8+ messages in thread
From: tomas @ 2015-09-13  8:16 UTC (permalink / raw)
  To: Thierry Volpiatto; +Cc: help-gnu-emacs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Sat, Sep 12, 2015 at 11:11:58AM +0200, Thierry Volpiatto wrote:
> "Pascal J. Bourguignon" <pjb@informatimago.com> writes:
> 
> > Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
> >
> >> stardiviner <numbchild@gmail.com> writes:
> >>
> >>> Is there a way to make Emacs transparent in KDE?
> >>
> >> (set-frame-parameter (selected-frame) 'alpha 60)
> >
> > On MacOSX, doesn't work in X11.app for emacs running on linux, but works
> > with emacsformacosx.
> 
> I use this on GNU/Linux without problems.

I guess you need one of the more "modern" compositing window managers.

Regards
- -- tomás
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlX1MPkACgkQBcgs9XrR2kaCHQCeJSWh4TIgvHHhB2wmzqQ+MZl3
2oMAn3Xu/azN5wSdK4i0qXBNRq3iWt7E
=+MV3
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how to transparent Emacs?
  2015-09-13  8:16       ` tomas
@ 2015-09-14 19:27         ` Jorge A. Alfaro-Murillo
  2015-09-15  7:50           ` tomas
  0 siblings, 1 reply; 8+ messages in thread
From: Jorge A. Alfaro-Murillo @ 2015-09-14 19:27 UTC (permalink / raw)
  To: help-gnu-emacs

tomas@tuxteam.de writes:

> On Sat, Sep 12, 2015 at 11:11:58AM +0200, Thierry Volpiatto wrote:
>> "Pascal J. Bourguignon" <pjb@informatimago.com> writes:
>> 
>> > Thierry Volpiatto <thierry.volpiatto@gmail.com> writes:
>> >
>> >> stardiviner <numbchild@gmail.com> writes:
>> >>
>> >>> Is there a way to make Emacs transparent in KDE?
>> >>
>> >> (set-frame-parameter (selected-frame) 'alpha 60)
>> >
>> > On MacOSX, doesn't work in X11.app for emacs running on linux, but
>> > works
>> > with emacsformacosx.
>> 
>> I use this on GNU/Linux without problems.
>
> I guess you need one of the more "modern" compositing window managers.

Yes, for example in the 12 year old xcompmgr it works fine =)

-- 
Jorge.




^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: how to transparent Emacs?
  2015-09-14 19:27         ` Jorge A. Alfaro-Murillo
@ 2015-09-15  7:50           ` tomas
  0 siblings, 0 replies; 8+ messages in thread
From: tomas @ 2015-09-15  7:50 UTC (permalink / raw)
  To: Jorge A. Alfaro-Murillo; +Cc: help-gnu-emacs

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Mon, Sep 14, 2015 at 03:27:49PM -0400, Jorge A. Alfaro-Murillo wrote:
> tomas@tuxteam.de writes:

[...]

> > I guess you need one of the more "modern" compositing window managers.
> 
> Yes, for example in the 12 year old xcompmgr it works fine =)

Touché ;-)

(OTOH -- I'm "on" FVWM and love it! Young'uns ;-D

- -- t
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iEYEARECAAYFAlX3zcgACgkQBcgs9XrR2kY8dwCfZqtR+4oMeOfik6BW3pD6YNS3
plgAniOWvCIWKaJd9g6MLkoF4uxPtOh4
=vFXG
-----END PGP SIGNATURE-----



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2015-09-15  7:50 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-12  2:16 how to transparent Emacs? stardiviner
2015-09-12  3:14 ` Emanuel Berg
2015-09-12  5:10 ` Thierry Volpiatto
     [not found] ` <mailman.980.1442034641.19560.help-gnu-emacs@gnu.org>
2015-09-12  6:19   ` Pascal J. Bourguignon
2015-09-12  9:11     ` Thierry Volpiatto
2015-09-13  8:16       ` tomas
2015-09-14 19:27         ` Jorge A. Alfaro-Murillo
2015-09-15  7:50           ` tomas

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.