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 08:47:28 +0200 Organization: GNU Message-ID: <87boiocy9r.fsf@gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1344235623 14460 80.91.229.3 (6 Aug 2012 06:47:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Aug 2012 06:47:03 +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 08:47:02 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 1SyH5i-0006w0-DR for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2012 08:47:02 +0200 Original-Received: from localhost ([::1]:43638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyH5h-0000LK-QO for ged-emacs-devel@m.gmane.org; Mon, 06 Aug 2012 02:47:01 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41124) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyH5f-0000L4-V6 for emacs-devel@gnu.org; Mon, 06 Aug 2012 02:47:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyH5f-0008MB-0L for emacs-devel@gnu.org; Mon, 06 Aug 2012 02:46:59 -0400 Original-Received: from mail-we0-f169.google.com ([74.125.82.169]:33123) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyH5e-0008M4-PK for emacs-devel@gnu.org; Mon, 06 Aug 2012 02:46:58 -0400 Original-Received: by weys10 with SMTP id s10so1964608wey.0 for ; Sun, 05 Aug 2012 23:46:57 -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=sDswsTPYxaWChHGrcDP8C0Tk/0XEp7wDI7zlTs2iepU=; b=wppfq8hu7PV7QQdhS3NGCTC+WDBVxRYvzlE6n1+SYgSWp8IneVjaAVpN2tyQkzsS1Q oPvEr/4PD3lDSOtVlUWbsDxlR2IUqugrETM5PE212n5sE8EYero9IYz7HUMKMACkTG1X 2PNNgLUzny+Tj3jXhSCvpxlqjU1Snbznfsoydzld7IQF38UrLBrFiG6TEnjC4OI4g3J9 8WScEt8XTPz8S6BHO/IQk7kovsJL4ST0XcBpHmCQ/Mv8WagSMXKoEsfQaLrbesL2MVge SmdsawDB/2QzX2mO1iaoUOFqb4fGgrsHXfnYoE3REMLS4tLgysGXC7U4NQ3RKayRHLW6 Pcuw== Original-Received: by 10.180.81.133 with SMTP id a5mr15785292wiy.17.1344235617842; Sun, 05 Aug 2012 23:46:57 -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 ck9sm20664977wib.2.2012.08.05.23.46.56 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 05 Aug 2012 23:46:56 -0700 (PDT) Original-Received: by myhost.localdomain (Postfix, from userid 1000) id D96568832; Mon, 6 Aug 2012 08:47:28 +0200 (CEST) In-Reply-To: (Dmitry Antipov's message of "Mon, 06 Aug 2012 09:27:54 +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:152207 Archived-At: Hi Dmitry, Dmitry Antipov writes: > ------------------------------------------------------------ > revno: 109456 > committer: Dmitry Antipov > branch nick: trunk > timestamp: Mon 2012-08-06 09:27:54 +0400 > message: > Separate read and write access to Lisp_Object slots of struct frame. > * frame.h (FGET, FSET): New macros similar to AREF and ASET. > * buffer.c, data.c, dispnew.c, dosfns.c, eval.c, fontset.c, frame.c: > * fringe.c, gtkutil.c, minibuf.c, msdos.c, nsfns.m, nsmenu.m, nsterm.m: > * print.c, term.c, w32fns.c, w32menu.c, w32term.c, window.c, window.h: > * xdisp.c, xfaces.c, xfns.c, xmenu.c, xterm.c: Adjust users. 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. -- Bastien