From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xue Fuqiao Newsgroups: gmane.emacs.devel Subject: Re: How to begin contributing to XWidgets for GSoC Date: Wed, 05 Mar 2014 20:16:39 +0800 Organization: The Church of Emacs Message-ID: <87a9d4on6g.fsf@gnu.org> References: <5e0f426affa147cba5ae30977f4f3c84@BY2PR03MB378.namprd03.prod.outlook.com> <87k3cd2ioo.fsf@gnu.org> <87k3cd59c3.fsf@tanger.home> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1394021878 10663 80.91.229.3 (5 Mar 2014 12:17:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 5 Mar 2014 12:17:58 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 05 13:18:06 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WLAlu-0005Sm-3h for ged-emacs-devel@m.gmane.org; Wed, 05 Mar 2014 13:18:02 +0100 Original-Received: from localhost ([::1]:51734 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLAlt-0005yh-Ke for ged-emacs-devel@m.gmane.org; Wed, 05 Mar 2014 07:18:01 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLAkt-0004pD-4c for emacs-devel@gnu.org; Wed, 05 Mar 2014 07:17:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLAkn-0001n2-N0 for emacs-devel@gnu.org; Wed, 05 Mar 2014 07:16:59 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:44052) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLAkn-0001ms-Gi for emacs-devel@gnu.org; Wed, 05 Mar 2014 07:16:53 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WLAkm-0004P2-Ux for emacs-devel@gnu.org; Wed, 05 Mar 2014 13:16:52 +0100 Original-Received: from 123.114.143.50 ([123.114.143.50]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Mar 2014 13:16:52 +0100 Original-Received: from xfq by 123.114.143.50 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 05 Mar 2014 13:16:52 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 123.114.143.50 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) Cancel-Lock: sha1:w8LkETBxDOgxtlUDaOdl0zhiEao= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:170152 Archived-At: joakim@verona.se writes: > See https://gitorious.org/emacs-xwidgets/emacs-xwidgets/source/39adb3f2f911a7c4fc6ab65ce5acc369e877741a: I can't successfully clone this repo: $ git clone https://git.gitorious.org/emacs-xwidgets/emacs-xwidgets.git Cloning into 'emacs-xwidgets'... remote: Counting objects: 716588, done remote: Finding sources: 100% (716588/716588) remote: Compressing objects: 100% (9874/9874) remote: Compressing objects: 100% (9845/9845) Receiving objects: 100% (716588/716588), 227.22 MiB | 218.00 KiB/s, done. Resolving deltas: 100% (577228/577228), done. Checking connectivity... done warning: remote HEAD refers to nonexistent ref, unable to checkout. So, perhaps a `master' branch is necessary[fn:1]. BTW I (finally) built the `xwidget' branch from Savannah successfully. The command `xwidget-webkit-browse-url' looks cool. I'll start to test it more extensively and dive into src/*.[ch] later. Footnotes: [fn:1] http://www.linux-pages.com/2013/01/git-clone-gives-warning-remote-head-refers-to-nonexistent-ref-unable-to-checkout/ -- http://www.gnu.org/software/emacs/