From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/69984 Path: news.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: Re: Async pre-treatment of articles Date: Sun, 29 Aug 2010 01:50:32 +0200 Organization: Probably a good idea Message-ID: <87pqx2e1pz.fsf@dod.no> References: <87k4na79y9.fsf@topper.koldfront.dk> <87fwxy79po.fsf@topper.koldfront.dk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1283039497 31967 80.91.229.12 (28 Aug 2010 23:51:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 28 Aug 2010 23:51:37 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M18370@lists.math.uh.edu Sun Aug 29 01:51:36 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 1OpVBN-00030q-Sh for ding-account@gmane.org; Sun, 29 Aug 2010 01:51:34 +0200 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 1OpVAh-0002cs-4U; Sat, 28 Aug 2010 18:50:51 -0500 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 1OpVAf-0002cc-BB for ding@lists.math.uh.edu; Sat, 28 Aug 2010 18:50:49 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OpVAZ-0008L4-Q7 for ding@lists.math.uh.edu; Sat, 28 Aug 2010 18:50:48 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OpVAZ-0000IP-00 for ; Sun, 29 Aug 2010 01:50:43 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OpVAY-0002aU-Gj for ding@gnus.org; Sun, 29 Aug 2010 01:50:42 +0200 Original-Received: from cm-84.208.200.46.getinternet.no ([84.208.200.46]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Aug 2010 01:50:42 +0200 Original-Received: from sb by cm-84.208.200.46.getinternet.no with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 29 Aug 2010 01:50:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: ding@gnus.org Original-Lines: 18 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: cm-84.208.200.46.getinternet.no Mail-Copies-To: never User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:PKeYwq9pRCSX6wXMBhfNPuattow= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:69984 Archived-At: >>>>> Lars Magne Ingebrigtsen : > Meanwhile, has anybody written a handy "how to use git from within > Emacs if you're used to cvs-update and vc-mode... FOR DUMMIES"? vc-mode should work as usual (at least from emacs23 on. Possibly 22 as well). But where `C-x v v' actually checks in stuff is a bit of a mystery to me. That is: I know it checks it into the local repo, but if it checks it in into the same branch everybody else works on, or if it checks it into a user-specific branch, I don't know. (And I really would like to know, because I have a feeling that these new distributed version control systems are really powerful... if I could understand them...)