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: [Torsten Bronger] 23.0.60; Unicode display problems Date: Wed, 10 Sep 2008 16:19:27 +0200 Message-ID: References: <871w022tmy.fsf@cyd.mit.edu> <87sks9eqxt.fsf@physik.rwth-aachen.de> <87prncctrp.fsf@physik.rwth-aachen.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1221056808 22991 80.91.229.12 (10 Sep 2008 14:26:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Sep 2008 14:26:48 +0000 (UTC) Cc: cyd@stupidchicken.com, bronger@physik.rwth-aachen.de, emacs-devel@gnu.org To: "Kenichi Handa" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 10 16:27:40 2008 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 1KdQbk-0002eq-1g for ged-emacs-devel@m.gmane.org; Wed, 10 Sep 2008 16:23:48 +0200 Original-Received: from localhost ([127.0.0.1]:49196 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdQaj-0002G8-L7 for ged-emacs-devel@m.gmane.org; Wed, 10 Sep 2008 10:22:45 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KdQXb-0000u7-QB for emacs-devel@gnu.org; Wed, 10 Sep 2008 10:19:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KdQXa-0000tT-Dd for emacs-devel@gnu.org; Wed, 10 Sep 2008 10:19:31 -0400 Original-Received: from [199.232.76.173] (port=55774 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KdQXa-0000tF-1i for emacs-devel@gnu.org; Wed, 10 Sep 2008 10:19:30 -0400 Original-Received: from an-out-0708.google.com ([209.85.132.251]:40240) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KdQXZ-0006ii-ND for emacs-devel@gnu.org; Wed, 10 Sep 2008 10:19:30 -0400 Original-Received: by an-out-0708.google.com with SMTP id c38so425607ana.84 for ; Wed, 10 Sep 2008 07:19:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=uo5lBMxvEs+tT4DWHHDPSbhRxRRyT1ygBQA00ntO60I=; b=m3wEdYVuscZErjwU+VLl4brmX+d3xLazXN5IPzEgngJ15Y7xstdPZOFJuHUbPu7oGc P72J2wWDvIHwySJPmI8GZnvDufv8WMAgN5WSm2vvZGGqaMyH/hbZ8Vfid9bmn2rzzkyI kE07ZRaHqMmZEAFwR3Z2aTQdqJEaunf7fwemk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=HZsGG77fRkE8/BT/0lq8GrX2/z1f3ub2fE3kOTG6l4ThARKpG50GfXRDP7Rt+B7tMb /F9VyA2+iyxwxBcIF/MGUfsPHcnB2hubVOtpQN5g8jo8O/mrr6Bbe5VpQF0SXRZTj8I9 GutBrEbkIR9cV3p/W9BKdQiJtu6JVYJexWxq0= Original-Received: by 10.100.140.14 with SMTP id n14mr1504859and.87.1221056367311; Wed, 10 Sep 2008 07:19:27 -0700 (PDT) Original-Received: by 10.100.13.13 with HTTP; Wed, 10 Sep 2008 07:19:27 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: 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:103766 Archived-At: On Wed, Sep 10, 2008 at 14:04, Kenichi Handa wrote: > Ah, I've forgotten to reset cmp_it->id to -1 for the case of > cmp_it->ch = -2. I just installed a fix. But, as I > couldn't reproduce the segfault with HELLO file, that bag > may not be the reason of your crash. Anyway, could you > please try again? Yes, it fixes this crash for me. Juanma