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 Message-ID: <3F20207A.A230E7F5@acm.org> Date: Thu, 24 Jul 2003 11:07:54 -0700 From: David Rothenberger X-Accept-Language: en MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cut and paste problem with xemacs Was Re: [ANNOUNCEMENT] Available for test: cygwin-1.5.0-1 References: <20030710041843 DOT C29AA6C594 AT redhat DOT com> <16156 DOT 22413 DOT 865281 DOT 664360 AT phish DOT entomo DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Antoine Levy-Lambert wrote: > > > 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 This seems like the hard way of doing things. Slow and big, too. There's no particular reason to start X, since rxvt will work fine without it and will accomplish the same thing as xterm does. -- 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/