From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20808 invoked by alias); 11 Apr 2012 10:34:43 -0000 Received: (qmail 20550 invoked by uid 22791); 11 Apr 2012 10:34:43 -0000 X-SWARE-Spam-Status: No, hits=-3.0 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mdc1.cs.umass.edu (HELO csmail.cs.umass.edu) (128.119.240.121) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 11 Apr 2012 10:34:30 +0000 Received: from [192.168.1.3] (canterbury.free-online.co.uk [195.166.150.114]) by csmail.cs.umass.edu (Postfix) with ESMTPSA id D744F4000013F5E10F; Wed, 11 Apr 2012 06:34:28 -0400 (EDT) Message-ID: <4F855E33.4000803@cs.umass.edu> Date: Wed, 11 Apr 2012 10:34:00 -0000 From: Eliot Moss Reply-To: moss@cs.umass.edu User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: cygwin-xfree@cygwin.com Subject: Initial xemacs iconization (was Re: Taskbar appearance changes between xorg-server 11 series and 12.0 series) References: <4F7DC041.6070500@cs.umass.edu> <4F7F2174.6060209@dronecode.org.uk> <4F7FBBEF.1040204@cs.umass.edu> <4F806901.2010507@dronecode.org.uk> <4F806F46.2040007@cs.umass.edu> <4F807D4E.9030207@dronecode.org.uk> <4F807F21.2030500@cs.umass.edu> In-Reply-To: <4F807F21.2030500@cs.umass.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Reply-To: cygwin-xfree@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com X-SW-Source: 2012-04/txt/msg00041.txt.bz2 In the end, I was able to address my xemacs initial window appearance under cygwin xfree in this way: 1) First, xemacs does not handle -iconic or the iconized resource properly. I found it best not to set them. 2) The command line -name argument will override all the X resources, so if not really what I wanted (I'd have to create a whole new set of settings -- might be useful for some users or under other circumstances). 3) The window name / title argument was what I ended up using, thus: xemacs -T xemacs Since the default class name for xemacs windows is emacs, I can match all windows in .XWinrc using emacs, and thus minimize them all using: STYLES { emacs MINIMIZE } If I want to minimize just the one window created in (3) above, I can write: STYLES { xemacs MINIMIZE } It's all logical in its own idiosyncratic way, I suppose ... Eliot -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://x.cygwin.com/docs/ FAQ: http://x.cygwin.com/docs/faq/