* Web Page Visualization in w3m
@ 2008-05-13 14:15 Lorenzo Isella
2008-05-13 15:19 ` David Hansen
0 siblings, 1 reply; 3+ messages in thread
From: Lorenzo Isella @ 2008-05-13 14:15 UTC (permalink / raw)
To: help-gnu-emacs
Dear All,
I am learning how to use w3m in Emacs to surf the web. In most of the
cases it works nicely, but for some specific web pages, certain bits
are not visualized at all.
For instance, consider:
https://ert.cern.ch/browse_www/wd_pds?p_web_site_id=1
where I cannot "see" at all the login to e-RT link.
I am also experiencing problems with pages like:
http://www.elsevier.com/wps/find/journaldescription.cws_home/337/description#description
where I get a message telling me that scripting should be enabled in my browser.
How can I overcome these difficulties?
I should say I am not a lisp expert and that I assembled my .emacs
file gathering pieces from the net.
See below the part of my .emacs file dealing with w3m:
;; w3m initialization
;;(setq w3m-home-page "about:")
(custom-set-variables
'(w3m-default-display-inline-images t)
'(w3m-display-inline-image t)
'(w3m-home-page "about:")
'(w3m-key-binding (quote info))
'(w3m-view-this-url-new-session-in-background t))
Many thanks
Lorenzo
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Web Page Visualization in w3m
2008-05-13 14:15 Web Page Visualization in w3m Lorenzo Isella
@ 2008-05-13 15:19 ` David Hansen
2008-05-13 15:43 ` Pierre Lorenzon
0 siblings, 1 reply; 3+ messages in thread
From: David Hansen @ 2008-05-13 15:19 UTC (permalink / raw)
To: help-gnu-emacs
On Tue, 13 May 2008 16:15:24 +0200 Lorenzo Isella wrote:
> I am learning how to use w3m in Emacs to surf the web. In most of the
> cases it works nicely, but for some specific web pages, certain bits
> are not visualized at all.
> For instance, consider:
>
> https://ert.cern.ch/browse_www/wd_pds?p_web_site_id=1
>
> where I cannot "see" at all the login to e-RT link.
> I am also experiencing problems with pages like:
>
> http://www.elsevier.com/wps/find/journaldescription.cws_home/337/description#description
>
> where I get a message telling me that scripting should be enabled in my browser.
>
> How can I overcome these difficulties?
When java script is needed or the "design" is just to bad use another
browser:
M runs the command w3m-view-url-with-external-browser, which is an
interactive compiled Lisp function in `w3m.el'.
David
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Web Page Visualization in w3m
2008-05-13 15:19 ` David Hansen
@ 2008-05-13 15:43 ` Pierre Lorenzon
0 siblings, 0 replies; 3+ messages in thread
From: Pierre Lorenzon @ 2008-05-13 15:43 UTC (permalink / raw)
To: david.hansen; +Cc: help-gnu-emacs
From: David Hansen <david.hansen@gmx.net>
Subject: Re: Web Page Visualization in w3m
Date: Tue, 13 May 2008 17:19:55 +0200
> On Tue, 13 May 2008 16:15:24 +0200 Lorenzo Isella wrote:
>
> > I am learning how to use w3m in Emacs to surf the web. In most of the
> > cases it works nicely, but for some specific web pages, certain bits
> > are not visualized at all.
> > For instance, consider:
> >
> > https://ert.cern.ch/browse_www/wd_pds?p_web_site_id=1
> >
> > where I cannot "see" at all the login to e-RT link.
> > I am also experiencing problems with pages like:
> >
> > http://www.elsevier.com/wps/find/journaldescription.cws_home/337/description#description
> >
> > where I get a message telling me that scripting should be enabled in my browser.
> >
> > How can I overcome these difficulties?
>
> When java script is needed or the "design" is just to bad use another
> browser:
>
> M runs the command w3m-view-url-with-external-browser, which is an
> interactive compiled Lisp function in `w3m.el'.
>
>
> David
Indeed there is no javascript support in w3m. Hence you must
either use another browser as suggested by David or use the
google javascript interpreter. Sorry but at the moment I
don't remember how to activate this google javascript
interpreter.
Pierre
>
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-05-13 15:43 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-13 14:15 Web Page Visualization in w3m Lorenzo Isella
2008-05-13 15:19 ` David Hansen
2008-05-13 15:43 ` Pierre Lorenzon
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.