On Thu, Jul 12, 2012 at 7:13 AM, Nikolai Weibull wrote: > On Thu, Jul 12, 2012 at 2:04 PM, Ken Brown wrote: >> On 7/12/2012 7:42 AM, Nikolai Weibull wrote: > >>> Is Emacs 24.1 on its way? 24.0.96-2 seems to be the latest release >>> available. 24.1 has been out for quite some time now. > >> I have it all ready to go, but I'm waiting for cygwin-1.7.16 before I >> release it, because of the problem reported here: >> >> http://cygwin.com/ml/cygwin/2012-05/msg00424.html
This is an X issue but... When you announce it, maybe you could add that X forwarding is disabled by default in sshd. You have to manually enable it in /etc/sshd_config to be able start your cygwin emacs from remote. I *live* in remote emacs sessions, much better than tramp. --- /etc/sshd_config~ 2012-07-12 09:21:01.000000000 -0500 +++ /etc/sshd_config 2012-07-12 09:21:48.359375000 -0500 @@ -90,7 +90,7 @@ #AllowAgentForwarding yes #AllowTcpForwarding yes #GatewayPorts no -#X11Forwarding no +X11Forwarding yes #X11DisplayOffset 10 #X11UseLocalhost yes #PrintMotd yes -- Reini Urban http://cpanel.net/ http://www.perl-compiler.org/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple