[mew-int 00819] Re: Mew error on startup

Jonathan Meeks jm at example.com
Thu Mar 28 09:25:13 JST 2002


That helped.  My /tmp folder was not writable.  I did a chmod -R 1777
/tmp and it got to the +inbox.

Now I get "pop.newsguy.com/pop3 Servname not supported for
ai_socktype, nil" as it tries to pop.  

Thanks for your help,

Jonathan Meeks

From: Tatsuya Kinoshita <tats at example.com>
Subject: [mew-int 00818] Re: Mew error on startup
Date: Thu, 28 Mar 2002 07:43:44 +0900 (JST)

> (defun mew-set-environment (&optional no-dir)
>   (let (error-message)
> ;    (condition-case nil
> 	(progn
> 	  ;; sanity check
> 	  (cond
> 	   ((string-match "^\\(18\\|19\\)" emacs-version)
> 	    (setq error-message "Not support Emacs 18/19 nor Mule 1\n")
> 	    (error "")))
> 	  ;; initializing
> 	  (or no-dir (mew-buffers-init))
> 	  (or no-dir (mew-temp-dir-init))
> 	  (mew-mark-init)
> 	  (mew-config-init)
> 	  (mew-rotate-log-files mew-smtp-log-file))
> ;      (error
> ;       (set-buffer (generate-new-buffer mew-buffer-debug))
> ;       (goto-char (point-max))
> ;       (insert "\n\nMew errors:\n\n")
> ;       (and error-message (insert error-message))
> ;       (set-buffer-modified-p nil)
> ;       (setq buffer-read-only t)
> ;       ;; cause an error again
> ;       (error "Mew found some errors above.")))))
> 	))
> ---- 
> 
> Evaluate (load "mew.el" nil nil t) and the above function.  You



More information about the Mew-int mailing list