From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Need help with ad-do-it, it loops Date: Mon, 11 May 2009 08:38:55 +0200 Message-ID: References: <87iqk9oq03.fsf@elegiac.orebokech.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1242023957 14351 80.91.229.12 (11 May 2009 06:39:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 May 2009 06:39:17 +0000 (UTC) Cc: Romain Francoise , =?UTF-8?Q?R=C3=A9mi_Letot?= To: Emacs-Devel devel Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 11 08:39:09 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 1M3PAK-0007n1-Oo for ged-emacs-devel@m.gmane.org; Mon, 11 May 2009 08:39:09 +0200 Original-Received: from localhost ([127.0.0.1]:58321 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3PAJ-0001wC-CS for ged-emacs-devel@m.gmane.org; Mon, 11 May 2009 02:39:07 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M3PAE-0001w7-VG for emacs-devel@gnu.org; Mon, 11 May 2009 02:39:03 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M3PA9-0001vv-Bw for emacs-devel@gnu.org; Mon, 11 May 2009 02:39:01 -0400 Original-Received: from [199.232.76.173] (port=52987 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M3PA9-0001vs-2F for emacs-devel@gnu.org; Mon, 11 May 2009 02:38:57 -0400 Original-Received: from mail-bw0-f161.google.com ([209.85.218.161]:42004) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M3PA8-0006ol-Mz for emacs-devel@gnu.org; Mon, 11 May 2009 02:38:56 -0400 Original-Received: by bwz5 with SMTP id 5so2517977bwz.42 for ; Sun, 10 May 2009 23:38:55 -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=vM89amtkL2pPZZImqa9LP4AHDb5ek5r9NADwwtfAykA=; b=Cca1LC2qlCC4qXT7X3bZcuYXlVsihOiyqiQ2ozosS/OXBm66J920qi9x+DMSmXowVM MQfTQKZDbn5Nqn6jqVLdcvWXP1b58ECnWR1FaSOsaP/Upq36h2FZxCcs7yRUQduZLFZd pftfZ2nfkuWNsvMqocDoqHZd8proOfccXf6BQ= 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=mEmM96FZ9VnzFJSMhln3t8LpLhAgHIssgcGaVL1Ci0TZF78QgeRYlVqienXDhsZfJQ 0TE8Ixyo34qJtueJ2xVnrvXXR+DOK6YRspoENDR3jn/MMlPW6j3LgahTdaVveQp+lQyf TgdNPaWaOxZ4QIlnloSAX43ixwpSNpGDB8xtI= Original-Received: by 10.223.112.202 with SMTP id x10mr3180189fap.68.1242023935370; Sun, 10 May 2009 23:38:55 -0700 (PDT) In-Reply-To: <87iqk9oq03.fsf@elegiac.orebokech.com> 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:110821 Archived-At: After trying to fix some bugs in nXhtml I still get reports from Debian/Ubuntu users that it does not work with the Emacs snap-shots, but it does if they compile Emacs themselves from CVS. The only things I can think of that differs are: - Source code: date seems unimportant, the snap-shots are fairly new. - load-path: The list-load-path-shadows command does not show anything special (at least not for R=C3=A9mi, see https://bugs.launchpad.net/nxhtml/+bug/369800). - Debian's special startup.el: Not sure, but was not this just about load-p= ath? Anyone who can think of something else? I have asked Romain for a diff (see below), but I am unsure if that could be non-zero. Can someone please help us with this? Does "cvs update" ensure that the diff is zero (as Romain assumes below)? On Sun, May 10, 2009 at 12:44 AM, Romain Francoise w= rote: > Lennart Borgman writes: > >> I have noticed that CVS can get out of synch so to say. At the end >> of fetching from CVS (which I do in a loop to make sure that >> everything is up to date) I have something like this > >> =C2=A0 =C2=A0 cvs diff -b -u 2>&1 > %diff-file% > >> Do you do something like this too? > > Nope, but I usually do a cvs up just after checking out the tree > just to make sure. =C2=A0CVS checkouts aren't atomic, but my connection > to Savannah is fast enough that the chances of having an incomplete > change are pretty slim. >