From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "alin.s" Newsgroups: gmane.emacs.devel Subject: Re: Watchpoints for emacs lisp. Date: Wed, 26 May 2010 01:27:10 -0700 (PDT) Message-ID: <28677826.post@talk.nabble.com> 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> <28657657.post@talk.nabble.com> <31C9EDD0-1ED1-4A5B-B925-811C120D7514@raeburn.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1274862450 15935 80.91.229.12 (26 May 2010 08:27:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 26 May 2010 08:27:30 +0000 (UTC) To: Emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 26 10:27:26 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 1OHBxP-00075I-OC for ged-emacs-devel@m.gmane.org; Wed, 26 May 2010 10:27:20 +0200 Original-Received: from localhost ([127.0.0.1]:33658 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHBxO-0003mj-T8 for ged-emacs-devel@m.gmane.org; Wed, 26 May 2010 04:27:19 -0400 Original-Received: from [140.186.70.92] (port=45997 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OHBxJ-0003me-4D for Emacs-devel@gnu.org; Wed, 26 May 2010 04:27:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OHBxI-0001w0-0a for Emacs-devel@gnu.org; Wed, 26 May 2010 04:27:13 -0400 Original-Received: from kuber.nabble.com ([216.139.236.158]:45734) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OHBxH-0001vv-Sj for Emacs-devel@gnu.org; Wed, 26 May 2010 04:27:11 -0400 Original-Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OHBxG-0004Qd-Jp for Emacs-devel@gnu.org; Wed, 26 May 2010 01:27:10 -0700 In-Reply-To: <31C9EDD0-1ED1-4A5B-B925-811C120D7514@raeburn.org> X-Nabble-From: alinsoar@voila.fr X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:125278 Archived-At: Ken Raeburn-2 wrote: > >> Please tell me how can I revert the buffers after U modified them and I >> want >> to come back to trunk version. > > "git reset --hard" may be what you want? It'll reset the checked-out > files to match the repository, discarding your edits. Or did you just > mean M-x revert-buffer to get rid of your unsaved changes? > >> And how can I update to get the latest patch, that appeared from the last >> check out. > > "git pull", which does a "git fetch" (updates from the remote source) and > "git merge" (pulls the changes into your working branch) > > Thanks -- View this message in context: http://old.nabble.com/Watchpoints-for-emacs-lisp.-tp28512483p28677826.html Sent from the Emacs - Dev mailing list archive at Nabble.com.