From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Schwab Newsgroups: gmane.emacs.devel Subject: Re: Watchpoints for emacs lisp. Date: Mon, 17 May 2010 21:56:21 +0200 Message-ID: References: <28512483.post@talk.nabble.com> <28523705.post@talk.nabble.com> <28567671.post@talk.nabble.com> <28574547.post@talk.nabble.com> <7FA18246-9874-4EC2-AAEB-55B693541C20@mit.edu> <28577522.post@talk.nabble.com> <28585093.post@talk.nabble.com> <28585789.post@talk.nabble.com> <28586371.post@talk.nabble.com> <28587094.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1274126233 24275 80.91.229.12 (17 May 2010 19:57:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 17 May 2010 19:57:13 +0000 (UTC) Cc: Emacs-devel@gnu.org To: "alin.s" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 17 21:57:12 2010 connect(): No such file or directory 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.69) (envelope-from ) id 1OE6R5-0004fz-Hq for ged-emacs-devel@m.gmane.org; Mon, 17 May 2010 21:57:11 +0200 Original-Received: from localhost ([127.0.0.1]:59958 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OE6R4-0002s9-SV for ged-emacs-devel@m.gmane.org; Mon, 17 May 2010 15:57:10 -0400 Original-Received: from [140.186.70.92] (port=33675 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OE6QX-0002cx-Kq for Emacs-devel@gnu.org; Mon, 17 May 2010 15:56:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OE6QP-0005lL-MP for Emacs-devel@gnu.org; Mon, 17 May 2010 15:56:37 -0400 Original-Received: from mail-out.m-online.net ([212.18.0.9]:55765) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OE6QP-0005kZ-A3 for Emacs-devel@gnu.org; Mon, 17 May 2010 15:56:29 -0400 Original-Received: from mail01.m-online.net (mail.m-online.net [192.168.3.149]) by mail-out.m-online.net (Postfix) with ESMTP id 6D2031C1547A; Mon, 17 May 2010 21:56:23 +0200 (CEST) Original-Received: from localhost (dynscan1.mnet-online.de [192.168.8.164]) by mail.m-online.net (Postfix) with ESMTP id 075E490218; Mon, 17 May 2010 21:56:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at mnet-online.de Original-Received: from mail.mnet-online.de ([192.168.3.149]) by localhost (dynscan1.mnet-online.de [192.168.8.164]) (amavisd-new, port 10024) with ESMTP id 9hSj3fWKzUm0; Mon, 17 May 2010 21:56:22 +0200 (CEST) Original-Received: from igel.home (ppp-88-217-123-58.dynamic.mnet-online.de [88.217.123.58]) by mail.mnet-online.de (Postfix) with ESMTP; Mon, 17 May 2010 21:56:22 +0200 (CEST) Original-Received: by igel.home (Postfix, from userid 501) id 89BC2CA297; Mon, 17 May 2010 21:56:21 +0200 (CEST) X-Yow: I have no actual hairline... In-Reply-To: <28587094.post@talk.nabble.com> (alin s.'s message of "Mon, 17 May 2010 11:39:11 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) 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:124872 Archived-At: "alin.s" writes: > Git works. It is downloading. > > It downloaded 65M, and shown 20%. > > That means about 320 M. If you want to look just at the latest revision you can do this: $ mkdir emacs $ cd emacs $ git init Initialized empty Git repository in /home/andreas/emacs/.git/ $ git remote add origin git://repo.or.cz/emacs $ git fetch --depth=1 origin master remote: Counting objects: 3172, done. remote: Compressing objects: 100% (1967/1967), done. remote: Total 3172 (delta 1226), reused 1979 (delta 1179) Receiving objects: 100% (3172/3172), 32.21 MiB | 1.93 MiB/s, done. Resolving deltas: 100% (1226/1226), done. >From git://repo.or.cz/emacs * branch master -> FETCH_HEAD $ git update-ref refs/remotes/origin/master FETCH_HEAD $ git co -t origin/master Checking out files: 100% (3056/3056), done. Branch master set up to track remote branch master from origin. Already on 'master' Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."