From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Fri, 13 Feb 2015 14:09:11 -0500 Message-ID: References: <85k31coixa.fsf@stephe-leake.org> <85oapy5kt6.fsf@stephe-leake.org> <83y4oiiw81.fsf@gnu.org> <838ugdf251.fsf@gnu.org> <87bnl1vmqf.fsf@lifelogs.com> <87vbj8tow4.fsf@lifelogs.com> <87r3twtagf.fsf@lifelogs.com> <85siebl7ws.fsf@stephe-leake.org> <85a90ilwmm.fsf@stephe-leake.org> <83386a6f7z.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423854622 10604 80.91.229.3 (13 Feb 2015 19:10:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 13 Feb 2015 19:10:22 +0000 (UTC) Cc: Eli Zaretskii , Stephen Leake , Emacs development discussions To: =?windows-1252?Q?Aur=E9lien?= Aptel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 13 20:10:08 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YMLch-00056j-0E for ged-emacs-devel@m.gmane.org; Fri, 13 Feb 2015 20:09:55 +0100 Original-Received: from localhost ([::1]:57173 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMLcg-00076i-3a for ged-emacs-devel@m.gmane.org; Fri, 13 Feb 2015 14:09:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52348) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMLcb-00074D-Rp for emacs-devel@gnu.org; Fri, 13 Feb 2015 14:09:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YMLca-0002rZ-WB for emacs-devel@gnu.org; Fri, 13 Feb 2015 14:09:49 -0500 Original-Received: from mercure.iro.umontreal.ca ([132.204.24.67]:51226) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YMLcV-0002rB-Ch; Fri, 13 Feb 2015 14:09:43 -0500 Original-Received: from hidalgo.iro.umontreal.ca (hidalgo.iro.umontreal.ca [132.204.27.50]) by mercure.iro.umontreal.ca (Postfix) with ESMTP id 8C50585D71; Fri, 13 Feb 2015 14:09:42 -0500 (EST) Original-Received: from lechon.iro.umontreal.ca (lechon.iro.umontreal.ca [132.204.27.242]) by hidalgo.iro.umontreal.ca (Postfix) with ESMTP id 582811E5B8D; Fri, 13 Feb 2015 14:09:11 -0500 (EST) Original-Received: by lechon.iro.umontreal.ca (Postfix, from userid 20848) id 35EF8B4102; Fri, 13 Feb 2015 14:09:11 -0500 (EST) In-Reply-To: (=?windows-1252?Q?=22Aur=E9lien?= Aptel"'s message of "Thu, 12 Feb 2015 22:55:25 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-DIRO-MailScanner-Information: Please contact the ISP for more information X-DIRO-MailScanner: Found to be clean X-DIRO-MailScanner-SpamCheck: n'est pas un polluriel, SpamAssassin (score=-2.82, requis 5, autolearn=not spam, ALL_TRUSTED -2.82, MC_TSTLAST 0.00) X-DIRO-MailScanner-From: monnier@iro.umontreal.ca X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 132.204.24.67 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:183018 Archived-At: > Or even better, using Wine? Guess I'm asking for too much but > switching OS really is a PITA. FWIW, I have used Wine to *run* the w32 build of Emacs and it worked well enough (not for real use, but to reproduce a particular bug and come up with a fix). I would expect that Wine can indeed similarly be used to build the w32 version of Emacs. Stefan