From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Visher Newsgroups: gmane.emacs.help Subject: Re: frame resize event Date: Fri, 20 Dec 2013 12:26:56 -0500 Message-ID: References: <97E5AFF6-5EBC-4665-AAC0-19733CB2DF5C@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1387560463 30732 80.91.229.3 (20 Dec 2013 17:27:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 20 Dec 2013 17:27:43 +0000 (UTC) Cc: emacs To: Perry Smith Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 20 18:27:50 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Vu3rZ-0004ol-P0 for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Dec 2013 18:27:49 +0100 Original-Received: from localhost ([::1]:50863 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu3rZ-00006s-B3 for geh-help-gnu-emacs@m.gmane.org; Fri, 20 Dec 2013 12:27:49 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49944) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu3rO-00006f-I9 for help-gnu-emacs@gnu.org; Fri, 20 Dec 2013 12:27:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu3rN-0007eE-Eo for help-gnu-emacs@gnu.org; Fri, 20 Dec 2013 12:27:38 -0500 Original-Received: from mail-qe0-x22a.google.com ([2607:f8b0:400d:c02::22a]:57344) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu3rN-0007de-9E for help-gnu-emacs@gnu.org; Fri, 20 Dec 2013 12:27:37 -0500 Original-Received: by mail-qe0-f42.google.com with SMTP id b4so2694131qen.1 for ; Fri, 20 Dec 2013 09:27:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=K1hJEpd2LHQ1l2YcNvUsVBXAHWJqLHpHESuKjmb+awM=; b=WomJvk8dQEtACV5GdxKrAPLUAsE7jA+iJIqbDwE59zgnbOICcP/y2kuc6ni6hCepdb bf8Mo/uoOnVI1nF6PqFguzXNUZJWg79YHABfk/v4Y/5HBDv319KJsJ079Y1d3ro1TNdH yGlhLKKtEoXC6vOR9yWIhOI2rzGeLksFHuicHHR9uJR3Q8WAeqK02L5Xb9N7X6RaLym9 4SyPWoff8LCzhn4LPeYpVabaf9G+qKOufAtoLad+8+3YjvsWutJmEzMSas/M0Qr+g6fU tVl/G7fdrqCBALC4TLvw3A9ldsxlJ3mQpdccjmEMwrJgwRb7nm15xoXtVBuY4drlqh++ QcZQ== X-Received: by 10.229.32.197 with SMTP id e5mr16109335qcd.5.1387560456765; Fri, 20 Dec 2013 09:27:36 -0800 (PST) Original-Received: by 10.140.16.206 with HTTP; Fri, 20 Dec 2013 09:26:56 -0800 (PST) In-Reply-To: <97E5AFF6-5EBC-4665-AAC0-19733CB2DF5C@gmail.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c02::22a X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:95114 Archived-At: `window-size-change-functions` ? On Fri, Dec 20, 2013 at 9:54 AM, Perry Smith wrote: > Hi, > > Is there a way to capture a frame resize (or a window resize would be ok too) event in a platform independent way? > > Thank you, > Perry Smith >