X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: =?ISO-8859-1?Q?Ren=E9_Berber?= Subject: Re: Recent problem with Cygwin and Xemacs Date: Tue, 19 Dec 2006 18:04:53 -0600 Lines: 33 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) In-Reply-To: OpenPGP: url=hkp://random.sks.keyserver.penguin.de X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 Paul Mallas wrote: > A recent upgrade seems have broken xemacs on my Cygwin system. >=20 > I was running xemacs version 21.4.19-1 with no problem. Every version > since that release (21.4.19-2, 21.4.19-3, and 21.4.20-2) tells me "X > server not responding" when I try to start xemacs. I usually just > reinstall 21.4.19-1 and things work fine again. However, now I cannot > go back to 21.4.19-1, at least not through the standard setup.exe since > I can't reinstall a version several releases ago. >=20 > So, I have decided to face the "X server not responding" error and I > have come up empty handed thus far. Any ideas? The problem is that you have the variable DISPLAY set, so Xemacs assumes X = is running. There are 2 solutions: 1) If you start Xemacs from a terminal, the just run `unset DISPLAY` before starting xemacs, or find where the variable is set and avoid that. 2) Start Xemacs from a shortcut. In the shortcut's properties use "C:\cygwin\bin\run.exe xemacs" (adjust the path if necessary), you can also change the icon with the one inside the xemacs executable (the one with the version in the name). --=20 Ren=E9 Berber -- 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/