My .emacs contains
(setenv \"PATH\" (concat \".:/usr/texbin:/opt/local/bin\" (getenv \"PATH\"))) (setq exec-path (append exec-path \'(\".:/usr/texbin:/opt/lo
Try replacing the second line with this:
(setq exec-path (append exec-path '("/usr/texbin" "/opt/local/bin")))