From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Adding parameters to windows Date: Wed, 04 Jun 2008 08:46:02 +0200 Message-ID: <48463A2A.40401@swipnet.se> References: <5E334A4B-4D42-49E9-A05D-FFD689BD59B7@mac.com> <6n4p8ae7vs.fsf@fencepost.gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1212562000 22978 80.91.229.12 (4 Jun 2008 06:46:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Jun 2008 06:46:40 +0000 (UTC) Cc: Seiji Zenitani , Stefan Monnier , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 04 08:47:21 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K3mmE-0008Ck-R9 for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 08:47:19 +0200 Original-Received: from localhost ([127.0.0.1]:41571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3mlS-0002K5-Gv for ged-emacs-devel@m.gmane.org; Wed, 04 Jun 2008 02:46:30 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3mlN-0002Jj-VU for emacs-devel@gnu.org; Wed, 04 Jun 2008 02:46:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3mlM-0002JT-GC for emacs-devel@gnu.org; Wed, 04 Jun 2008 02:46:25 -0400 Original-Received: from [199.232.76.173] (port=48426 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3mlM-0002JQ-AC for emacs-devel@gnu.org; Wed, 04 Jun 2008 02:46:24 -0400 Original-Received: from av9-1-sn2.hy.skanova.net ([81.228.8.179]:46360) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3mlH-0006uW-OI; Wed, 04 Jun 2008 02:46:19 -0400 Original-Received: by av9-1-sn2.hy.skanova.net (Postfix, from userid 502) id D01A23812B; Wed, 4 Jun 2008 08:46:17 +0200 (CEST) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av9-1-sn2.hy.skanova.net (Postfix) with ESMTP id B5FD3380BA; Wed, 4 Jun 2008 08:46:17 +0200 (CEST) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 1415637E44; Wed, 4 Jun 2008 08:46:16 +0200 (CEST) User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) In-Reply-To: <6n4p8ae7vs.fsf@fencepost.gnu.org> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:98367 Archived-At: Glenn Morris skrev: > Seiji Zenitani wrote: > >> I noticed that the transparency code was already installed. >> Here is a NEWS entry for it. > > Thanks; I'll be happy to install that later on today. > >> (set-frame-parameter nil 'alpha 80) > > None of these commands do anything for me. AFAIK I am using X with a > composite extension: > > xdpyinfo > number of extensions: 32 > BIG-REQUESTS > Composite > ... > > What am I doing wrong? Not running a compositing window manager? The transparency stuff is all done by the window manager. And it must be a window manager that knows how to do that. I.e. compiz, beryl or some such. > > This is a build --with-x-toolkit=athena, if that matters. > It doesn't. Jan D.