From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Adding parameters to windows Date: Tue, 03 Jun 2008 13:38:31 -0400 Message-ID: <6n4p8ae7vs.fsf@fencepost.gnu.org> References: <5E334A4B-4D42-49E9-A05D-FFD689BD59B7@mac.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1212514930 19463 80.91.229.12 (3 Jun 2008 17:42:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Jun 2008 17:42:10 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Seiji Zenitani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 03 19:42:52 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 1K3aWv-0005ZH-SP for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 19:42:42 +0200 Original-Received: from localhost ([127.0.0.1]:41999 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3aW8-0008SU-M6 for ged-emacs-devel@m.gmane.org; Tue, 03 Jun 2008 13:41:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K3aUl-0007Bv-BG for emacs-devel@gnu.org; Tue, 03 Jun 2008 13:40:27 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K3aUk-0007B0-PL for emacs-devel@gnu.org; Tue, 03 Jun 2008 13:40:27 -0400 Original-Received: from [199.232.76.173] (port=41934 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K3aUk-0007AS-KP for emacs-devel@gnu.org; Tue, 03 Jun 2008 13:40:26 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36453) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K3aUj-00033b-FD; Tue, 03 Jun 2008 13:40:25 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1K3aSu-0006vm-2f; Tue, 03 Jun 2008 13:38:32 -0400 X-Spook: Bellcore Geraldton cryptographic Iran Vickie Weaver X-Ran: p6q#K`Ro~Q]FM)%~eo0C>$,PskZ#Ggb@{!%gG2_^e'\H4Nx@!#dGV` (Seiji Zenitani's message of "Tue, 03 Jun 2008 05:04:14 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:98316 Archived-At: 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? This is a build --with-x-toolkit=athena, if that matters.