Jump to content

Emacs W3 help?


riorama
 Share

Recommended Posts

Greetings,

 

I'm trying to view the web via my emacs, with w3 installed. When I Alt-x w3-tab I get an auto completion of about a hundred commands. I have some success saving webpages off the net to a folder as html files. What I want to be able to do is to view them with wmacs. How do I do it? I was able to get an html page loaded into emacs, but it read it as a text html file. I don't want to edit html, just see it.

.emacs reads like this:

 

(custom-set-variables

;; custom-set-variables was added by Custom -- don't edit or cut/paste it!

;; Your init file should contain only one such instance.

'(auto-compression-mode t nil (jka-compr))

'(case-fold-search t)

'(current-language-environment "Latin-1")

'(default-input-method "latin-1-prefix")

'(global-font-lock-mode t nil (font-lock))

'(pc-select-meta-moves-sexps t)

'(pc-select-selection-keys-only t)

'(pc-selection-mode t t)

'(save-place t nil (saveplace))

'(show-paren-mode t nil (paren))

'(transient-mark-mode t))

(setq load-path (cons "/usr/local/w3-4.Opre.47/" load-path))

(autoload 'w3-preview-this-buffer "w3" "WWW Previewer" t)

(autoload 'w3-follow-url-at-point "w3" "Find document at pt" t)

(autoload 'w3 "w3" "WWW Browser" t)

(autoload 'w3-open-local "w3" "Open local file for WWW browsing" t)

(autoload 'w3-fetch "w3" "Open remote file for WWW browsing" t)

(autoload 'w3-use-hotlist "w3" "Use shortcuts to view WWW docs" t)

(autoload 'gopher-dispatch-object "gopher" "Fetch gopher dir" t)

(custom-set-faces

;; custom-set-faces was added by Custom -- don't edit or cut/paste it!

;; Your init file should contain only one such instance.

)

 

I think it's all there, any hints?

 

Ive read the fm, googled, and begged for help from my local user group, and have found no actual instructions for loading a page to view it. AGGGHHH!

Thanks for your support!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...