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: Merging unicode Date: Tue, 29 May 2007 21:01:15 +0200 Message-ID: References: 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 1180465670 11803 80.91.229.12 (29 May 2007 19:07:50 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 May 2007 19:07:50 +0000 (UTC) Cc: Emacs-Devel To: "Andreas Schwab" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 29 21:07:49 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 1Ht72l-0008GN-1T for ged-emacs-devel@m.gmane.org; Tue, 29 May 2007 21:07:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ht72k-0002re-FZ for ged-emacs-devel@m.gmane.org; Tue, 29 May 2007 15:07:42 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ht72f-0002gT-Jb for emacs-devel@gnu.org; Tue, 29 May 2007 15:07:37 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ht72d-0002ZK-VI for emacs-devel@gnu.org; Tue, 29 May 2007 15:07:37 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ht72d-0002Yi-OC for emacs-devel@gnu.org; Tue, 29 May 2007 15:07:35 -0400 Original-Received: from wr-out-0506.google.com ([64.233.184.225]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ht72d-0000SO-BO for emacs-devel@gnu.org; Tue, 29 May 2007 15:07:35 -0400 Original-Received: by wr-out-0506.google.com with SMTP id 55so712894wri for ; Tue, 29 May 2007 12:07:35 -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=N4ZbVU5RCguUHImgxh7BWVug9Jq0VdbogrCVrcB+f2ertFQ0CokgEduyXEv2cIUegMPsUPYNuQ54OhrJBhbQThKGTbB6ZWpzpwJiSClXTIRFRE6s0DKtBV4UpmaVVZIwoz/DshsN26kjdPlUWayrgQk+g90I7XbPW6d141jLVJ0= 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=mYlA/KUE9oCwUt0rrkMUmE+GqZ+5ap4jSbNewc8u2vGhLFEOfTSEPb/05fii1252ZBQOEtW+NiK5vZbOQlrhVkrzXwpk8pwi+3SviVNgmDMFGaQHWaCmT9Frz99NQpyxMVb0JpcJs///bv4aVwhfqEOUFumfoGebUZdtVcFECb0= Original-Received: by 10.90.63.16 with SMTP id l16mr5264688aga.1180465275394; Tue, 29 May 2007 12:01:15 -0700 (PDT) Original-Received: by 10.90.103.8 with HTTP; Tue, 29 May 2007 12:01:15 -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:71957 Archived-At: On 5/29/07, Andreas Schwab wrote: > I don't think there is any interlock between the 22.1 release and the > unicode-2 merge. I got the impression that people was refraining from doing large-scale changes to the trunk to facilitate testing patches in the trunk before moving them to the EMACS_22_BASE branch. But if I'm wrong, what is delaying the merge of the unicode branch? Juanma