Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Injected-Via-Gmane: http://gmane.org/ To: cygwin AT cygwin DOT com From: "Antoine Levy-Lambert" Subject: Re: cut and paste problem with xemacs Was Re: [ANNOUNCEMENT] Available for test: cygwin-1.5.0-1 Date: Thu, 24 Jul 2003 19:35:00 +0200 Lines: 32 Message-ID: References: <20030710041843 DOT C29AA6C594 AT redhat DOT com> <16156 DOT 22413 DOT 865281 DOT 664360 AT phish DOT entomo DOT com> X-Complaints-To: usenet AT main DOT gmane DOT org X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 > One work-around I've discovered is to start XEmacs from an rxvt > window instead of directly from bash. That fixes the problem for > me. I use the following shortcut for starting XEmacs: > > start /min c:\cygwin\bin\rxvt -T "start XEmacs" -e /bin/bash --login -i -c "DISPLAY= /usr/local/bin/xemacs &" > > This causes a minimized rxvt window to be created, but it quickly > goes away once XEmacs starts starting. > What I am doing now is 1) dos batch file @echo off bash --login -e /home/antoine/runemacs.sh pause 2) contents of runemacs.sh #!/bin/sh /usr/X11R6/bin/xinit.exe 3) I am starting xemacs out of my ~/.xinitrc exec xterm -geometry 80x66+0+0 -name login -e "/usr/local/bin/i686-pc-cygwin/xemacs" Tedious, but I have created an icon for the first bat file on my quick start bar, and I can get my xemacs started. Antoine -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/