From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Note on 109327 Date: Tue, 31 Jul 2012 09:13:00 -0400 Message-ID: References: <5017D1D4.2050601@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1343740392 21547 80.91.229.3 (31 Jul 2012 13:13:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 31 Jul 2012 13:13:12 +0000 (UTC) Cc: Emacs development discussions To: Dmitry Antipov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 31 15:13:08 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 1SwCG1-0001K9-9x for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 15:13:05 +0200 Original-Received: from localhost ([::1]:51682 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwCG0-0006By-5Q for ged-emacs-devel@m.gmane.org; Tue, 31 Jul 2012 09:13:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43111) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwCFy-0006BZ-7A for emacs-devel@gnu.org; Tue, 31 Jul 2012 09:13:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SwCFx-0007oy-4r for emacs-devel@gnu.org; Tue, 31 Jul 2012 09:13:02 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:43100) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SwCFx-0007ou-1c for emacs-devel@gnu.org; Tue, 31 Jul 2012 09:13:01 -0400 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SwCFw-0006ZF-MF; Tue, 31 Jul 2012 09:13:00 -0400 In-Reply-To: <5017D1D4.2050601@yandex.ru> (Dmitry Antipov's message of "Tue, 31 Jul 2012 16:38:44 +0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 208.118.235.10 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:151997 Archived-At: Dmitry Antipov writes: > This massive change may break Windows and NS builds. I checked all possible > GNU/Linux variants (without X, Lucid, Motif, GTK2/3), but can't check others. > Please report possible Windows/NS build errors as soon as possible. What's the motivation for changes like: - f->icon_name = Qnil; + FVAR (f, icon_name) = Qnil; ? The new version looks more obfuscated ...