From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/74524 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap now tries both imaps and imap Date: Mon, 29 Nov 2010 09:56:08 +0100 Organization: Probably a good idea Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1291021013 20373 80.91.229.12 (29 Nov 2010 08:56:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 29 Nov 2010 08:56:53 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22883@lists.math.uh.edu Mon Nov 29 09:56:49 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PMzXV-0001g2-Ih for ding-account@gmane.org; Mon, 29 Nov 2010 09:56:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PMzXA-0007KY-TS; Mon, 29 Nov 2010 02:56:28 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PMzX9-0007KK-DH for ding@lists.math.uh.edu; Mon, 29 Nov 2010 02:56:27 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PMzX4-00089N-Bu for ding@lists.math.uh.edu; Mon, 29 Nov 2010 02:56:26 -0600 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PMzX3-0008T1-00 for ; Mon, 29 Nov 2010 09:56:21 +0100 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1PMzX2-0001Xk-VG for ding@gnus.org; Mon, 29 Nov 2010 09:56:21 +0100 Original-Received: from 62.113.137.5 ([62.113.137.5]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Nov 2010 09:56:20 +0100 Original-Received: from sb by 62.113.137.5 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 29 Nov 2010 09:56:20 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 62.113.137.5 Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.3 (gnu/linux) Cancel-Lock: sha1:QEDAUR8GwA/glf1+U98vlcjrWF0= X-Spam-Score: -0.7 (/) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:74524 Archived-At: >>>>> Lars Magne Ingebrigtsen : > Tommy Kelly writes: >> My newbness knows no bounds, but if you could tell me how in git to >> quickly compare what you now have with what you had before, I can keep >> banging my head off it to see if I can give you a clue as to what the >> issue is. > Using git is still a mystery to me. :-) Well, er... - open the file in emacs - Do `C-u C-x v =', and give the guid of the second-to-last commit as the version to diff from, and current version as the version Of course, this was a bit easier in version control systems that had a human-readable version number. Alternatively you can: - open the file in emacs - Do `C-x v l' - If you end up the end of the log (which happens to me on git for some reason), arrow up to the second to last entry (ie. navigate in a way that doesn't set mark) and press `d' ...or you can pick out the guid for the commit you'd like to diff against and do the `C-u C-x v =' thing.