RE XWin multiwindow clipboard

2003-01-28 Thread Raymond Kwong
Harold: I guess curosity got me going to try your suggestions on my laptop. The bottom line is: the X server still crashed. I used Test 76 this time. The script is: ___ @echo off REM SET DISPLAY=:0.0 SET DISPLAY=127.0.0.1:0.0

RE Xwin multiwindow clipboard

2003-01-28 Thread Raymond Kwong
Harold: While the script I sent contained -nolisten tcp, I had deleted it before and it did not make any difference: X still crashed. However, I have to say that I have had my DISPLAY variable set to :0.0 in place of 127.0.0.1:0.0 for quite some time. If that can cause a problem, I can test withou

RE: [ANNOUNCEMENT] Server Test 76

2003-01-28 Thread Harold L Hunt II
Kensuke, Thanks for the tip. I have made a release for people to test this idea. Do we need to do anything special for XInitThreads? Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Kensuke Matsuzaki Sent: Tuesday, January 28, 2003 10:13 PM To: [

RE: [ANNOUNCEMENT] Server Test 76

2003-01-28 Thread Harold L Hunt II
adow/XWin-Test76.exe.bz2 (1202 KiB) Server source, direct link: http://www.msu.edu/~huntharo/xwin/shadow/xwin-20030128-1923.tar.bz2 (107 KiB) xc/programs/Xserver/hw/xwin (all files) diff against Test75 source code: http://www.msu.edu/~huntharo/xwin/shadow/xwin-Test75-to-Test76.diff (3 KiB) Chan

RE: Re XWin multiwindow clipboard

2003-01-28 Thread Harold L Hunt II
Raymond, Well, your straightforward modification of startxwin.bat includes two modifications that are neither straightforward nor allowed. You changed DISPLAY=127.0.0.0:0.0 to DISPLAY=:0.0 and you told XWin.exe -nolisten tcp. That is not a small change! Both the Clipboard Manager and the MultiW

Re XWin multiwindow clipboard

2003-01-28 Thread Raymond Kwong
Harold: I normally don't have xwinclip in my startup script. I just start it manually if I need it. In any case, here is the startup script, a straightforward modification of startxwin.bat: @echo off SET DISPLAY=:0.0 REM SET DIS

Re: [ANNOUNCEMENT] Server Test 76

2003-01-28 Thread Kensuke Matsuzaki
Hi, It seems that _Xsetlocale is not re-entrant. And I think we need to call _Xsetlocale once for each process, not each thread. Kensuke Matsuzaki

RE: [ANNOUNCEMENT] Server Test 76

2003-01-28 Thread Anders Wallgren
irect link: http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test76.exe.bz2 (1202 KiB) Server source, direct link: http://www.msu.edu/~huntharo/xwin/shadow/xwin-20030128-1923.tar.bz2 (107 KiB) xc/programs/Xserver/hw/xwin (all files) diff against Test75 source code: http://www.msu.edu/~huntharo/xwin/shadow

[ANNOUNCEMENT] Server Test 76

2003-01-28 Thread Harold L Hunt II
tml). Server binary, direct link: http://www.msu.edu/~huntharo/xwin/shadow/XWin-Test76.exe.bz2 (1202 KiB) Server source, direct link: http://www.msu.edu/~huntharo/xwin/shadow/xwin-20030128-1923.tar.bz2 (107 KiB) xc/programs/Xserver/hw/xwin (all files) diff against Test75 source code: http://www.ms

Re: Test Server Series (74 & 75)

2003-01-28 Thread Harold L Hunt II
Before you startup XWin.exe, run this command to make sure that there aren't some copies of xwinclip still running: ps -a | grep xwinclip Let me know what you see. Harold Bovy, Stephen wrote: The first time I start the server using "multiwindow" and winclip options it blows up: AppName: xwin

Test Server Series (74 & 75)

