all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Lorenzo Isella" <lorenzo.isella@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Web Page Visualization in w3m
Date: Tue, 13 May 2008 16:15:24 +0200	[thread overview]
Message-ID: <a2b3004b0805130715t3925c5f0g81b7060e98f12b1d@mail.gmail.com> (raw)

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




             reply	other threads:[~2008-05-13 14:15 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-13 14:15 Lorenzo Isella [this message]
2008-05-13 15:19 ` Web Page Visualization in w3m David Hansen
2008-05-13 15:43   ` Pierre Lorenzon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a2b3004b0805130715t3925c5f0g81b7060e98f12b1d@mail.gmail.com \
    --to=lorenzo.isella@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.