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: doc patch: "Saving Properties" merge into "Format Conversion" Date: Thu, 3 May 2007 10:30:01 +0200 Message-ID: References: <87ps5m2s7z.fsf@ambire.localdomain> <87bqh3zi91.fsf@ambire.localdomain> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1178181014 831 80.91.229.12 (3 May 2007 08:30:14 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 3 May 2007 08:30:14 +0000 (UTC) Cc: emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 03 10:30:11 2007 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 1HjWhV-00040n-Ds for ged-emacs-devel@m.gmane.org; Thu, 03 May 2007 10:30:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjWo0-0002Jr-82 for ged-emacs-devel@m.gmane.org; Thu, 03 May 2007 04:36:52 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HjWnw-0002Jm-20 for emacs-devel@gnu.org; Thu, 03 May 2007 04:36:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HjWnt-0002Ja-HR for emacs-devel@gnu.org; Thu, 03 May 2007 04:36:46 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HjWnt-0002JW-9X for emacs-devel@gnu.org; Thu, 03 May 2007 04:36:45 -0400 Original-Received: from wx-out-0506.google.com ([66.249.82.230]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HjWhN-0000Vg-Jd for emacs-devel@gnu.org; Thu, 03 May 2007 04:30:01 -0400 Original-Received: by wx-out-0506.google.com with SMTP id s17so387793wxc for ; Thu, 03 May 2007 01:30:01 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=sC5uBjerTr+JLdoV4J5wcijn5nAV903t/USEZVlbH9ywSPfCC4FPEWXAVWxS4fMKam2AlzJuHlLQqb1d3FBIp5FUoZZIAcP70NVd5UCvjSXcsfQhUI01x2OnE5uoUT3cmiJnwdrUbNdlSUo1vvRZuF8f4d7kd9rGHZEupvkX7nE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X+GSCDUBJrWIpBNReb/VBjwC8wkY7hFKNW+h5np0kKBOSYkxJKawFAI3K6ii1p+K8Eg0OULUuIFXb8FFwMLWGwKxUBaLfcVoGVaGhMCUg+K0uSHaLddJqhWDkn/w/o5yYY872UmF9L7Ezp5CPUdrJFgzLo1CKM66MPu7nrKy3no= Original-Received: by 10.90.78.9 with SMTP id a9mr1438913agb.1178181001175; Thu, 03 May 2007 01:30:01 -0700 (PDT) Original-Received: by 10.90.87.8 with HTTP; Thu, 3 May 2007 01:30:01 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:70505 Archived-At: On 5/3/07, Richard Stallman wrote: > We might use the trunk to make Emacs 22.2. Why? What would be the advantage of using the trunk for 22.2 instead of the EMACS_22_BASE branch? There is at least one specific disadvantage, i.e., it would delay merging the unicode and multi-tty branches onto the trunk. Juanma