From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Slawomir Nowaczyk Newsgroups: gmane.emacs.devel Subject: Re: python-mode patch Date: Thu, 10 Aug 2006 18:12:50 +0200 Message-ID: <20060810180930.EF7A.SLAWOMIR.NOWACZYK.847@student.lu.se> References: <20060810122914.EF42.SLAWOMIR.NOWACZYK.847@student.lu.se> <17627.5883.285449.474785@kahikatea.snap.net.nz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1155226416 16948 80.91.229.2 (10 Aug 2006 16:13:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 10 Aug 2006 16:13:36 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 10 18:13:34 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GBD9r-0006sJ-FA for ged-emacs-devel@m.gmane.org; Thu, 10 Aug 2006 18:13:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBD9q-0005XT-Nj for ged-emacs-devel@m.gmane.org; Thu, 10 Aug 2006 12:13:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GBD9f-0005XJ-GE for emacs-devel@gnu.org; Thu, 10 Aug 2006 12:13:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GBD9b-0005Wq-Q0 for emacs-devel@gnu.org; Thu, 10 Aug 2006 12:13:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GBD9b-0005Wn-LS for emacs-devel@gnu.org; Thu, 10 Aug 2006 12:13:03 -0400 Original-Received: from [130.235.16.11] (helo=himmelsborg.cs.lth.se) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GBDEX-0001lb-VN for emacs-devel@gnu.org; Thu, 10 Aug 2006 12:18:10 -0400 Original-Received: from [127.0.0.1] (slawek@dain [130.235.16.76]) by himmelsborg.cs.lth.se (8.13.6/8.13.6/perf-jw-tr) with ESMTP id k7AGCwvB027889 for ; Thu, 10 Aug 2006 18:13:00 +0200 (CEST) Original-To: emacs-devel@gnu.org In-Reply-To: <17627.5883.285449.474785@kahikatea.snap.net.nz> X-Esmandil_Citation: done X-Mailer-Plugin: Popup Memopad for Becky!2 Ver.0.02 Rev.2 X-Mailer: Becky! ver. 2.25.02 [en] 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:58264 Archived-At: On Thu, 10 Aug 2006 23:22:35 +1200 Nick Roberts wrote: #> > # Copyright (C) 2004, 2005, 2006 Free Software Foundation, Inc. #> > # Author: Dave Love #> > +# Modified: Slawomir Nowaczyk #> #> You don't need to add your name here, but if the patch is accepted #> you'll need a ChangLog entry. Thank you. Like this? ********************************************************************** --- etc/ChangeLog 2006-08-10 18:07:06.393926400 +0200 +++ /c/Emacs/etc/ChangeLog 2006-08-10 18:08:43.914153600 +0200 @@ -1,3 +1,8 @@ +2006-08-10 Slawomir Nowaczyk + + * emacs.py: Make eexecfile execute the file within a namespace + of __main__ script. + 2006-08-09 Richard Stallman * TUTORIAL: Don't say which side scroll bar is on. ********************************************************************** #> AFAICS this file and python.el appear to currently be unmaintained, #> so perhaps, (after the release?) you would like to become the #> maintainer of these files. It's just a thought on my part, Richard #> Stallman will make any decision. Yes, I have been thinking about that, although I am not sure I have enough time to maintain python-mode properly. On the other hand, I *do* have a list of things I would like to improve... -- Best wishes, Slawomir Nowaczyk ( slawomir.nowaczyk.847@student.lu.se ) To err is human, to moo bovine.