From unknown Sat Sep 06 13:44:57 2025 X-Loop: help-debbugs@gnu.org Subject: bug#10267: Fixed width and height Resent-From: "sindikat" Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: joakim@verona.se Resent-Date: Sat, 10 Dec 2011 21:33:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 10267 X-GNU-PR-Package: emacs-xwidgets X-GNU-PR-Keywords: To: 10267@debbugs.gnu.org X-Debbugs-Original-To: submit@debbugs.gnu.org Received: via spool by submit@debbugs.gnu.org id=B.13235527533234 (code B ref -1); Sat, 10 Dec 2011 21:33:01 +0000 Received: (at submit) by debbugs.gnu.org; 10 Dec 2011 21:32:33 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RZUX2-0000q6-PZ for submit@debbugs.gnu.org; Sat, 10 Dec 2011 16:32:33 -0500 Received: from rage.so36.net ([83.223.73.105]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RZUX0-0000py-LR for submit@debbugs.gnu.org; Sat, 10 Dec 2011 16:32:31 -0500 Received: (qmail 28034 invoked by uid 90); 10 Dec 2011 21:31:27 -0000 Message-ID: <20111210213127.28033.qmail@rage.so36.net> From: "sindikat" Date: Sat, 10 Dec 2011 22:31:27 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Package: emacs-xwidgets Pages are fixed width/height instead of stretching or squeezing Quote: >>> height/width needs special consideration in Emacs, because you can split a window in several views. Therefore a single view cant decide these parameters. There is a xwidget-adjust-size function where you can manually enter a desired size though. This is a bit buggy but must function before some more intuitive function can evolve. >> how does text in emacs buffers knows, when to wrap? can we use that? > there is only one webkit per buffer. they cant be wrapped differently. if we have more than one webkit per buffer they cant be synced. so. the remaining possibility is adjusting size to a particular window. the other windows will see a truncated view, this is normal with emacs showing images. > the "a" key is meant to be used to adjust the view size. currently it adjusts the webkit to content size. another command could be introduced to adjust size to the current window. this could be done automatically for the selected window, as an option. From debbugs-submit-bounces@debbugs.gnu.org Tue Jan 19 19:56:20 2016 Received: (at control) by debbugs.gnu.org; 20 Jan 2016 00:56:20 +0000 Received: from localhost ([127.0.0.1]:54225 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aLh4O-00074B-9p for submit@debbugs.gnu.org; Tue, 19 Jan 2016 19:56:20 -0500 Received: from eggs.gnu.org ([208.118.235.92]:56404) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aLh4M-00073y-HL for control@debbugs.gnu.org; Tue, 19 Jan 2016 19:56:18 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aLh4G-00085r-M8 for control@debbugs.gnu.org; Tue, 19 Jan 2016 19:56:13 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: * X-Spam-Status: No, score=1.1 required=5.0 tests=BAYES_40, LOCALPART_IN_SUBJECT, RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aLh4G-00085l-Ih for control@debbugs.gnu.org; Tue, 19 Jan 2016 19:56:12 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.82) (envelope-from ) id 1aLh4G-0004li-8t for control@debbugs.gnu.org; Tue, 19 Jan 2016 19:56:12 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <22174.56107.871011.440944@gnu.org> Date: Tue, 19 Jan 2016 19:56:11 -0500 From: Glenn Morris To: GNU bug tracker automated control server Subject: control X-Debbugs-No-Ack: yes X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -4.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: -4.3 (----) # We get to inherit these unanswered reports, lucky us! reassign 10265 emacs,emacs-xwidgets reassign 10266 emacs,emacs-xwidgets reassign 10267 emacs,emacs-xwidgets reassign 10268 emacs,emacs-xwidgets reassign 10269 emacs,emacs-xwidgets reassign 10270 emacs,emacs-xwidgets reassign 10272 emacs,emacs-xwidgets From unknown Sat Sep 06 13:44:57 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: "sindikat" Subject: bug#10267: closed (Re: bug#10267: Fixed width and height) Message-ID: References: <20111210213127.28033.qmail@rage.so36.net> X-Gnu-PR-Message: they-closed 10267 X-Gnu-PR-Package: emacs,emacs-xwidgets Reply-To: 10267@debbugs.gnu.org Date: Sun, 24 Jan 2016 21:12:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1453669922-5157-1" This is a multi-part message in MIME format... ------------=_1453669922-5157-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #10267: Fixed width and height which was filed against the emacs,emacs-xwidgets package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 10267@debbugs.gnu.org. --=20 10267: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D10267 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1453669922-5157-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 10267-done) by debbugs.gnu.org; 24 Jan 2016 21:11:54 +0000 Received: from localhost ([127.0.0.1]:35192 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aNRww-0001Km-JY for submit@debbugs.gnu.org; Sun, 24 Jan 2016 16:11:54 -0500 Received: from mx6.bahnhof.se ([213.80.101.16]:36082) by debbugs.gnu.org with esmtp (Exim 4.84) (envelope-from ) id 1aNRwu-0001Kc-Hh for 10267-done@debbugs.gnu.org; Sun, 24 Jan 2016 16:11:52 -0500 Received: from localhost (mf.bahnhof.se [213.80.101.20]) by mx6-reinject (Postfix) with ESMTP id 7B19E419E4; Sun, 24 Jan 2016 22:11:51 +0100 (CET) X-Virus-Scanned: by amavisd-new using ClamAV at bahnhof.se (MF4) X-Spam-Score: 0.69 X-Spam-Level: X-Spam-Status: No, score=0.69 tagged_above=-99 required=5 tests=[AWL=-0.166, DNS_FROM_AHBL_RHSBL=0.306, NO_REAL_NAME=0.55] Received: from mf4.bahnhof.se ([127.0.0.1]) by localhost (mf4.bahnhof.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TNwd11whTLD8; Sun, 24 Jan 2016 22:11:45 +0100 (CET) Received: from mta.verona.se (h-235-62.a149.priv.bahnhof.se [85.24.235.62]) by mf4.bahnhof.se (Postfix) with ESMTP id D33973D789E; Sun, 24 Jan 2016 22:11:45 +0100 (CET) Received: from localhost (unknown [127.0.0.1]) by mta.verona.se (Postfix) with ESMTP id 986254E3227; Sun, 24 Jan 2016 21:11:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at verona.se Received: from mta.verona.se ([127.0.0.1]) by localhost (exodia.verona.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id RA2WtlWl1cHX; Sun, 24 Jan 2016 22:11:35 +0100 (CET) Received: from exodia.verona.se (www.verona.se [192.168.200.15]) by mta.verona.se (Postfix) with ESMTP id A04754E30CA; Sun, 24 Jan 2016 22:11:35 +0100 (CET) From: joakim@verona.se To: "sindikat" Subject: Re: bug#10267: Fixed width and height References: <20111210213127.28033.qmail@rage.so36.net> Date: Sun, 24 Jan 2016 22:11:35 +0100 In-Reply-To: <20111210213127.28033.qmail@rage.so36.net> (sindikat@mail36.net's message of "Sat, 10 Dec 2011 22:31:27 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 10267-done Cc: 10267-done@debbugs.gnu.org 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: -0.7 (/) "sindikat" writes: > Package: emacs-xwidgets > > Pages are fixed width/height instead of stretching or squeezing > > Quote: > >>>> height/width needs special consideration in Emacs, because you can split a window in several views. Therefore a single view cant decide these parameters. There is a xwidget-adjust-size function where you can manually enter a desired size though. This is a bit buggy but must function before some more intuitive function can evolve. >>> how does text in emacs buffers knows, when to wrap? can we use that? >> there is only one webkit per buffer. they cant be wrapped differently. if we have more than one webkit per buffer they cant be synced. so. the remaining possibility is adjusting size to a particular window. the other windows will see a truncated view, this is normal with emacs showing images. >> the "a" key is meant to be used to adjust the view size. currently it adjusts the webkit to content size. another command could be introduced to adjust size to the current window. this could be done automatically for the selected window, as an option. The webkit component must have a fixed size. The 'a' key adjusts the view for the current window. > > > -- Joakim Verona ------------=_1453669922-5157-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Dec 2011 21:32:33 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RZUX2-0000q6-PZ for submit@debbugs.gnu.org; Sat, 10 Dec 2011 16:32:33 -0500 Received: from rage.so36.net ([83.223.73.105]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1RZUX0-0000py-LR for submit@debbugs.gnu.org; Sat, 10 Dec 2011 16:32:31 -0500 Received: (qmail 28034 invoked by uid 90); 10 Dec 2011 21:31:27 -0000 Message-ID: <20111210213127.28033.qmail@rage.so36.net> From: "sindikat" To: submit@debbugs.gnu.org Subject: Fixed width and height Date: Sat, 10 Dec 2011 22:31:27 +0100 Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Package: emacs-xwidgets Pages are fixed width/height instead of stretching or squeezing Quote: >>> height/width needs special consideration in Emacs, because you can split a window in several views. Therefore a single view cant decide these parameters. There is a xwidget-adjust-size function where you can manually enter a desired size though. This is a bit buggy but must function before some more intuitive function can evolve. >> how does text in emacs buffers knows, when to wrap? can we use that? > there is only one webkit per buffer. they cant be wrapped differently. if we have more than one webkit per buffer they cant be synced. so. the remaining possibility is adjusting size to a particular window. the other windows will see a truncated view, this is normal with emacs showing images. > the "a" key is meant to be used to adjust the view size. currently it adjusts the webkit to content size. another command could be introduced to adjust size to the current window. this could be done automatically for the selected window, as an option. ------------=_1453669922-5157-1--