From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ulrich Mueller Newsgroups: gmane.emacs.devel Subject: Re: Backporting changes into emacs-23 prior to pretest Date: Wed, 3 Nov 2010 21:18:18 +0100 Message-ID: <19665.50058.451604.5235@a1i15.kph.uni-mainz.de> References: <87aam38rr0.fsf@stupidchicken.com> <19654.32869.506832.347012@a1i15.kph.uni-mainz.de> <87iq0eqlr8.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1288815534 16373 80.91.229.12 (3 Nov 2010 20:18:54 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 3 Nov 2010 20:18:54 +0000 (UTC) Cc: emacs-devel@gnu.org To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 03 21:18:50 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 1PDjnF-00087Z-Js for ged-emacs-devel@m.gmane.org; Wed, 03 Nov 2010 21:18:49 +0100 Original-Received: from localhost ([127.0.0.1]:33766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDjnE-00037o-OF for ged-emacs-devel@m.gmane.org; Wed, 03 Nov 2010 16:18:48 -0400 Original-Received: from [140.186.70.92] (port=50137 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PDjn2-00036L-8r for emacs-devel@gnu.org; Wed, 03 Nov 2010 16:18:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PDjn0-0008Qo-UK for emacs-devel@gnu.org; Wed, 03 Nov 2010 16:18:36 -0400 Original-Received: from a1iwww1.kph.uni-mainz.de ([134.93.134.1]:48413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PDjn0-0008LT-Mz for emacs-devel@gnu.org; Wed, 03 Nov 2010 16:18:34 -0400 Original-Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id oA3KIILq019484; Wed, 3 Nov 2010 21:18:18 +0100 Original-Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.3/8.14.2) with ESMTP id oA3KIIwH028352; Wed, 3 Nov 2010 21:18:18 +0100 Original-Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.4/8.14.4/Submit) id oA3KIIZU028349; Wed, 3 Nov 2010 21:18:18 +0100 In-Reply-To: <87iq0eqlr8.fsf@stupidchicken.com> X-Mailer: VM 8.1.1 under 23.2.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) 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:132335 Archived-At: >>>>> On Wed, 03 Nov 2010, Chong Yidong wrote: > Ulrich Mueller writes: >> I'm not sure if this qualifies, but I'd like to suggest that the >> --with-crt-dir configure option is backported. It fixes Bug 5655 [1], >> and in Gentoo we apply it to emacs-23.2 (in our stable tree) since >> May, without any problems. > This seems reasonable. I've backported this to the branch. There were > later developments in Bug#5655, but my understanding is that they are > not strictly necessary to fix the bug; is this correct? Yes, the commits mentioned in my previous message should be enough. AFAICS, that's up to (and including) message #13 in the bug. Ulrich