[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Implementing emacs-w3m GNU Emacs 23.2.92.1 on OSX 10.6
- From: Naohiro Aota <naota@xxxxxxxxx>
- Date: Fri, 28 Jan 2011 03:20:56 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 11504
- References: <AANLkTinpNNSJ2vKmhmnKUh0nE04EZdXyg3QS4Mp=mk26@xxxxxxxxxxxxxx> <AANLkTikskGrSqLi24BiLgtGY5DCKcRDA5ZBTAbVTD_Bj@xxxxxxxxxxxxxx> <AANLkTikr3ORXcvz9mVw_vJC+zVnaPt7f7uNuxSXVEtUU@xxxxxxxxxxxxxx>
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,