From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Framework extending window functions for Follow Mode (etc.). Date: Thu, 05 Nov 2015 14:36:40 -0500 Message-ID: References: <20151105192905.GA7986@acm.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1446752231 1836 80.91.229.3 (5 Nov 2015 19:37:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Nov 2015 19:37:11 +0000 (UTC) Cc: emacs-devel@gnu.org To: Alan Mackenzie Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 05 20:37:10 2015 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 1ZuQLN-0003HB-IN for ged-emacs-devel@m.gmane.org; Thu, 05 Nov 2015 20:37:09 +0100 Original-Received: from localhost ([::1]:34943 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuQLM-00047B-VN for ged-emacs-devel@m.gmane.org; Thu, 05 Nov 2015 14:37:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuQLA-00046o-Lh for emacs-devel@gnu.org; Thu, 05 Nov 2015 14:36:57 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuQL5-0005Gu-Jd for emacs-devel@gnu.org; Thu, 05 Nov 2015 14:36:56 -0500 Original-Received: from mail-yk0-x231.google.com ([2607:f8b0:4002:c07::231]:36106) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuQL5-0005Gf-F6 for emacs-devel@gnu.org; Thu, 05 Nov 2015 14:36:51 -0500 Original-Received: by ykba4 with SMTP id a4so149893171ykb.3 for ; Thu, 05 Nov 2015 11:36:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:in-reply-to:date:message-id:references :user-agent:mail-followup-to:mime-version:content-type; bh=rcUzWmdci0/AzYj5MdTTbeBCwSlWD8CTsAT1ECpN8p0=; b=jxF24DE+C4VzHxH2WsWnoZcyz/F1xTcJeyK5McZ6mSw/VnhRlUG6/ot5DbF6BnLaup yr+qXE7io4jmJu9SdlCLhifugrq3Ed6WhnraF7UETsYokTehM6r9MD+fR8N5G/bsrwrq 8KKijx1P2FvP7tTud9U6IBz+WjtFgu0+RpzMLYhbIB+TyGTmeMQlK8fbzgWGUjpS7Vzs XXHl8p1w7FbIVRVjUYWGn4njwm98YdN0Wuh4EE8ndTMjd9nBI3J11HzEfXgCBKvNjq8v MWjiCXSTIFloGQokxYSnG/rqHyV+veVca9ZGj7sqYJwhiyel+78t04nz5zb4FHR6Ch04 um2Q== X-Received: by 10.31.49.22 with SMTP id x22mr8640053vkx.60.1446752210991; Thu, 05 Nov 2015 11:36:50 -0800 (PST) Original-Received: from Hermes-2.local (74.sub-70-192-3.myvzw.com. [70.192.3.74]) by smtp.gmail.com with ESMTPSA id p138sm5663340vkd.25.2015.11.05.11.36.50 (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 05 Nov 2015 11:36:50 -0800 (PST) X-Google-Original-From: "John Wiegley" Original-Received: by Hermes-2.local (Postfix, from userid 501) id 3AC2248EBC56; Thu, 5 Nov 2015 14:36:49 -0500 (EST) In-Reply-To: <20151105192905.GA7986@acm.fritz.box> (Alan Mackenzie's message of "Thu, 5 Nov 2015 19:29:05 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Mail-Followup-To: Alan Mackenzie , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4002:c07::231 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:193328 Archived-At: >>>>> Alan Mackenzie writes: > Each of these functions will get an associated variable, e.g. > "window-start-function". The function will call the value of that > variable instead of doing its normal actions, when GROUP is non-nil. > Typically, the `window-start-function' will recursively call > window-start (on some window) to perform its operation. This is unrelated to the material content of your patch, but I'd call this window-start-group-function, since it's not really the "function that goes to window start", but the "function that goes to window start when groups are to be considered". John