From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rodolfo Medina Newsgroups: gmane.emacs.help Subject: How to update Emacs git? Date: Sat, 28 Feb 2015 16:20:17 +0000 Message-ID: <87lhjiuhxa.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1425140285 7189 80.91.229.3 (28 Feb 2015 16:18:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 28 Feb 2015 16:18:05 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Feb 28 17:17:55 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1YRk5P-0001k8-OK for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Feb 2015 17:17:51 +0100 Original-Received: from localhost ([::1]:41604 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRk5P-0006uU-3H for geh-help-gnu-emacs@m.gmane.org; Sat, 28 Feb 2015 11:17:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40696) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRk5C-0006rq-68 for help-gnu-emacs@gnu.org; Sat, 28 Feb 2015 11:17:38 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRk58-000132-SQ for help-gnu-emacs@gnu.org; Sat, 28 Feb 2015 11:17:38 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:53236) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRk58-00012x-LZ for help-gnu-emacs@gnu.org; Sat, 28 Feb 2015 11:17:34 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YRk55-0001dY-CJ for help-gnu-emacs@gnu.org; Sat, 28 Feb 2015 17:17:31 +0100 Original-Received: from 151.34.196.43 ([151.34.196.43]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Feb 2015 17:17:31 +0100 Original-Received: from rodolfo.medina by 151.34.196.43 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 Feb 2015 17:17:31 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 151.34.196.43 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:EQWKWZ4M7DmMYWc7Amr5gjwrYT8= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:102949 Archived-At: Hi all. I downloaded and installed Emacs git with: $ git clone git://git.savannah.gnu.org/emacs.git $ cd emacs $ ./autogen.sh $ ./configure $ make # make install . Now, suppose I want to simply update it without downloading it all again. What shall I do? Thanks for any help, Rodolfo