From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: mh-e/mh-loaddefs.el removed from CVS Date: Thu, 20 Oct 2005 14:10:09 +0200 Message-ID: References: <87vf02s821.fsf@olgas.newt.com> <87mzles59q.fsf@olgas.newt.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1129815543 16202 80.91.229.2 (20 Oct 2005 13:39:03 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 20 Oct 2005 13:39:03 +0000 (UTC) Cc: wohler@newt.com, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 20 15:38:49 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1ESabt-0005r5-Tb for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2005 15:37:34 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESabX-0004Fo-EF for ged-emacs-devel@m.gmane.org; Thu, 20 Oct 2005 09:37:11 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1ESZGY-0003KF-IQ for emacs-devel@gnu.org; Thu, 20 Oct 2005 08:11:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1ESZGW-0003JT-PF for emacs-devel@gnu.org; Thu, 20 Oct 2005 08:11:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ESZGT-0003Ir-Cv for emacs-devel@gnu.org; Thu, 20 Oct 2005 08:11:22 -0400 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1ESZGR-0007XV-W1; Thu, 20 Oct 2005 08:11:20 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-80-230-148-220.inter.net.il [80.230.148.220]) by romy.inter.net.il (MOS 3.5.8-GR) with ESMTP id CTH55343 (AUTH halo1); Thu, 20 Oct 2005 14:10:05 +0200 (IST) Original-To: Jason Rumney In-reply-to: (message from Jason Rumney on Mon, 17 Oct 2005 22:23:04 +0100) 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:44409 Archived-At: > From: Jason Rumney > Date: Mon, 17 Oct 2005 22:23:04 +0100 > Cc: emacs-devel@gnu.org > > Bill Wohler writes: > > >>> The lisp/Makefile.in has been changed to regenerate > >>> mh-e/mh-loaddefs.el, but the corresponding lisp/makefile.w32-in remain > >>> unchanged. Is that ok? > > > > Done. Can someone please take care of verifying the change and > > implementing any "tricky bits" that Juanma mentioned? > > I have implemented the "tricky bits" and tested them on > CMD.EXE. And I tested them with a Unixy shell, and it works. (Needed to make a small change to avoid same-file warnings, though.) Thanks!