mailing-list for TeXmacs Users

Text archives Help


getting rid of that starttexmacs X error


Chronological Thread 
  • From: "David Hugh-Jones" <address@hidden>
  • To: address@hidden
  • Subject: getting rid of that starttexmacs X error
  • Date: Thu, 27 Sep 2007 13:39:16 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ecFg4grYHsMWC/0ryIajg1Sz4bQrU+2XVpsWSY49MatXAE8wN53hEj/16zfULYk2RObWSctS2wfYuvToNHjMgUUSbn5N2QlzfYN3si6Nn93LICZmqufXzQm73zkQW3qPXcGbWAx2A3NnKQ0F9oFD28pUSD2r7mr3r0moCBPJnss=

So the new X server ignores the command line switch
"-silent-dup-error" and on my cygtexmacs installation, if I run
starttexmacs.bat when X is already running I get an error message with
a horrible ping.

Turns out the way to avoid this is to replace the following line in
starttexmacs.bat:

%RUN% XWin -multiwindow -clipboard -silent-dup-error

with the following 2 lines

tasklist | \WINDOWS\system32\find.exe "XWin.exe"
if errorlevel 1 %RUN% XWin -multiwindow -clipboard -silent-dup-error

just thought you might like to know!

David


  • getting rid of that starttexmacs X error, David Hugh-Jones, 09/27/2007

Archive powered by MHonArc 2.6.19.

Top of page