From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Some obsolete/unused/garbage things around window code? Date: Tue, 10 Jan 2012 10:29:44 +0400 Message-ID: <4F0BDAD8.6030201@yandex.ru> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1326176947 850 80.91.229.12 (10 Jan 2012 06:29:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 Jan 2012 06:29:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 10 07:29:03 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RkVCe-0003lW-Df for ged-emacs-devel@m.gmane.org; Tue, 10 Jan 2012 07:29:00 +0100 Original-Received: from localhost ([::1]:59250 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkVCd-0006hT-Lt for ged-emacs-devel@m.gmane.org; Tue, 10 Jan 2012 01:28:59 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:40437) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RkVCb-0006hO-NQ for emacs-devel@gnu.org; Tue, 10 Jan 2012 01:28:58 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RkVCa-0001UX-Ot for emacs-devel@gnu.org; Tue, 10 Jan 2012 01:28:57 -0500 Original-Received: from mail.dev.rtsoft.ru ([213.79.90.226]:42681) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1RkVCa-0001UN-HE for emacs-devel@gnu.org; Tue, 10 Jan 2012 01:28:56 -0500 Original-Received: (qmail 18082 invoked from network); 10 Jan 2012 06:28:52 -0000 Original-Received: from unknown (HELO ?192.168.5.146?) (192.168.1.70) by 0 with SMTP; 10 Jan 2012 06:28:52 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111222 Thunderbird/9.0.1 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Received-From: 213.79.90.226 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:147548 Archived-At: 1) last_mark_x and last_mark_y fields of 'struct window' aren't used anywhere except initialization in make_window - is it reasonable to drop them at all? 2) What's an idea behind sequence_number of window objects? It's initialized within make_window and make_parent_window, but used only in printing code. Dmitry