all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* w3m error in emacs
@ 2005-12-06 23:27 Pedro Sa da Costa
  2005-12-07  0:02 ` Edward O'Connor
  2005-12-07  0:41 ` w3m error in emacs Kevin Rodgers
  0 siblings, 2 replies; 4+ messages in thread
From: Pedro Sa da Costa @ 2005-12-06 23:27 UTC (permalink / raw)


Anybody has configured a browser in emacs?

I tried to install w3m in emacs, and installed sucessfully.
I put im my .emacs the following lines:
(require 'w3m-load)
(require 'mime-w3m)

When i start emacs it shows me the error:
cannot open file mime-parse.

Anyone can show me the respective section of your .emacs, to see how you 
setup w3m?

Thanks

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: w3m error in emacs
  2005-12-06 23:27 w3m error in emacs Pedro Sa da Costa
@ 2005-12-07  0:02 ` Edward O'Connor
  2005-12-07  0:59   ` ctags emacs Pedro Sa da Costa
  2005-12-07  0:41 ` w3m error in emacs Kevin Rodgers
  1 sibling, 1 reply; 4+ messages in thread
From: Edward O'Connor @ 2005-12-07  0:02 UTC (permalink / raw)


> Anyone can show me the respective section of your .emacs, to see how you
> setup w3m?

This works for me:

(when (locate-library "w3m")
  (autoload 'w3m "w3m" nil t)
  (autoload 'w3m-goto-url "w3m" nil t)
  (autoload 'w3m-region "w3m")

  (setq w3m-use-toolbar t
        w3m-use-tab     nil
        w3m-key-binding 'info)

  (setq w3m-search-default-engine "google")

  (setq w3m-command-arguments       '("-F" "-cookie")
        w3m-mailto-url-function     'compose-mail
        browse-url-browser-function 'w3m
        mm-text-html-renderer       'w3m)

  (setq w3m-use-cookies t)
  (setq w3m-cookie-accept-bad-cookies t))


Ted

-- 
Edward O'Connor
hober0@gmail.com

Ense petit placidam sub libertate quietem.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: w3m error in emacs
  2005-12-06 23:27 w3m error in emacs Pedro Sa da Costa
  2005-12-07  0:02 ` Edward O'Connor
@ 2005-12-07  0:41 ` Kevin Rodgers
  1 sibling, 0 replies; 4+ messages in thread
From: Kevin Rodgers @ 2005-12-07  0:41 UTC (permalink / raw)


Pedro Sa da Costa wrote:
> Anybody has configured a browser in emacs?
> 
> I tried to install w3m in emacs, and installed sucessfully.
> I put im my .emacs the following lines:
> (require 'w3m-load)
> (require 'mime-w3m)
> 
> When i start emacs it shows me the error:
> cannot open file mime-parse.

Are you using SEMI?  According to
emacs-w3m-1.4.4/README, you don't need mime-w3m
othewise:

| 4.2. mime-w3m.el
|
|      In order to handle text/html part with emacs-w3m under SEMI MUAs
|      such as T-gnus and Wanderlust, you have to put the following line
|      in your ~/.emacs file:
|
|          (require 'mime-w3m)

> Anyone can show me the respective section of your .emacs, to see how you 
> setup w3m?

(require 'w3m-load)

;; From: ari@mbf.ocn.ne.jp (ARISAWA Akihiro)
;; To: emacs-w3m@namazu.org
;; Cc: Kevin Rodgers <kevin.rodgers@ihs.com>
;; Subject: Re: Emacs Wiki home page displayed incorrectly
;; Date: Sat, 12 Jun 2004 17:18:37 +0900
;;
;; Hi,
;;
;; At Fri, 11 Jun 2004 11:30:01 -0600,
;; Kevin Rodgers wrote:
;;
;; > When I visit <URL:http://emacswiki.org/> most of the page is 
unreadable:
;; > empty square boxes and 3-byte octal character sequences.
;;
;; Emacs-21.3 does not support utf-8 with CJK, so this problem occurred.
;; But you can avoid this problem with following setting:

(setq w3m-input-coding-system 'utf-8
       w3m-output-coding-system 'utf-8)

-- 
Kevin Rodgers

^ permalink raw reply	[flat|nested] 4+ messages in thread

* ctags emacs
  2005-12-07  0:02 ` Edward O'Connor
@ 2005-12-07  0:59   ` Pedro Sa da Costa
  0 siblings, 0 replies; 4+ messages in thread
From: Pedro Sa da Costa @ 2005-12-07  0:59 UTC (permalink / raw)


When can i find a good manual to see how use ctags in emacs?

It exits a refactoring program for java files to use in emacs, besides 
xrefactory?

Where can i find a good manual for xrefactory, besides the one that 
exists in the official page?

Thanks,
Pedro

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-12-07  0:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-12-06 23:27 w3m error in emacs Pedro Sa da Costa
2005-12-07  0:02 ` Edward O'Connor
2005-12-07  0:59   ` ctags emacs Pedro Sa da Costa
2005-12-07  0:41 ` w3m error in emacs Kevin Rodgers

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.