

“C-c C-e” as displayed on screen :Ĩ.4 There is a strange problem occurs on wrong encoding in message replied from mew under Mac OS X. To invoke the external program for viewing pdf, press, i.e. By default, Darwin will auto-associate the Mac OS X application with corresponding file extension. The attachment from the message will be displayed as below. “M-x Mew” displayed on screenĨ.2 Parsing of HTML Message with w3m by press “.”Ĩ.3 Viewing of other attachment, e.g. (add-hook ‘mew-message-hook ‘mew-w3m-minor-mode-setter)Ĩ.1 Invoke emacs with “/opt/local/bin/emacs”. (setq mew-prog-text/html-ext ‘mew-mime-text/html-w3m)

(setq mew-prog-text/html ‘mew-mime-text/html-w3m) (setq load-path (cons (expand-file-name “/usr/local/emacs-w3m/share/emacs/site-lisp/w3m”) load-path)) always add my name into cc: when I reply emails (setq mew-imap-server “”) if not localhost (setq mew-smtp-server “”) if not localhost (setq mew-name “USERNAME”) (user-full-name) (autoload ‘mew-user-agent-compose “mew” nil t) (setq load-path (cons (expand-file-name “/usr/local/mew-6.3/share/emacs/site-lisp/mew”) load-path)) Now, you should have path for /usr/local/mew/bin/mewdecode, /opt/local/bin/w3m, /opt/local/bin/emacs. Press enter when asking for password during login :
EMACS FOR MAC OS X 10.6 INSTALL
Install emacs-w3m development version in /usr/local/emacs-w3m/. Download and extract mew 6.3 source code in /usr/local/src/mew/mew6.3. Install emacs ver 23.3, w3m ver 0.5.3 (w3m is a text-based web browser) and boehmgc-devel 7.2 alpha (default boehmgc installed with w3m won’t work) through MacPorts :ĥ. Edit ~/.bash_profileĮxport PATH=”/opt/local/bin:/usr/local/mew/bin:$PATH”Ĥ. ģ.Ensure user uses binaries from /opt/local/bin and /usr/local/mew/bin (mew installed later).
EMACS FOR MAC OS X 10.6 SOFTWARE
Then Synchronize MacPorts software index through selfupdate, and install glib2 first as it will be used by other binaries installed through MacPorts later. Build MacPorts in /opt/local/bin/ as default. Install xcode 3.2.1 from Apple Developer WebsiteĢ. I am using a 10.6.4 snow leopard vm in my win 7 desktop for the setup :ġ. Setup of Mew in Emacs for Mac OS X 10.6 (Snow Leopard)
