From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: /srv/bzr/emacs/trunk r109456: Separate read and write access to Lisp_Object slots of struct frame. Date: Mon, 06 Aug 2012 11:47:22 +0200 Organization: GNU Message-ID: <87vcgw2vyt.fsf@altern.org> References: <87boiocy9r.fsf@gnu.org> <501F81BE.3000604@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1344246418 30726 80.91.229.3 (6 Aug 2012 09:46:58 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Aug 2012 09:46:58 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 06 11:46:58 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SyJtp-00021M-Ra for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2012 11:46:57 +0200 Original-Received: from localhost ([::1]:59937 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyJtp-0001GW-3M for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2012 05:46:57 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyJtm-0001GD-LM for emacs-devel@gnu.org; Mon, 06 Aug 2012 05:46:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyJtl-0007Ax-Qt for emacs-devel@gnu.org; Mon, 06 Aug 2012 05:46:54 -0400 Original-Received: from mail-we0-f169.google.com ([74.125.82.169]:63144) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyJtl-0007Ao-KD for emacs-devel@gnu.org; Mon, 06 Aug 2012 05:46:53 -0400 Original-Received: by weys10 with SMTP id s10so2074399wey.0 for ; Mon, 06 Aug 2012 02:46:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:organization:references :user-agent:date:message-id:mime-version:content-type; bh=dCnxXLFQEcazQgSE30O2CfpIB+TDpHglnJ4Q7G268PA=; b=kh7sLfzxfIXb7ZkeQoNDaDfWrgFpkAU+tWrWBXS3FZYfqmXIiebXD+F/oKT45hwnMy Jpzfgy0S+IZ/F+soCjCzKE0d4XQKX8Zum3Y/wTahpQzuCOJV03jLRu/yweDcZ+rqfYu+ w9z974P7/ymGz8YXbzJdEHZVbpne6n/TWYiVYKUsV98g1rI4lDjZaXkW19O7O2o2DaAP jq9I3GPJFbeI5vixhDNt8OwyG/ozdM5iQrdmB3x8CLPf/hcTbpqKoIiX7LfK/EbuTNLy k/fvpHb264ubRgfi6j3zZPxydWis5zcfqRG2nt93I2lkf8KR+g1foX8y/3CODQ98DCmW B03A== Original-Received: by 10.180.14.8 with SMTP id l8mr16960290wic.6.1344246412721; Mon, 06 Aug 2012 02:46:52 -0700 (PDT) Original-Received: from myhost.localdomain (mar75-2-81-56-68-112.fbx.proxad.net. [81.56.68.112]) by mx.google.com with ESMTPS id fr4sm21706527wib.8.2012.08.06.02.46.51 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 06 Aug 2012 02:46:51 -0700 (PDT) Original-Received: by myhost.localdomain (Postfix, from userid 1000) id 5FF7B8832; Mon, 6 Aug 2012 11:47:23 +0200 (CEST) In-Reply-To: <501F81BE.3000604@yandex.ru> (Dmitry Antipov's message of "Mon, 06 Aug 2012 12:35:10 +0400") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.82.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:152211 Archived-At: Dmitry Antipov writes: >> This change completely breaks my Emacs. To reproduce: >> >> emacs -Q >> C-h v line-spacing RET >> >> => hangs forever, yells weird sounds, etc. >> >> line-spacing is just an example here, any variable is fine. > > Argh, sorry for breaking the things. Should be fixed in 109463. I confirm the fix, thanks! -- Bastien