From unknown Sun Aug 17 01:00:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#57313: Request: Resizing window with text scaling Resent-From: wilnerthomas@tutanota.com Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 21 Aug 2022 04:34:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 57313 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 57313@debbugs.gnu.org X-Debbugs-Original-To: Bug Gnu Emacs Received: via spool by submit@debbugs.gnu.org id=B.166105640220138 (code B ref -1); Sun, 21 Aug 2022 04:34:01 +0000 Received: (at submit) by debbugs.gnu.org; 21 Aug 2022 04:33:22 +0000 Received: from localhost ([127.0.0.1]:33660 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPceI-0005Ej-7H for submit@debbugs.gnu.org; Sun, 21 Aug 2022 00:33:22 -0400 Received: from lists.gnu.org ([209.51.188.17]:37372) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPceC-0005EX-2A for submit@debbugs.gnu.org; Sun, 21 Aug 2022 00:33:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38878) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPceB-0002N2-Qz for bug-gnu-emacs@gnu.org; Sun, 21 Aug 2022 00:33:15 -0400 Received: from w1.tutanota.de ([81.3.6.162]:35130) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oPceA-0001sX-65 for bug-gnu-emacs@gnu.org; Sun, 21 Aug 2022 00:33:15 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w1.tutanota.de (Postfix) with ESMTP id 92F0BFBF8D4 for ; Sun, 21 Aug 2022 04:33:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1661056392; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=KNusGZCMGZTYfev+4WmFQG6tMpjUWnu2ip48gFG3Dyw=; b=LFlY+MInDhX/7knJa8IVVpJxCJZSEPdyxsLJYI1IhNEgzEBeRIuszBC8b0MFZbmn fhTZfLFjpqqI1vqPe/GzpdEI4xgsYptFfDFwLgqZsKsk37gL/q7rVE7mi4HD5ExA+OE uhjpvyzaAXDeHoU/jkYnV+SqXNFJUasuONdeZ+OPiDwaImudo1yPxUzmlkcN1BeVT6a qg49ET+A1ZZ6FNuiKKuP+LJx1Ms30qHzR27xJrA8HbGADzQOW/Pve/ojRnnaktP5ipe TytajqBK0FzX5m2qWrs/5hmQaancoYLQAZq2c52tTi0X6fpmYkEnGBh0Q9TUy/ItEZj 4StHNxhChg== Date: Sun, 21 Aug 2022 06:33:12 +0200 (CEST) From: wilnerthomas@tutanota.com Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=81.3.6.162; envelope-from=wilnerthomas@tutanota.com; helo=w1.tutanota.de X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) I frequently use=C2=A0 `text-scale-increase'=C2=A0 and=C2=A0 `text-scale-de= crease'=C2=A0 in=C2=A0 `face-remap-p.el' to increase and decrease the height of the default face in the current buff= er. Yet at times, in addition to the increase and decrease in height, I would a= lso like for the=20 window to get resized as well.=C2=A0=20 I have seen an implementation by Drew, namely=C2=A0 `face-remap+', that mak= es the current window take notice of the text scaling. But I have noticed that the window frequently resizes in a way that makes a= line continue on the next line, even when the text originally had some space between the= end of the line and the window edge.=C2=A0=20 =C2=A0=C2=A0=20 A further problem occurs because standard functions defined in `face-remap.= el'=C2=A0 get redefined. It would be beneficial if emacs had the facility to scale the window with t= he text scaling in the current window.=C2=A0 But with the functionality being separate from the cu= rrent=C2=A0 `text-scale-increase' and=C2=A0 `text-scale-decrease'. From unknown Sun Aug 17 01:00:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#57313: Request: Resizing window with text scaling Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 21 Aug 2022 12:17:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57313 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: wilnerthomas@tutanota.com Cc: 57313@debbugs.gnu.org Received: via spool by 57313-submit@debbugs.gnu.org id=B57313.166108421218137 (code B ref 57313); Sun, 21 Aug 2022 12:17:01 +0000 Received: (at 57313) by debbugs.gnu.org; 21 Aug 2022 12:16:52 +0000 Received: from localhost ([127.0.0.1]:33955 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPjsq-0004iT-8k for submit@debbugs.gnu.org; Sun, 21 Aug 2022 08:16:52 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPjso-0004iG-83 for 57313@debbugs.gnu.org; Sun, 21 Aug 2022 08:16:50 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID :Date:References:In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=UrBSYZ1b7bDfL+qO+s+BzTR6MXuvzHyCcD0WpiSRQ+A=; b=Dm4Z5Rhja7/YG92LqxaaEloZAY RECtjU5SxCeqRmW+TQ0+QSF2FgZne9hgtChOLDQqK/GWUk98Emk3dsRc/zhO8XyfP00SWqA56PPg4 banbZz6LKBlJrE7FD7PGAbbTcTMlgy1ilhugVcPIUl7x+FX42ctxmQyEu2YZPfzblxnI=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oPjsg-0001kp-6R; Sun, 21 Aug 2022 14:16:44 +0200 From: Lars Ingebrigtsen In-Reply-To: (wilnerthomas@tutanota.com's message of "Sun, 21 Aug 2022 06:33:12 +0200 (CEST)") References: X-Now-Playing: Cirkus Modern's =?UTF-8?Q?=5FTr=C3=B8st=5F:?= "Akt" Date: Sun, 21 Aug 2022 14:16:41 +0200 Message-ID: <87r119n652.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: wilnerthomas@tutanota.com writes: > Yet at times, in addition to the increase and decrease in height, I > would also like for the window to get resized as =?UTF-8?Q?well.=C2=A0?= You've already requested this in a previous bug report (under a different name). As with other things you've reported multiple times (under multiple different names), there's no point to this -- you'r [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) wilnerthomas@tutanota.com writes: > Yet at times, in addition to the increase and decrease in height, I > would also like for the window to get resized as well.=C2=A0 You've already requested this in a previous bug report (under a different name). As with other things you've reported multiple times (under multiple different names), there's no point to this -- you're just wasting our time. (I'm wondering if Emacs is the subject of an ethics-challenged social studies department -- is there a paper called "How A Free Software Community Reacts To A Deluge Of Nonsense" in the works?) Closing. From debbugs-submit-bounces@debbugs.gnu.org Sun Aug 21 08:16:57 2022 Received: (at control) by debbugs.gnu.org; 21 Aug 2022 12:16:57 +0000 Received: from localhost ([127.0.0.1]:33958 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPjsv-0004im-In for submit@debbugs.gnu.org; Sun, 21 Aug 2022 08:16:57 -0400 Received: from quimby.gnus.org ([95.216.78.240]:41690) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPjsu-0004iR-B5 for control@debbugs.gnu.org; Sun, 21 Aug 2022 08:16:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=L2/c9MCaJP4YxfcbavUBlUya96Ih4OmVSu5LUgkaHoc=; b=cnI9E63GHp1Gxm+7LvSJ+cNgl5 12OpW75Bs+2PyPJkq7HxQ0hgQkGglIcoTZu8f0sep7IDaqxI27AXn7eH3aSM3UdJ6mL6ngOUrM5TL rrSynJ4z3lUnitSq1IBEK9OsmAHaVarTu5OGS19AJQyZetHfE+dDnbUXyLwi32z773So=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oPjsm-0001kx-Jr for control@debbugs.gnu.org; Sun, 21 Aug 2022 14:16:50 +0200 Date: Sun, 21 Aug 2022 14:16:48 +0200 Message-Id: <87pmgtn64v.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #57313 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 57313 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 57313 quit From unknown Sun Aug 17 01:00:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#57313: Request: Resizing window with text scaling Resent-From: Po Lu Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 21 Aug 2022 13:40:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57313 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: wilnerthomas@tutanota.com, 57313@debbugs.gnu.org Received: via spool by 57313-submit@debbugs.gnu.org id=B57313.16610891682434 (code B ref 57313); Sun, 21 Aug 2022 13:40:03 +0000 Received: (at 57313) by debbugs.gnu.org; 21 Aug 2022 13:39:28 +0000 Received: from localhost ([127.0.0.1]:34106 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPlAk-0000d7-8l for submit@debbugs.gnu.org; Sun, 21 Aug 2022 09:39:28 -0400 Received: from sonic306-21.consmr.mail.ne1.yahoo.com ([66.163.189.83]:40743) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPlAf-0000cq-6x for 57313@debbugs.gnu.org; Sun, 21 Aug 2022 09:39:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1661089155; bh=jqFT6RquilBq/RHkOmw15y2ojL8sncByumXTw3yAgCY=; h=From:To:Cc:Subject:References:Date:In-Reply-To:From:Subject:Reply-To; b=gHKedNDwxmrCK7zL9btezvv4PHToZtuEve3eCV5Pcq6IkWJy9McCDCFXUuiCtL4kW0dzkt4LVxXnrb5sgkwAjTJBnLku9N/Fa7dEYYwjgJkbok64zITC+wNNwGbPzw4Bh5hoaQODPaiVVmjOb4GUCTwBTfvdaZZ4PjKZ8ARDfWOyIyKX7cQPWOX2rcVNT5v+JAnM8LLP9jtYbeXk+3wN8OzsHPJIA9v7JhxpnHm8AliNpyaNupdcTes38OfJk5MlToxWjFFT08+2724GBobDym6IuddlBFEXLIVGAE3VoaEEoTGa/Wo34kpZdwE5l9NqGwI3Q7lMvdZ7Y4E92Az8HA== X-SONIC-DKIM-SIGN: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1661089155; bh=O12N+XNPLp87oL5HbLgOIFoVH8pOQrhuFF+Bz4qR0Bq=; h=X-Sonic-MF:From:To:Subject:Date:From:Subject; b=ay5rr5bgsV9RC0YtF8A06iWcDWbsmmeqyjFFhUMXC0uJZKN7rcG9/MonvWmvIhRwft8gVcb1jpcotBjFanlfRuEbcECpZ3e8NkkmVbMwCBcaYwi5AmlP1laPfpJfqz5/rf6wMkmJNZZ36OLLXgNTijWuO5rx85nOh/O/K2YslM6rwUNa3HDma0D9/g/ZgXeL+usBC8FLay0eCdw+hv/2zHjMLocFh6e2pXTx5uDRd2oOkBaQO63CJBZbXYIzIErTOTad2MpotwptOSSW9zQqiZnj9MQxtHa08DBitVhZlheibPWx2YwFv44XkUUZGzolPJgfUI9DswJwRKjzKDzlmg== X-YMail-OSG: 7DdpBwQVM1kPEBB96A6Q07waPIqVau__A7Zr8JehSioL9BOYdrYp0yi7gVHxZMz .mTj9KejrFrNG1p1B_RjS.66DkVbC56fhMzt0vuclyJbxCeXaKdieNp93uWtvYKTVbnuo03wXH5M 3VUJBqBn39Mb2oRVCwc8ts9BkY2WKVtbt4_ApvB3AT4UiuMKNzkdDlHvVUgX2aEWgDhsjyl544Uz o5T5cdo39aA.13B_u3nIzh.u7w1eD_yEH11yNB50CwZVcbIsETN9UUn4IBgvA3.KJCmsWeUWPZtI 1T1kbh1fZdgOnQYo1OUUQY8BqipznIflSBM.0oHTjBbM.iCprbzxIjQvtM9UkxjwnmRgsueW78kI 95TWBWL9TAxc3jjZ6v4cSgPc.2.ITr_19A1jckAPnkC4UZDvmvXTrxVliEY8.BJYZy1bp9Nt_CHR w5nVl.S8WRFpsg3u5h.XljfG7rcFD0j9qaATMGjfNZtL4P64Op28m4_GANoYQeon3ChR7aXejqpm v6lkiyfhqe0se6HBu66TDteCKcaV_4rbQlgj2DwjcYd5SEX8nWm_SnD.Jk3XBgNRbeRRd3RVhu3Q TKRZ1BpPTXxNU.yyIypRCoKgvWtbIE88_wyyKtbCtuXzuEu.4B7qDJXrt54.7vTdI6SYW6fA7qGn TQ0op5DF7ZgSml_meKg7l433BQR_NT1sLsAsBG0aKQOv9ffXm2etv6gY7Bt11HtX6rHCbLauWZ7t OzFULWntCkW.sw8JrRJF5oLNc_VTiy6iE1h8zsMmbJeckaaAvg8x8NmiXLGsiyMFDVVbmk55MGHn r29SgTK08fOv.ym6wwxZFNsnY96coBx70B9KkXbCB5sQk7VWSREX1vSmnJCd1PhyySEzvSRYgRIq Ix1GU7nCDhOjRd.f0m4plqWiWCZxPVm15g0tDhGTLdK_6uyhvnAg.5kv1wqBhlFakatUGYMPArwH oNU6SU43HPsILmWPavFdllCwZJoG9SKsNXCxD1IIwd9xNL565xMVpXJMWJa3sBj4LgoIGyhgXwk3 qfzVAqZTnyDQ14bvPWig.uqqcSag1eQ2EZqJJEqDPCN7RRnBqfqA0M1vxKWHEk4GdPN3bHWO3LyN sotaO4eHpmMAKC1vPouJcFQDlvOXeY.LG3pqJ94EYmUY26sr3AaUIHkI3yXf4VsEHHalOXclV_pX KA1BWHpYZcP9i200fRu9JzJPZyHQ9_waxWolnZQw8N2_o8VGG2IK8Xtemx_GXC.q7i7rH53ng1mQ LXGR96T4gCfQjOnpy0emYitUIB6SKOIgl9f1UqeIEVvRAON2q7ehtRMHh1MobUPXitcL8wu04YMC HROPbdq6H9nUi9WGTcYJl8d425OKR8_KKgBiV4I2CryAQhdqDmr3EQVtdzblqhKeLstQUwVK.Zkc BcH1InAy3LeLAI6rnl8qoj4LB6Whroal7lryBSyPaBXr1Cd5ulfNDKrxO8HAVVG78aCBScH5Kcj3 xj9FnhiOmCtlPuxrv51Fdq6GLwVzu6c4QF92pqmKmDeoBYMQH2EeiMqxdF2aO4cVrgU3WUhR9.6c J0G0Wxd_aPTLiy1PiyFfASDX.Fcto2eEV7HJs23HibXnA0YYUTnh2R0zfp8Vg8z2kcMkjqtGGdf_ PAIGL60D0_mvzwfJSA7losBL7s1wPBse9817u8GdYGuVqu65CJoBXAmxLVsqSzGZi1kQbjK2fisb q2JxSsrMTqJx4rokCqHR09caDhIimho2XirR8kLH8tKuhtgVrQcU0I29myYrK9C4EK1XfR7UpzdG F16MWiKF.EI.Mt0hCrtTKpt4oNA_XFep0NFxXJLafMRUJy4e7ijFW2Q7IHNapzQtQZ32s3UMg8SY FdzkeC7Wv.uOFS7ubovT50vwrwvSRfQqkB4tLDwQbQqpryQtnInUPdBhJ5pSMI3h1vJTboLhz8_1 eoa3WQX0YFrbfqLSgWY035PGoec7GJRAJAH3yNHFXiL8xorCuEkgZ9273pLJUA08clY7kcviGNEt XVzqs2vzTyJWsYfrIIXir7s4pycW2H7rsu6XOsc0c0hTeDmaZHlPwrtk6Dvkguv2iuLtM2jlKee3 JsVOP0NyYtdrtgfpyNYFI7BmBRrtDvsigCU3pgT5epiaD4csT4QXJ9BKJUxgmz77.VhQQDKYVDit PygBHf54JiLPcwG4GvTIPJ3ShDdmON5isJ5IVIAWuHbn6KfFVEDd45ZXTzUwVrFoQb.RxBzC5URr GNPNcF8vX27eOu1OPCwVgoYHjnKGAVrPMZQ_WWEYtGz5m19d3owZDOx3TcpPW X-Sonic-MF: Received: from sonic.gate.mail.ne1.yahoo.com by sonic306.consmr.mail.ne1.yahoo.com with HTTP; Sun, 21 Aug 2022 13:39:15 +0000 Received: by hermes--canary-production-sg3-6f58cd9b5-fz6jj (Yahoo Inc. Hermes SMTP Server) with ESMTPA ID d82c3860f6b6bfcd710136fabb13c67b; Sun, 21 Aug 2022 13:39:11 +0000 (UTC) From: Po Lu References: <87r119n652.fsf@gnus.org> Date: Sun, 21 Aug 2022 21:39:03 +0800 In-Reply-To: <87r119n652.fsf@gnus.org> (Lars Ingebrigtsen's message of "Sun, 21 Aug 2022 14:16:41 +0200") Message-ID: <87pmgtk96w.fsf@yahoo.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailer: WebService/1.1.20560 mail.backend.jedi.jws.acl:role.jedi.acl.token.atz.jws.hermes.yahoo Content-Length: 360 X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Lars Ingebrigtsen writes: > (I'm wondering if Emacs is the subject of an ethics-challenged social > studies department -- is there a paper called "How A Free Software > Community Reacts To A Deluge Of Nonsense" in the works?) +1. If you look in the bash lists the same thing is happening there, and also with tutanota/ProtonMail addresses. From unknown Sun Aug 17 01:00:19 2025 X-Loop: help-debbugs@gnu.org Subject: bug#57313: Request: Resizing window with text scaling Resent-From: wilnerthomas@tutanota.com Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 21 Aug 2022 22:55:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 57313 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Lars Ingebrigtsen Cc: 57313@debbugs.gnu.org Received: via spool by 57313-submit@debbugs.gnu.org id=B57313.16611224804969 (code B ref 57313); Sun, 21 Aug 2022 22:55:01 +0000 Received: (at 57313) by debbugs.gnu.org; 21 Aug 2022 22:54:40 +0000 Received: from localhost ([127.0.0.1]:37052 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPtq3-0001I5-Kt for submit@debbugs.gnu.org; Sun, 21 Aug 2022 18:54:39 -0400 Received: from w1.tutanota.de ([81.3.6.162]:57282) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oPtq0-0001Hp-2l for 57313@debbugs.gnu.org; Sun, 21 Aug 2022 18:54:38 -0400 Received: from w3.tutanota.de (unknown [192.168.1.164]) by w1.tutanota.de (Postfix) with ESMTP id 190E4FBF8D3; Sun, 21 Aug 2022 22:54:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1661122470; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:References:Sender; bh=2zXdMi4Xtt+B2TmsFcxbehuUdD6F5q9T5mF/+3AmRZ4=; b=De7+tvLSF2w5Tq2Aa+LVmyhFY3p7Ro1aQAxAX80KataLo5RP9Ua9h49aTylhK5ZG LbDq8J985AeecUUbjp77T4x4bbdWR1HRfDYIWwkfErGF55tPwtm2ctEgq+L2z8g3sZC SxXuduDzn2D8hOV6g7hId88v9jafqf64HM5UC+FgGKlTsCG8nLzWp+YH3cfntulApKK brbxaQJ6XZc3Piq6Fm2zLJ4AepnYhJpGUOAXsR8/IWza8369oHZAihQMRCEqIpUBudd OmIefD8m6ZP3Uhiiv8asTNB/VXL8dTXA5Wj4krhCilJayZCpBsbZYXK01NjVLZ7rfMh BTjn2Mairg== Date: Mon, 22 Aug 2022 00:54:30 +0200 (CEST) From: wilnerthomas@tutanota.com Message-ID: In-Reply-To: <87r119n652.fsf@gnus.org-NA-KThY--7-2> References: <87r119n652.fsf@gnus.org-NA-KThY--7-2> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Aug 21, 2022, 12:16 by larsi@gnus.org: > wilnerthomas@tutanota.com writes: > >> Yet at times, in addition to the increase and decrease in height, I >> would also like for the window to get resized as well.=C2=A0 >> > > You've already requested this in a previous bug report (under a > different name). As with other things you've reported multiple times > (under multiple different names), there's no point to this -- you're > just wasting our time. > > (I'm wondering if Emacs is the subject of an ethics-challenged social > studies department -- is there a paper called "How A Free Software > Community Reacts To A Deluge Of Nonsense" in the works?) > > Closing. > So it is all waste of time and nonsense, is it !=C2=A0 Screw yourself Lars,= =20 together with your fellow nitwits.=C2=A0 If it was all nonsense as you say,= =20 there would not be others trying to do the same thing.=C2=A0 The claim that it is all about one person with multiple names in simply an attempt to reject whatever is written.=C2=A0 Guilt, shame, insults and the need to be = right is how you function. And all the GNU Project Bullshit urging people to communicate in=20 ways that are friendly, welcoming and kind.=C2=A0 That is what is actually= =20 nonsense.=C2=A0 Rules for others only. Again, screw yourself Lars together with your noise bullshit scene in Oslo.