emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: /srv/bzr/emacs/trunk r109456: Separate read and write access to Lisp


From: Bastien
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
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1.50 (gnu/linux)

Hi Dmitry,

Dmitry Antipov <address@hidden> writes:

> ------------------------------------------------------------
> revno: 109456
> committer: Dmitry Antipov <address@hidden>
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]