From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/77580 Path: news.gmane.org!not-for-mail From: Antoine Levitt Newsgroups: gmane.emacs.gnus.general Subject: Re: Inconsistent doc for message-generate-new-buffers Date: Mon, 07 Mar 2011 15:55:50 +0100 Message-ID: <87pqq3getl.fsf@gmail.com> References: <87d3m3jbbr.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299509777 29615 80.91.229.12 (7 Mar 2011 14:56:17 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 7 Mar 2011 14:56:17 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25903@lists.math.uh.edu Mon Mar 07 15:56:14 2011 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 1Pwbr3-0003KA-9z for ding-account@gmane.org; Mon, 07 Mar 2011 15:56:13 +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 1Pwbqu-0004Ce-DA; Mon, 07 Mar 2011 08:56:04 -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 1Pwbqs-0004CE-9Q for ding@lists.math.uh.edu; Mon, 07 Mar 2011 08:56:02 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Pwbqp-0002iW-IB for ding@lists.math.uh.edu; Mon, 07 Mar 2011 08:56:01 -0600 Original-Received: from mail-fx0-f44.google.com ([209.85.161.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Pwbqo-0005Gj-OP for ding@gnus.org; Mon, 07 Mar 2011 15:55:58 +0100 Original-Received: by fxm15 with SMTP id 15so5905818fxm.17 for ; Mon, 07 Mar 2011 06:55:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=cEDJbPI1XeyAU/IJ+mAyIVwmQBcdQbDLwbHNVXR+1Uw=; b=XDhM4w4TZyJqfZSOIyNLqfB6Xnq3EeO4LTGKjRzwJh1dvs2tEucdkeQiwiI4xlZEXd kDmG0L1lGNFd1nDxlvhX11t98a2D8DgyY1/ojdT5V/QRyf472vpTUgbX0ZbSmCuyLgZg 3cQasmJhwPL/1gqmyWZ2Kl9VTQ5y/fk8l+pmA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:date:in-reply-to:message-id:user-agent :mime-version:content-type; b=LBZyeRAWsx8YsCrOOxOzA/rSp4oYNkCLAFyUO19E3N83YWi2GvBtdvWL52CUSWEAks s4RmQC4II6mpBZmT7pUHmbFPFMZDFqu+mk8x2fCjE46EEBesLnSEuDMW+Lq2hzD/RCXw C3qnQ6pZVm2RMjOM8Y6vp9jOpJVPl3cMyuZZo= Original-Received: by 10.223.63.80 with SMTP id a16mr4462878fai.146.1299509753322; Mon, 07 Mar 2011 06:55:53 -0800 (PST) Original-Received: from lambda (portable115.ceremade.dauphine.fr [193.48.71.115]) by mx.google.com with ESMTPS id z1sm999124fau.21.2011.03.07.06.55.51 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 07 Mar 2011 06:55:52 -0800 (PST) In-Reply-To: (Julien Danjou's message of "Mon, 07 Mar 2011 15:42:15 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:77580 Archived-At: 07/03/11 15:42, Julien Danjou > On Mon, Mar 07 2011, Antoine Levitt wrote: > >> The info doc is out of date. > > Merged, Thanks! > but please include a ChangeLog entry next time, it'd be easier > to merge. Ah, right. I saw somebody talk about C-x 4 a and just tried it, it's awesome. :) I'll do that next time. > Git format-patch is welcome also. :) It just seems too much trouble to maintain a separate branch, especially since I tend to get extremely confused by git error messages and end up doing a lot of git reset --hard :) So I just maintain a set a patches without ever committing and I just do git stash && git pull && git stash apply. It probably doesn't scale too well, but since my changes are usually small enough not to require commits, that's good enough for me.