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-devel Digest, Vol 52, Issue 61 Date: Sat, 7 Jun 2008 16:07:03 +0200 Message-ID: References: <20080607125159.8A74F9F05B4@grelber.thyrsus.com> <20080607132037.GA21979@thyrsus.com> <20080607141452.GF1812@muc.de> 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 1212847637 22280 80.91.229.12 (7 Jun 2008 14:07:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Jun 2008 14:07:17 +0000 (UTC) Cc: "Eric S. Raymond" , emacs-devel@gnu.org To: "Alan Mackenzie" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 07 16:07:59 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 1K4z5L-0002dv-AM for ged-emacs-devel@m.gmane.org; Sat, 07 Jun 2008 16:07:59 +0200 Original-Received: from localhost ([127.0.0.1]:45206 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4z4Y-0002Kj-Ak for ged-emacs-devel@m.gmane.org; Sat, 07 Jun 2008 10:07:10 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1K4z4U-0002Ke-6y for emacs-devel@gnu.org; Sat, 07 Jun 2008 10:07:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1K4z4T-0002KR-5b for emacs-devel@gnu.org; Sat, 07 Jun 2008 10:07:05 -0400 Original-Received: from [199.232.76.173] (port=53963 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4z4T-0002KO-29 for emacs-devel@gnu.org; Sat, 07 Jun 2008 10:07:05 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.178]:37465) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1K4z4S-0004HN-Lx for emacs-devel@gnu.org; Sat, 07 Jun 2008 10:07:04 -0400 Original-Received: by wa-out-1112.google.com with SMTP id m34so1179325wag.10 for ; Sat, 07 Jun 2008 07:07:03 -0700 (PDT) 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=DKPRH4OqWphTpzgJP6Vb30D0N6xXZbqitIm0U5dsWLI=; b=rn3BEU/Aq5wqly6qsn6/OB2dHlWA/CzX/jIrD/7mygmfm7DNBdZOPg5z4mnuEg8kPm 7nCoNCHjfI4Nm4IKhu/vfORiq5p0W1W227cDUlcwbYRTcdwrq7Tu9xqJ+/R+ZHH8XGu6 5WnY4CPRbiXZcsakQ+HjGvYhnGiKOdX0yn7rU= 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=HEjfAldOlrtqDBGJwQQAbzaRy3QpXqOz0iG+KLTKM5Ns2VKZTbExzRN1tPkldJfOYT 7hsWzLAhdaIqsobTYqB2Xr2xw2OhQ4NF43IXzfNqFEU1AnkY/k7VmnP5ZjBV2uli2ClX SLp+VHetyXag90Ao765mYyl6LzERR07FD2B7o= Original-Received: by 10.114.89.1 with SMTP id m1mr1429711wab.126.1212847623485; Sat, 07 Jun 2008 07:07:03 -0700 (PDT) Original-Received: by 10.114.167.12 with HTTP; Sat, 7 Jun 2008 07:07:03 -0700 (PDT) In-Reply-To: <20080607141452.GF1812@muc.de> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:98582 Archived-At: On Sat, Jun 7, 2008 at 16:14, Alan Mackenzie wrote: > I've had a wee look at it, and > my directory tree doesn't have the directory nxml, despite my just having > done a `cvs update'. nxml is a new directory in the Emacs trunk (?about > 4 weeks old?). Shouldn't `cvs update' download this new directory? Does "cvs update -d" create the lisp/nxml dir? Juanma