From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Wrong window end reported after splitting window Date: Sat, 23 Feb 2008 21:47:48 +0100 Message-ID: References: <47C06B77.4040201@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1203799697 8974 80.91.229.12 (23 Feb 2008 20:48:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 23 Feb 2008 20:48:17 +0000 (UTC) Cc: Emacs Devel To: "martin rudalics" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 23 21:48:42 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JT1IW-0000Cb-UF for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 21:48:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT1I1-000891-6g for ged-emacs-devel@m.gmane.org; Sat, 23 Feb 2008 15:48:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JT1Hk-0007uS-I9 for emacs-devel@gnu.org; Sat, 23 Feb 2008 15:47:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JT1Hi-0007sd-Rx for emacs-devel@gnu.org; Sat, 23 Feb 2008 15:47:52 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JT1Hi-0007s2-7e for emacs-devel@gnu.org; Sat, 23 Feb 2008 15:47:50 -0500 Original-Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JT1Hh-0007qa-Qc for emacs-devel@gnu.org; Sat, 23 Feb 2008 15:47:50 -0500 Original-Received: by wa-out-1112.google.com with SMTP id k34so1066140wah.10 for ; Sat, 23 Feb 2008 12:47:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=C0W+ZtISCGLmtdDkn/zjVbqh8HjY18iltFX1ujI1ZsE=; b=O3m8gPS4lPctRaVhp3D1ipoOLaDTW0h1ZhHMrFg60vu16JHSijx0wQqeXr9iWCIT6JNaDB3ZCPnfC2ZckCXV5IpaFXPygxwaaYG/nIpvjnQzG4BprcdyroHzD5qy2AWV7/9j0M3ozuIfnygmxo1gwAAAzL8amnh4PFlYlNqcPTg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=T2LE7jT0Dm8q4N8mNDqC9UuAYP0jR38/6bVhqkx6wjMlaljuTG5T8iDZ47ONfFHuKTgA7S3W5txVdjCRnNCr5xVgGsUCCut/TrCseVryIoTRltf5z4fIELUi5R8jrPaesqnszi3rZv6NUpuDXbiiZjDHqFfMNEt/loBZGS7zIL8= Original-Received: by 10.114.167.2 with SMTP id p2mr1009134wae.78.1203799669001; Sat, 23 Feb 2008 12:47:49 -0800 (PST) Original-Received: by 10.115.72.13 with HTTP; Sat, 23 Feb 2008 12:47:48 -0800 (PST) In-Reply-To: <47C06B77.4040201@gmx.at> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:90155 Archived-At: On Sat, Feb 23, 2008 at 7:52 PM, martin rudalics wrote: > Here NEWS is no more current, no value gets reported. Why should only the current buffer receive window change notifications? The fact that the hook is added locally should not affect that. > What you see is the value reported after splitting the window not after > enlarging it. Which is an error, isn't it? Enlarging the window is a window configuration change. Juanma