2003-01-28 Thread Bovy, Stephen
The first time I start the server using "multiwindow" and winclip options it blows up: AppName: xwin-test74.exe AppVer: 0.0.0.0 ModName: cygwin1.dll ModVer: 1003.19.0.0 Offset: 0003e1a5 Second time I start it up , it works ok

RE: XWin multiwindow clipboard

2003-01-28 Thread Anders Wallgren
I haven't been using a script. Just running 'XWin.exe -clipboard -multiwindow' directly from the command line causes XWin to crash on startup. anders -Original Message- From: Harold L Hunt II [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 28, 2003 2:42 PM To: [EMAIL PROTECTED] Subjec

Re: XWin multiwindow clipboard

2003-01-28 Thread Harold L Hunt II
Raymond, What we really need to see is the script file that you used to start XWin.exe, such as startxwin.bat, startxwin.sh, etc. You see, 99% of users seem to be missing the point that you have to remove xwinclip from your startup script if you intend to use the new -clipboard option. So, we

XWin multiwindow clipboard

2003-01-28 Thread Raymond Kwong
I have tried the various X servers in the test series, and so far I have not had success with XWin -multiwindow -clipboard. Every one I have tried (73-75) all crashed without X starting up. I enclose the XWinrl.log file for Test-75: _

Building xfig 3.2.4 with current cygwin

2003-01-28 Thread Underwood, Jonathan
Hi I've tried to build the latest version of xfig (3.2.4) under cygwin, and run into the following problem when attempting to build with xaw3d - I get numerous error messages of the type /usr/X11R6/lib/libXaw3d.a(d000277.o)(.text+0x0): first defined here /usr/X11R6/lib/libXt.a(Event.o)(.text+0x21

RE: xwinclip-Test08

2003-01-28 Thread Harold L Hunt II
Laurent, Unfortunately, that is the expected behaviour of xwinclip. Notice that you can still paste that text into a Widnows or X application even though it does not remain selected. Harold -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of [EMAIL PROTECTE

RE: [ANNOUNCEMENT] Server Test 75

2003-01-28 Thread Harold L Hunt II
Anders, One note for you though: The parameters -rootless, -multiwindow, -scrollbars, and (-nodecoration and -lesspointer) cannot all be used at once like that. You should be using instead: start XWin -multiwindow -clipboard Now, you also need to REM out any windowmanager (twm, mwm, etc.) and y

xwinclip-Test08

2003-01-28 Thread wengerl
Hi, I installed xwinclip-Test08 with Cygwin/XFree86 (latest release) and running it on Windows XP home. Wenn xwinclip is running, I cannot select text anymore in the terminal windows or in the text editor (emacs) and I get the following message in the xterm: SelectionNotitfy - Reasserted owners

RE: GNU emacs 21.2-12 is available

2003-01-28 Thread Harold L Hunt II
Joe, Any ideas on why the X11 version of the eamcs package does not process the mouse wheel messages? I believe we are sending them as presses of the defacto standard buttons 5 and 6... but all you get when you scroll is just beeps. I know that the mouse wheel is a pain-in-the-___ in emacs, but

Re: Remote X, XDMCP, XWin problem

2003-01-28 Thread Harold L Hunt II
Hans, Hold on, stop the presses... You are using "Memphis", which is a beta (i.e., not supported) pre-release version of Windows 98: http://news.com.com/2100-1001-201734.html?legacy=cnet We cannot possibly support the various beta versions of software the Microsoft is constantly releasing. I

Re: Remote X, XDMCP, XWin problem

2003-01-28 Thread Hans Zimmerman
Alexander Gottwald wrote: > > Hans Zimmerman wrote: > > > The output from ls_netdev-w95.exe > > ls_netdev $Id: ls_netdev.c,v 1.6 2002/11/10 16:14:32 ago Exp > > $ > > OS Version: Windows 9x 4.0 Build 67306684 B > > Querying devices using ioctl > > lo: family=TCP/IP (0) addr=127.0.0.1 > > lo: met