From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: =?UTF-8?B?SC4tSi4gSGVpdGzDpG5kZXI=?= Newsgroups: gmane.emacs.help Subject: setting frame size with C-5 2 - emacs 30.5 Date: Fri, 3 Nov 2023 14:28:58 +0000 Message-ID: <58b2877b-a9e8-4fa6-8f8f-de3525b8abc7@posteo.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="28721"; mail-complaints-to="usenet@ciao.gmane.io" To: gnu emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Nov 03 15:29:42 2023 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 1qyvB5-0007Aj-KO for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 03 Nov 2023 15:29:39 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qyvAb-0006kb-EK; Fri, 03 Nov 2023 10:29:09 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qyvAY-0006kI-LL for help-gnu-emacs@gnu.org; Fri, 03 Nov 2023 10:29:06 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qyvAU-0004gn-Lc for help-gnu-emacs@gnu.org; Fri, 03 Nov 2023 10:29:06 -0400 Original-Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id 1E098240027 for ; Fri, 3 Nov 2023 15:28:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.de; s=2017; t=1699021739; bh=JS9U4lJIYD4QW5OT76WDcbVvjxHKHXvAH82jgwcnR8Q=; h=Message-ID:Date:MIME-Version:To:From:Subject: Content-Transfer-Encoding:From; b=ZQQENqAjNlP6rWDG2Gr64ke29k3GOqCGhKfXSZH61f2Ys329sHvyHOFFy7GVT767o k8KCYB2gvZza2/hrK/+qCd62g8+mF0RfYm+3EZgJBS+kfBnkCcT7fHUPcDAAWQWpOQ 3eAXtBP/tdVAqiOaOYNN8drMt+W/TZe4QUWibavug7aEKk6yFl2uWkly5piq7Pg2iB L7C7KtYnNGCENbBG+BAcMnXFFhUuzVb3cyb7jvqoB2idDvAkOOLA/yb8KgGBUHjKOy dvdKEyCBRBtObg8IS8MT0PEb6IPfAKs/c8dsO28DQtAONAIYXE4i6HTyz6rCsHXCnc X4LxnJRT/m6vA== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4SMNQy3j6hz9rxB for ; Fri, 3 Nov 2023 15:28:58 +0100 (CET) Content-Language: de-DE Received-SPF: pass client-ip=185.67.36.65; envelope-from=Heiner.Heitlaender@posteo.de; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:145453 Archived-At: Hi there, since several months the behavior of C-5 2 has changed (for me). Somehow the new frame only is 16 char wide and 6 lines high. (text window). Additionally the variables "frame-char-width" resp. "frame-char-height" don't seem to be defined. I'm on "debian testing" with wayland (xwayland) as the display protocol(?) Is there a way to set the size of a new frame generated by C-5 2? Searching the docs/internet did not give any result so any help is welcome. TX in advance Heiner