all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Help me setup transparency in Emacs
@ 2022-12-27 12:00 Jean Louis
  2022-12-28  0:08 ` Po Lu
  0 siblings, 1 reply; 8+ messages in thread
From: Jean Louis @ 2022-12-27 12:00 UTC (permalink / raw)
  To: Help GNU Emacs

I am using IceWM and it is not compositing window manager. I can run
xcompmgr as standalone one and I have tried it with following
settings, but I cannot see transparency.

(set-frame-parameter nil 'alpha-background 50)
(add-to-list 'default-frame-alist '(alpha-background . 50))

Did anybody enable transparency xcompmgr?


--
Jean

Take action in Free Software Foundation campaigns:
https://www.fsf.org/campaigns

In support of Richard M. Stallman
https://stallmansupport.org/




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

* Re: Help me setup transparency in Emacs
  2022-12-27 12:00 Help me setup transparency in Emacs Jean Louis
@ 2022-12-28  0:08 ` Po Lu
  2022-12-28 18:46   ` Björn Bidar
                     ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Po Lu @ 2022-12-28  0:08 UTC (permalink / raw)
  To: Jean Louis; +Cc: Help GNU Emacs

Jean Louis <bugs@gnu.support> writes:

> I am using IceWM and it is not compositing window manager. I can run
> xcompmgr as standalone one and I have tried it with following
> settings, but I cannot see transparency.
>
> (set-frame-parameter nil 'alpha-background 50)
> (add-to-list 'default-frame-alist '(alpha-background . 50))
>
> Did anybody enable transparency xcompmgr?

IIRC xcompmgr does not work.

That option also does not work on Lucid, Motif or GTK+ 2.  Use the no
toolkit build.



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

* Re: Help me setup transparency in Emacs
  2022-12-28  0:08 ` Po Lu
@ 2022-12-28 18:46   ` Björn Bidar
  2022-12-28 23:54     ` Po Lu
  2022-12-28 18:46   ` Björn Bidar
                     ` (3 subsequent siblings)
  4 siblings, 1 reply; 8+ messages in thread
From: Björn Bidar @ 2022-12-28 18:46 UTC (permalink / raw)
  To: Po Lu; +Cc: Jean Louis, Help GNU Emacs

Po Lu <luangruo@yahoo.com> writes:

>> Did anybody enable transparency xcompmgr?
>
> IIRC xcompmgr does not work.
>
> That option also does not work on Lucid, Motif or GTK+ 2.  Use the no
> toolkit build.

Same for GTK3 in PGTK or X11 GTK?




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

* Re: Help me setup transparency in Emacs
  2022-12-28  0:08 ` Po Lu
  2022-12-28 18:46   ` Björn Bidar
@ 2022-12-28 18:46   ` Björn Bidar
  2022-12-28 18:47   ` Björn Bidar
                     ` (2 subsequent siblings)
  4 siblings, 0 replies; 8+ messages in thread
From: Björn Bidar @ 2022-12-28 18:46 UTC (permalink / raw)
  To: Po Lu; +Cc: Jean Louis, Help GNU Emacs

Po Lu <luangruo@yahoo.com> writes:

>> Did anybody enable transparency xcompmgr?
>
> IIRC xcompmgr does not work.
>
> That option also does not work on Lucid, Motif or GTK+ 2.  Use the no
> toolkit build.

Same for GTK3 in PGTK or X11 GTK?




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

* Re: Help me setup transparency in Emacs
  2022-12-28  0:08 ` Po Lu
  2022-12-28 18:46   ` Björn Bidar
  2022-12-28 18:46   ` Björn Bidar
@ 2022-12-28 18:47   ` Björn Bidar
  2022-12-28 18:47   ` Björn Bidar
  2022-12-28 18:48   ` Björn Bidar
  4 siblings, 0 replies; 8+ messages in thread
From: Björn Bidar @ 2022-12-28 18:47 UTC (permalink / raw)
  To: Po Lu; +Cc: Jean Louis, Help GNU Emacs

Po Lu <luangruo@yahoo.com> writes:

>> Did anybody enable transparency xcompmgr?
>
> IIRC xcompmgr does not work.
>
> That option also does not work on Lucid, Motif or GTK+ 2.  Use the no
> toolkit build.

Same for GTK3 in PGTK or X11 GTK?




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

* Re: Help me setup transparency in Emacs
  2022-12-28  0:08 ` Po Lu
                     ` (2 preceding siblings ...)
  2022-12-28 18:47   ` Björn Bidar
@ 2022-12-28 18:47   ` Björn Bidar
  2022-12-28 18:48   ` Björn Bidar
  4 siblings, 0 replies; 8+ messages in thread
From: Björn Bidar @ 2022-12-28 18:47 UTC (permalink / raw)
  To: Po Lu; +Cc: Jean Louis, Help GNU Emacs

Po Lu <luangruo@yahoo.com> writes:

>> Did anybody enable transparency xcompmgr?
>
> IIRC xcompmgr does not work.
>
> That option also does not work on Lucid, Motif or GTK+ 2.  Use the no
> toolkit build.

Same for GTK3 in PGTK or X11 GTK?




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

* Re: Help me setup transparency in Emacs
  2022-12-28  0:08 ` Po Lu
                     ` (3 preceding siblings ...)
  2022-12-28 18:47   ` Björn Bidar
@ 2022-12-28 18:48   ` Björn Bidar
  4 siblings, 0 replies; 8+ messages in thread
From: Björn Bidar @ 2022-12-28 18:48 UTC (permalink / raw)
  To: Po Lu; +Cc: Jean Louis, Help GNU Emacs

Po Lu <luangruo@yahoo.com> writes:

>> Did anybody enable transparency xcompmgr?
>
> IIRC xcompmgr does not work.
>
> That option also does not work on Lucid, Motif or GTK+ 2.  Use the no
> toolkit build.

Same for GTK3 in PGTK or X11 GTK?




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

* Re: Help me setup transparency in Emacs
  2022-12-28 18:46   ` Björn Bidar
@ 2022-12-28 23:54     ` Po Lu
  0 siblings, 0 replies; 8+ messages in thread
From: Po Lu @ 2022-12-28 23:54 UTC (permalink / raw)
  To: Björn Bidar; +Cc: Jean Louis, Help GNU Emacs

Björn Bidar <bjorn.bidar@thaodan.de> writes:

> Po Lu <luangruo@yahoo.com> writes:
>
>>> Did anybody enable transparency xcompmgr?
>>
>> IIRC xcompmgr does not work.
>>
>> That option also does not work on Lucid, Motif or GTK+ 2.  Use the no
>> toolkit build.
>
> Same for GTK3 in PGTK or X11 GTK?

No, it works on PGTK and GTK 3, but you will see problems on some
compositors due to GTK itself setting the opaque region.



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

end of thread, other threads:[~2022-12-28 23:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-27 12:00 Help me setup transparency in Emacs Jean Louis
2022-12-28  0:08 ` Po Lu
2022-12-28 18:46   ` Björn Bidar
2022-12-28 23:54     ` Po Lu
2022-12-28 18:46   ` Björn Bidar
2022-12-28 18:47   ` Björn Bidar
2022-12-28 18:47   ` Björn Bidar
2022-12-28 18:48   ` Björn Bidar

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.