From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.devel Subject: Re: bug#881: patch for bug #881 Date: Wed, 6 Jan 2010 01:43:35 +0100 Message-ID: References: <87wrzwp5gd.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1262743701 32288 80.91.229.12 (6 Jan 2010 02:08:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 6 Jan 2010 02:08:21 +0000 (UTC) Cc: Emacs developers To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 06 03:08:13 2010 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.50) id 1NSLJl-0001NM-2m for ged-emacs-devel@m.gmane.org; Wed, 06 Jan 2010 03:08:13 +0100 Original-Received: from localhost ([127.0.0.1]:37347 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSLJl-0007z4-Fe for ged-emacs-devel@m.gmane.org; Tue, 05 Jan 2010 21:08:13 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NSK0K-0002dy-LP for emacs-devel@gnu.org; Tue, 05 Jan 2010 19:44:04 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NSK0F-0002V5-8r for emacs-devel@gnu.org; Tue, 05 Jan 2010 19:44:03 -0500 Original-Received: from [199.232.76.173] (port=33516 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NSK0E-0002Ue-W6 for emacs-devel@gnu.org; Tue, 05 Jan 2010 19:43:59 -0500 Original-Received: from mail-bw0-f215.google.com ([209.85.218.215]:62054) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NSK0E-0005Hp-G9 for emacs-devel@gnu.org; Tue, 05 Jan 2010 19:43:58 -0500 Original-Received: by bwz7 with SMTP id 7so11548936bwz.26 for ; Tue, 05 Jan 2010 16:43:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=ANzA4GgOtR9JzNAKU5jAc6zC9kLQ0qS03sD29CfjGa8=; b=dbzsyF+rh8GLWWg1yEnx8Ey/MIJfUX0bDwXDLR3gPP2CNCPUBtTVG2tVk8yJzW+4Ew jKM2JyZTk91I6xHfrL1HIFaK2L8K+OzSF6jRviI8U5gGoSvnxpvkZMNzZluG4KPsAyYE 9m73IQ0MHyC6qeh9KibR3S3MwqTZ7o5Sg3AuI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=VQae2YTtAFbQzpHIRn39JO+rLq9cNPvTrLBhtKaI6IaqUf5rjkM/pXQtST6E9rR3fH AWADEMdNCBI/QHio/GrBUyAAAwB3rDmTmotUIz881yXTnAYbQSfjY281dGHowiL5Y9RF hQ04mSMqWw0fj6r8h0vEV8WQC7lrEHxetxrIQ= Original-Received: by 10.204.148.88 with SMTP id o24mr1967930bkv.182.1262738635863; Tue, 05 Jan 2010 16:43:55 -0800 (PST) In-Reply-To: <87wrzwp5gd.fsf@stupidchicken.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:119488 Archived-At: On Tue, Jan 5, 2010 at 23:11, Chong Yidong wrote: >> It is against the emacs-23 branch, because I could not check out the >> trunk today. > > Applied, thanks. When applying changes by non-committers, should we use the --author option of commit? If so, is that supported by VC? Juanma