Re: Problem with running remote Linux Java GUI

2005-04-26 Thread Levent Yilmaz
I also had some problems with certain programs (not necessarily with java). And find a simple solution which I do not know it works: If you are using ssh with X11 forwarding for connections, maybe -Y (instead of -X) may work for you. -L. Ming George wrote: Hi friends, I use Cygwin/X to run

-Y switch warning

2005-04-26 Thread Levent Yilmaz
Hi, I cannot get some programs (such as Eclipse 3.0.2 from eclipse.org) to work with -X switch, so I use -Y for ssh connections with X11 forwarding. And, I get this warning message with -Y: Warning: No xauth data; using fake authentication data for X11 forwarding. Is this important? Shall/how do I

eclipse on cygwin/x

2005-04-25 Thread Levent Yilmaz
Hi, I experience major problems with Eclipse (release 3.0.2 from eclipse.org) when I use it thru the cygwin/X server (version info for my cygwin setup is here: http://www.pitt.edu./~sly5/cygcheck.txt). The program runs normally otherwise -- directly on the Linux box or with other X servers

Re: xemacs shell problem

2004-05-17 Thread Levent Yilmaz
Dave, As a beginner Xemacs-user with hardly any understanding of lisp (yet) I have to make sure that I understand it correctly. You suggest that I should, - Type M-x eval-expression - Type (setq process-connection-type nil) [return] - Observe that Minibuffer displays: nil - Type M-x shell -

xemacs shell problem

2004-05-14 Thread Levent Yilmaz
Hi! After posting this message to emacs.xemacs.windows and following the advices I have been told, I found out that this happens only with Xemacs Cygwin build. Thus, I hope it would be a relevant discussion for this group. *the problem setting* The shell-mode(using bash) at Xemacs(21.4.15)

Re: xemacs shell problem

2004-05-14 Thread Levent Yilmaz
Thank you! Igor Pechtchanski wrote: Cygwin uses special pipes, called ptys, for applications that aren't running in a console. I'm guessing that XEmacs uses these ptys for its shell buffer. Some applications detect that they are not invoked from a console, and allocate one. If the applications