From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: emacs 23.0.60.1 built today (11th feb 2008) crashes under Vista Date: Thu, 14 Feb 2008 01:03:02 +0100 Message-ID: References: <47B044EB.9010808@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1202947404 31520 80.91.229.12 (14 Feb 2008 00:03:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 14 Feb 2008 00:03:24 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eric Lilja" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 14 01:03:47 2008 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 1JPRZn-0005k2-Cu for ged-emacs-devel@m.gmane.org; Thu, 14 Feb 2008 01:03:43 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPRZJ-00036l-M5 for ged-emacs-devel@m.gmane.org; Wed, 13 Feb 2008 19:03:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JPRZF-00036d-E3 for emacs-devel@gnu.org; Wed, 13 Feb 2008 19:03:09 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JPRZC-00036F-Vz for emacs-devel@gnu.org; Wed, 13 Feb 2008 19:03:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JPRZC-00036B-OW for emacs-devel@gnu.org; Wed, 13 Feb 2008 19:03:06 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.232]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JPRZC-0005e7-Gb for emacs-devel@gnu.org; Wed, 13 Feb 2008 19:03:06 -0500 Original-Received: by wr-out-0506.google.com with SMTP id 58so341218wri.10 for ; Wed, 13 Feb 2008 16:03:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=KfLG8eHt+qh9bn3vULrJLmRsbHjsxIu9PuboAspeGeQ=; b=kVvsSpsvf7KOcwHHBTdfiyC/BFWYwz7wgIMymU5CAxSzMX979O+AHfEELcX6xS2ihlUHa2o/gV7Qv214E7s1g3MGZnhzR21ZQXQ5gvRM+YKOO8z1G90I4S3fK8wOr1iJgUCKFnoDP0Fr9l9R6eD/HIGRie/XO4j60QiMfmG6u/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=QTxya1qmjIrYfNoKnTJmfAo6ENcoKSTxEvc1cr3Bky/h1VTLNqBwYHihM+U+3VJugW74n0Dl7nNM+4ZwkMCTbRGR8YgQocSsaOKf1CdqK4AT1wKZoHarS3etAF30SXae43tWDs8I5WbcIl5m2dkG2zu+o8bashGqD4oNYf/RL2U= Original-Received: by 10.115.106.7 with SMTP id i7mr706544wam.18.1202947382197; Wed, 13 Feb 2008 16:03:02 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Wed, 13 Feb 2008 16:03:02 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 (Google crawlbot) 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:89003 Archived-At: On Feb 13, 2008 11:57 PM, Eric Lilja wrote: > Yes, if I just knew a clean way of undoing that change. You can try updating to a previous version, for example, in src/ do cvs update -r 1.122 -p w32.c > w32.c (the -p and redirection is to avoid the change being sticky, i.e., w32.c to be pegged to revision 1.122). Juanma