From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Frame resize hook? Date: Thu, 23 Apr 2009 00:57:09 +0200 Message-ID: References: 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 1240441069 15587 80.91.229.12 (22 Apr 2009 22:57:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Apr 2009 22:57:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, Juan Pedro Bolivar Puente To: Nikolaj Schumacher Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Apr 23 00:59:05 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LwlPD-0004k3-8E for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Apr 2009 00:59:03 +0200 Original-Received: from localhost ([127.0.0.1]:40626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwlNn-0001xw-UB for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Apr 2009 18:57:36 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LwlNU-0001xj-GX for help-gnu-emacs@gnu.org; Wed, 22 Apr 2009 18:57:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LwlNQ-0001wW-Dr for help-gnu-emacs@gnu.org; Wed, 22 Apr 2009 18:57:16 -0400 Original-Received: from [199.232.76.173] (port=58241 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LwlNQ-0001wG-7M for help-gnu-emacs@gnu.org; Wed, 22 Apr 2009 18:57:12 -0400 Original-Received: from mail-fx0-f169.google.com ([209.85.220.169]:39224) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LwlNP-0007tf-OE for help-gnu-emacs@gnu.org; Wed, 22 Apr 2009 18:57:11 -0400 Original-Received: by fxm17 with SMTP id 17so258141fxm.42 for ; Wed, 22 Apr 2009 15:57:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=JvuW1wQolqykQjODnBEefdH7op8JbVEafKHwkPzYtaE=; b=iJ9qDfexlXSJiGxbNhuEYcP66RMxWq7/UtUgM6jeHiC1lU2L7LdW1Mnf7bL/mupI2E CuQ8tBbopC301Yi/qLuKNncnnA5mjTLWMwvFFYYtpPv55K2v9BGlZxCSxAaDJP5E1wgN wJyVCwnC+IzF+up9Pg2/XzVM92tcvvEXEd9WQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=QE6Mx2VpT0qtnYsJ+V/V1An74uS+0/DxFeMBcxJo4T4jZW9o5Wh2H2gJ1e0uKuCFNL 2BYFO/e2cniLyPr0sDF8vvKparnfKLW4EZgT8WXJ1Hrr/rMUJKUsH5b7X8ruej7KNj4u evdIpY74pWfRsWCHlFNchjaTwQk7VKBl30yJQ= Original-Received: by 10.223.124.17 with SMTP id s17mr91258far.79.1240441029961; Wed, 22 Apr 2009 15:57:09 -0700 (PDT) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:63961 Archived-At: On Wed, Apr 22, 2009 at 8:02 PM, Nikolaj Schumacher wrote: > Juan Pedro Bolivar Puente wrote: > >> Any hints? > > The dirty way would be running a timer, checking if the window size > changed, and redrawing then... What about window-configuration-change-hook?