From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: John Yates Newsgroups: gmane.emacs.help Subject: How can I detect frame resizing? Date: Wed, 12 May 2021 12:57:05 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5653"; mail-complaints-to="usenet@ciao.gmane.io" To: Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed May 12 18:58:47 2021 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lgsC6-0001Lq-Ej for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 12 May 2021 18:58:46 +0200 Original-Received: from localhost ([::1]:51428 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lgsC5-0002Ik-GC for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 12 May 2021 12:58:45 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:53630) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lgsAi-0002I2-QP for help-gnu-emacs@gnu.org; Wed, 12 May 2021 12:57:20 -0400 Original-Received: from mail-lj1-f172.google.com ([209.85.208.172]:41834) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lgsAh-0003os-6H for help-gnu-emacs@gnu.org; Wed, 12 May 2021 12:57:20 -0400 Original-Received: by mail-lj1-f172.google.com with SMTP id p20so6496768ljj.8 for ; Wed, 12 May 2021 09:57:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=b4GnTb2hqBu/bOCdAZ0bp6qbxoK59exivjTU3so4j/0=; b=CZLlFyJvS02eOV/RS/WyWT8YAC2JrtoNWSZZLIf/+ZXbamjmrV+i4FoyR2bX727KyL wgVpRBvuiw4ZERbyxdpRgf38aUp5AYHnt71w89srslFBmKpDqVZGe0sBNR4w0sGGDXTs k3jv4jysnTDpJ1QXmIlbNUtqk4Gu1LvwsVbJZc7j8/Clr1HyA5uZJToyR/+HknssfH6L MZjTg8H0NlBJsTxYvoC3AsOAV2O2ZTgE87QW/ZJCw5/A6kHBhCy/ucg27bfcYU0Qfl9P +9ckNHjWOgYJGa6k//4kceXoh/8MffQiSFCL0lfv6H/U1NfKqfokZimZnPdY35nm6Lja 1g7A== X-Gm-Message-State: AOAM533NgrLZhhjGTRgneBN8Eog0oB+x1k0xOkZiqMazkAFO1BeYMIWk kdXmScyNOvBQDEiyyEN681+4s+Ec4T4NjY1S7E6m5et2uXP9XQ6O X-Google-Smtp-Source: ABdhPJwVBJQm5BNIPSgXAD2ftgGnoN7Q6ng7vTrcNW4cNXakq9OkbZv1U90RFen0lk+l8ZwGbNUmNyeLIhffNyXF88w= X-Received: by 2002:a2e:850d:: with SMTP id j13mr30511255lji.19.1620838636074; Wed, 12 May 2021 09:57:16 -0700 (PDT) Received-SPF: pass client-ip=209.85.208.172; envelope-from=john.yates.sheets@gmail.com; helo=mail-lj1-f172.google.com X-Spam_score_int: 13 X-Spam_score: 1.3 X-Spam_bar: + X-Spam_report: (1.3 / 5.0 requ) BAYES_50=0.8, FREEMAIL_FORGED_FROMDOMAIN=0.249, FREEMAIL_FROM=0.001, HEADER_FROM_DIFFERENT_DOMAINS=0.25, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.23 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-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:129729 Archived-At: Is there any analog of move-frame-functions to inform me when a frame gets resized?