From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: martin rudalics Newsgroups: gmane.emacs.devel Subject: Re: 'struct window' cleanup #2 Date: Mon, 25 Jun 2012 18:35:53 +0200 Message-ID: <4FE89369.2000708@gmx.at> References: <4FE827B6.6020306@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1340642123 7298 80.91.229.3 (25 Jun 2012 16:35:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 25 Jun 2012 16:35:23 +0000 (UTC) Cc: Dmitry Antipov , Emacs development discussions To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 25 18:35:22 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 1SjCFz-0000mM-EQ for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2012 18:35:19 +0200 Original-Received: from localhost ([::1]:35091 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjCFz-0003Nw-AT for ged-emacs-devel@m.gmane.org; Mon, 25 Jun 2012 12:35:19 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40767) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjCFw-0003Ng-C1 for emacs-devel@gnu.org; Mon, 25 Jun 2012 12:35:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SjCFr-00052E-OY for emacs-devel@gnu.org; Mon, 25 Jun 2012 12:35:15 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:47657) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SjCFr-00051k-DY for emacs-devel@gnu.org; Mon, 25 Jun 2012 12:35:11 -0400 Original-Received: (qmail invoked by alias); 25 Jun 2012 16:35:09 -0000 Original-Received: from 62-47-47-148.adsl.highway.telekom.at (EHLO [62.47.47.148]) [62.47.47.148] by mail.gmx.net (mp033) with SMTP; 25 Jun 2012 18:35:09 +0200 X-Authenticated: #14592706 X-Provags-ID: V01U2FsdGVkX19etxURAA5eVzipkWyF4oU1B/HlIo6uigpmtF481x 2bGCwlRizVhreK In-Reply-To: X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 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:151158 Archived-At: > hscroll and min_hscroll are good candidates as well. How about window_end_pos, window_end_vpos and window_end_valid? martin