[emacs-w3m:13891] [emacs-w3m/emacs-w3m] emacs-w3m cannot render frame (Issue #113)
emacs25 <[email protected]> Mon, 14 Nov 2022 00:00:34 -0800
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/issues/[email protected]> |
----==_mimepart_6371f5a24c89a_68d7c670666523
Content-Type: text/plain;
charset=UTF-8
Content-Transfer-Encoding: 7bit
there's a problem i get recently.
emacs28.1 and latest emacs-w3m from here.
i test html with frame using w3m in terminal:
```
$ w3m -F index.html
```
the html code:
```
<html>
<title>frame</title>
<frameset cols="33%,34%,33%">
<frame src="./page/a.html">
<frame src="./page/b.html">
<frame src="./page/c.html">
</frameset>
</html>
```
and it renders frame very well.
but when i use emacs-w3m to view this html,it gives no frame.
my emacs-w3m config elisp:
```
(require 'w3m)
(setq w3m-home-page "~/index.html")
(setq w3m-make-new-session t)
(setq w3m-cookie-accept-bad-cookies t)
(setq w3m-fill-column 44)
(setq w3m-keep-arrived-urls 50000)
(setq w3m-keep-cache-size 1000)
(setq w3m-edit-function (quote find-file-other-
window))
(setq w3m-session-automatic-save t)
(setq w3m-session-deleted-save nil)
(setq w3m-use-tab t)
(setq w3m-tab-width 8)
(setq w3m-use-tab-menubar nil)
(setq w3m-default-display-inline-images nil)
(setq w3m-redirect-with-get t)
(setq w3m-toggle-inline-images-permanently t)
(setq w3m-use-filter t)
(setq w3m-fb-mode t)
(setq w3m-session-load-crashed-sessions t)
(w3m-fb-mode 1)
(setq w3m-command-arguments '("-cookie" "-F"))
```
can someone help me please?
--
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/issues/113
You are receiving this because you are subscribed to this thread.
Message ID: <emacs-w3m/emacs-w3m/issues/[email protected]>
----==_mimepart_6371f5a24c89a_68d7c670666523
Content-Type: text/html;
charset=UTF-8
Content-Transfer-Encoding: 7bit
<p></p>
<p dir="auto">there's a problem i get recently.</p>
<p dir="auto">emacs28.1 and latest emacs-w3m from here.</p>
<p dir="auto">i test html with frame using w3m in terminal:</p>
<pre class="notranslate"><code class="notranslate">$ w3m -F index.html
</code></pre>
<p dir="auto">the html code:</p>
<pre class="notranslate"><code class="notranslate"><html>
<title>frame</title>
<frameset cols="33%,34%,33%">
<frame src="./page/a.html">
<frame src="./page/b.html">
<frame src="./page/c.html">
</frameset>
</html>
</code></pre>
<p dir="auto">and it renders frame very well.</p>
<p dir="auto">but when i use emacs-w3m to view this html,it gives no frame.</p>
<p dir="auto">my emacs-w3m config elisp:</p>
<pre class="notranslate"><code class="notranslate">(require 'w3m)
(setq w3m-home-page "~/index.html")
(setq w3m-make-new-session t)
(setq w3m-cookie-accept-bad-cookies t)
(setq w3m-fill-column 44)
(setq w3m-keep-arrived-urls 50000)
(setq w3m-keep-cache-size 1000)
(setq w3m-edit-function (quote find-file-other-
window))
(setq w3m-session-automatic-save t)
(setq w3m-session-deleted-save nil)
(setq w3m-use-tab t)
(setq w3m-tab-width 8)
(setq w3m-use-tab-menubar nil)
(setq w3m-default-display-inline-images nil)
(setq w3m-redirect-with-get t)
(setq w3m-toggle-inline-images-permanently t)
(setq w3m-use-filter t)
(setq w3m-fb-mode t)
(setq w3m-session-load-crashed-sessions t)
(w3m-fb-mode 1)
(setq w3m-command-arguments '("-cookie" "-F"))
</code></pre>
<p dir="auto">can someone help me please?</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/emacs-w3m/emacs-w3m/issues/113">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ALIUPN5OKFHV22CLNGZGF3DWIHWSFANCNFSM6AAAAAAR7QZQIQ">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/ALIUPN6UY2JEHMM545KVWKTWIHWSFA5CNFSM6AAAAAAR7QZQISWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHFMSBGFE.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><emacs-w3m/ema
cs-w3m/issues/113</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/emacs-w3m/emacs-w3m/issues/113",
"url": "https://github.com/emacs-w3m/emacs-w3m/issues/113",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>
----==_mimepart_6371f5a24c89a_68d7c670666523--