From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Changes to emacs-23 branch and the trunk Date: Mon, 30 Aug 2010 17:20:41 +0900 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1283156457 14888 80.91.229.12 (30 Aug 2010 08:20:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 30 Aug 2010 08:20:57 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 30 10:20:56 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.69) (envelope-from ) id 1Opzbq-0005DB-51 for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2010 10:20:54 +0200 Original-Received: from localhost ([127.0.0.1]:41073 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Opzbp-0001L0-85 for ged-emacs-devel@m.gmane.org; Mon, 30 Aug 2010 04:20:53 -0400 Original-Received: from [140.186.70.92] (port=58364 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Opzbj-0001Kt-M5 for emacs-devel@gnu.org; Mon, 30 Aug 2010 04:20:48 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Opzbh-0002Cl-RR for emacs-devel@gnu.org; Mon, 30 Aug 2010 04:20:47 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]:33424) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Opzbh-0002BP-AA for emacs-devel@gnu.org; Mon, 30 Aug 2010 04:20:45 -0400 Original-Received: from rqsmtp2.aist.go.jp (rqsmtp2.aist.go.jp [150.29.254.123]) by mx1.aist.go.jp with ESMTP id o7U8Kg5Z023852 for ; Mon, 30 Aug 2010 17:20:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp4.aist.go.jp by rqsmtp2.aist.go.jp with ESMTP id o7U8Kg5M013239 for ; Mon, 30 Aug 2010 17:20:42 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp4.aist.go.jp with ESMTP id o7U8Kf0a012744 for ; Mon, 30 Aug 2010 17:20:41 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken with local (Exim 4.71) (envelope-from ) id 1Opzbd-0003FP-Oh for emacs-devel@gnu.org; Mon, 30 Aug 2010 17:20:41 +0900 X-detected-operating-system: by eggs.gnu.org: Solaris 9 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:129414 Archived-At: I'm going to fix the display-table related problem in emacs-23 branch. But, the diff of the change will conflict with the trunk code. As I'm afraid that it's not a simple work to resolve that confliction, I want to apply the same change to the trunk code by myself. Can I do that? What should I take care other than the usual committing of changes? --- Kenichi Handa handa@m17n.org