[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: Implementing emacs-w3m GNU Emacs 23.2.92.1 on OSX 10.6



Hi,

On Fri, Jan 28, 2011 at 2:41 AM, guivho <guivho@xxxxxxxxx> wrote:
> Hi Naohiro,
>
>> How about using "./configure --with-emacs=/path/to/emacs"
>
> The problem is solved. When I did 'which emacs', it replied
> /usr/bin/emacs, and I tried to configure with this full path.
> But your comment made me think, and an '/usr/bin/emacs --version'
> indicated that this was an old 22.1.1 but I'm running version
> 23.2.92.1 which happens to be located at /Applications/Emacs.
>
> I moved the old emacsen out of the way and symlinked from /usr/bin to
> the Emacs and emacsclient in the Emacs.app package, and configure as
> well as make worked like a charm.
>
> So now I have a working emacs-w3m setup, thank you so much.

Nice :)

> One problem left though. I also want to use wanderlust as mail client,
> so I tried a "(require 'mime-w3m)" but that led to following complaint:
>
> Debugger entered--Lisp error:
> (file-error "Cannot open load file" "mime-parse")
>
> Where should I go for that, and how do I proceed best?

mime-parse is provided by flim package. You may find the url at
"7. Related Information" section of the emacs-w3m README file.

Regards,