From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13274 invoked by alias); 12 Jul 2012 15:30:00 -0000 Received: (qmail 13263 invoked by uid 22791); 12 Jul 2012 15:30:00 -0000 X-SWARE-Spam-Status: No, hits=-5.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-bk0-f43.google.com (HELO mail-bk0-f43.google.com) (209.85.214.43) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Jul 2012 15:29:47 +0000 Received: by bkty15 with SMTP id y15so1998134bkt.2 for ; Thu, 12 Jul 2012 08:29:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.152.102.137 with SMTP id fo9mr54284020lab.35.1342106985700; Thu, 12 Jul 2012 08:29:45 -0700 (PDT) Received: by 10.112.86.130 with HTTP; Thu, 12 Jul 2012 08:29:45 -0700 (PDT) In-Reply-To: References: <4FFEBD68.1060004@cornell.edu> Date: Thu, 12 Jul 2012 15:30:00 -0000 Message-ID: Subject: Re: Is Emacs 24.1 on its way? From: Reini Urban To: cygwin@cygwin.com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-07/txt/msg00223.txt.bz2 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