From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Deniz Dogan Newsgroups: gmane.emacs.devel Subject: Re: emacs 23 under wine... Date: Wed, 26 Aug 2009 23:25:36 +0200 Message-ID: <7b501d5c0908261425o51d6c365me93e75e44e3a0f6a@mail.gmail.com> References: <4A959105.1010101@harpegolden.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1251322005 4236 80.91.229.12 (26 Aug 2009 21:26:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 26 Aug 2009 21:26:45 +0000 (UTC) Cc: Emacs developers To: David De La Harpe Golden Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 26 23:26:38 2009 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.50) id 1MgQ0r-000610-Ly for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2009 23:26:38 +0200 Original-Received: from localhost ([127.0.0.1]:45941 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgQ0r-0001pk-10 for ged-emacs-devel@m.gmane.org; Wed, 26 Aug 2009 17:26:37 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MgPzv-0000ka-Gw for emacs-devel@gnu.org; Wed, 26 Aug 2009 17:25:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MgPzu-0000jO-Qs for emacs-devel@gnu.org; Wed, 26 Aug 2009 17:25:39 -0400 Original-Received: from [199.232.76.173] (port=40624 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MgPzu-0000jC-Ia for emacs-devel@gnu.org; Wed, 26 Aug 2009 17:25:38 -0400 Original-Received: from ey-out-1920.google.com ([74.125.78.146]:8434) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MgPzu-0000CW-6I for emacs-devel@gnu.org; Wed, 26 Aug 2009 17:25:38 -0400 Original-Received: by ey-out-1920.google.com with SMTP id 3so134403eyh.34 for ; Wed, 26 Aug 2009 14:25:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=SXPkbj7m4NwIbeoMKNVaCeV3GCCHN07gtGtY1B81zPA=; b=cHUjULZ5p6eXgKPhtHPbDKwPXqGZs8PaeoYOo7tSW/4iw78DKRZJjvzq8jmfMM90oz Q21ZoZrDnZZxylGaDmjBFJBt2foWycRsuu8hobQ9jQ0IcrAICeEOpxCEOK6LAncVRNLK KZhjaCuwyehb80b6Z2OtLrnSfqFqMsxO6rQ80= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=qrAgHoRx5lR755YQRqqoH2RvOWg77Fi/GD2GTuFBT167b3CBMoTo2TKxWXYBseDQBj HUZ8otyslmaWpRW0c5jAQkVKnXvhwOAe0uCG9I/ccv8RZY5lcj0d34ie6lNJZ3+u8nMD uEBt9+g/qyPp5/LPy/Vf1i701sKvdd5VWPu9Y= Original-Received: by 10.210.141.4 with SMTP id o4mr8844343ebd.40.1251321936489; Wed, 26 Aug 2009 14:25:36 -0700 (PDT) In-Reply-To: <4A959105.1010101@harpegolden.net> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:114639 Archived-At: 2009/8/26 David De La Harpe Golden : > Runs... exhibits some nasty draw glitches upon scrolling by less than > whole pages though. =A0I presently don't know if it's wine happening to > expose some odd problem in w32 emacs redraw =A0or (I guess rather more > likely) a wine-side bug. > > I found it also "nearly" bootstraps with mingw under > wine, with only a few immediately apparent problems (no doubt there > could be many creeping hidden ones...): > > * wine's cmd.exe chokes on parts of configure.bat, but wine's cmd.exe > apparently has several known issues, including not supporting a "copy > a+b c" syntax (microsoft's idea of cat, apparently) which of course > configure.bat uses =A0heavily. =A0There are other non-microsoft cmd.exes = which > fare better, though I ended up manually doing a bunch of stuff. > > * a known wine bug regarding popen() that affects windres.exe calls > from within scripts (but not at toplevel). > > Could be just my unfamiliarity: > > * something hangs during compilation of tramp that I haven't resolved > yet, though it could be similar to: > > * Depending on which version of which w32 diff and patch port (there > seem to be quite a few floating about...) you have installed, ediff > compilation hangs. I guess that might happen on windows too, but I > don't really know. > > Neither tramp nor ediff are critical for my immediate purposes, just > mentioning because you have to kill the relevant subprocess to allow the > build to proceed. > Just curious: what's the reason for running Emacs under Wine? --=20 Deniz Dogan