Woah! Thanks for all the suggestions! So much to try... I'll start with what I tried first.<div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">>> This is the old Savannah site from whose 23.x sources you can't build a "Carbon Emacs." What you have is either >> the X client or the Aqua/Cocoa variant from the configure option --with-ns.</span></div>

<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">>--with-ns should be the default.<br><br>>Note however that he's built from an old source that is likely to be of Dec 27 2009.<br>

>To get a current snapshot, the 23.2 prereleases should be used, or git or bzr from the new repository.</span></div><div><br></div><div>I downloaded and installed git so I could get the newest version of Emacs. I built Emacs by using the following:</div>

<div>git clone git://<a href="http://repo.or.cz/emacs.git">repo.or.cz/emacs.git</a></div><div>./configure --with-gif=no --with-ns</div><div>make</div><div>make install</div><div>sudo cp -r nextstep/Emacs.app /Applications/Emacs.app</div>

<div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">With this fresh install, I switched off my .emacs and .elisp files and still had the same problems as before. </span></div>

<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><br></span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">>>> With "Carbon Emacs 23.1.90" you probably mean the "AppKit Emacs"</span></div>

<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">>>> by YAMAMOTO Mitsuharu, don't you?<br>>> I mean the build of Emacs I checked out using this: cvs -z3<br>

>> -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co emacs. I<br>>> configured<br>>> and built this version and that's what I'm having a problem with.<br><br>>This is the old Savannah site from whose 23.x sources you can't build<br>

>a "Carbon Emacs." What you have is either the X client or the Aqua/<br>>Cocoa variant from the configure option --with-ns.<br><br>>After this NS (from NeXT's NeXTStep and later OpenStep/GNUstep, which<br>

>mutated to Mac OS X's Cocoa) variant was compiled, did you invoke<br>>"sudo make install?" Are you using this installation's Emacs.app?</span></div><div><br></div><div>Yes, I'm using the Emacs.app.</div>

<div><br></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">>>> Does this view switch when you type C-c C-c?<br>>> Kind of... When I start in my main.tex file and press C-c C-c, .pdf<br>

>> code of<br>>> my latex document open in another buffer.<br><br>>Are you using AUCTeX here or GNU Emacs' own La/TeX-mode?</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><br>

</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">I'm not positive... When I have a .tex document open, it says [(LaTeX ht Fill)] in the mode-line. I'm assuming this means I'm using GNU Emacs' own LaTeX mode. I'll try and install AUCTeX and see what happens when I do that. </span></div>

<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><br></span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">>You need Ghostscript for doc-view. And in case the DVI files are using<br>

>CM (Computer Modern) fonts gs probably needs to find them via a local<br>>or TeX related Fontmap file. With PDF output from TeX it's probably<br>>less complicated...</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><br>

</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">I have Ghostscript and a number of other image/document converting apps. I checked to make sure Emacs could see them by using the tex-shell inside Emacs and typing:</span></div>

<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">which gs</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><br>

</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">This prints the correct directory where Ghostscript is installed. This didn't work at first, but I added the right directories to my $PATH. That solved that problem. </span></div>