From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: SCPC Detection Program Date: Thu, 15 Apr 2010 05:31:16 +0200 Message-ID: <87y6gptmrf.fsf@gmx.de> References: <8739z26jxo.fsf@gmx.de> <87iq7weaz4.fsf@gmx.de> <8739z0wim6.fsf@gmx.de> <877hobrrsc.fsf@gmx.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271302293 6851 80.91.229.12 (15 Apr 2010 03:31:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 15 Apr 2010 03:31:33 +0000 (UTC) Cc: tramp-devel@gnu.org, emacs-devel@gnu.org To: Noah Lavine Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 15 05:31:31 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O2Fnd-0006Ol-O3 for ged-emacs-devel@m.gmane.org; Thu, 15 Apr 2010 05:31:30 +0200 Original-Received: from localhost ([127.0.0.1]:59353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2Fnc-0006NB-Pz for ged-emacs-devel@m.gmane.org; Wed, 14 Apr 2010 23:31:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O2FnX-0006N0-Jz for emacs-devel@gnu.org; Wed, 14 Apr 2010 23:31:23 -0400 Original-Received: from [140.186.70.92] (port=40037 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O2FnW-0006Mm-GP for emacs-devel@gnu.org; Wed, 14 Apr 2010 23:31:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O2FnU-0007tw-M6 for emacs-devel@gnu.org; Wed, 14 Apr 2010 23:31:22 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]:52093) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1O2FnU-0007tb-7q for emacs-devel@gnu.org; Wed, 14 Apr 2010 23:31:20 -0400 Original-Received: (qmail invoked by alias); 15 Apr 2010 03:31:18 -0000 Original-Received: from p4FC00BBF.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.192.11.191] by mail.gmx.net (mp006) with SMTP; 15 Apr 2010 05:31:18 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18T2FxsnRYTsEWk8BxzI1lwSMDh6G1xO/2YS7in/5 jolac3QUYJWs8b In-Reply-To: (Noah Lavine's message of "Wed, 14 Apr 2010 19:57:39 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-FuHaFi: 0.66000000000000003 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:123680 Archived-At: Noah Lavine writes: > Hi Michael, Hi Noah, > That sounds excellent. I'll try to submit a patch soon to implement > that. Is it correct that patches like that should go to > bug-gnu-emacs@gnu.org? It depends. In this case, it would be sufficient, if you simply post the diff + a ChangeLog entry; I would commit it then for you. However, the change in tramp.el shall not be longer than ~15 lines, this is acceptable if you have not signed the FSF papers. If you intend to contribute further on, I recommend you to contact the FSF and sign the papers; somebody has told earlier where to find information about. > Noah Thanks, and best regards, Michael.