From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: nathan.sidoli@utoronto.ca (Nathan Sidoli) Newsgroups: gmane.emacs.help Subject: Carbon Emacs and xdvi Date: 7 Sep 2004 14:56:36 -0700 Organization: http://groups.google.com Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <4c2a4ae8.0409071356.77c4ccfe@posting.google.com> NNTP-Posting-Host: deer.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1094594437 32627 80.91.224.253 (7 Sep 2004 22:00:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 7 Sep 2004 22:00:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 08 00:00:21 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C4o0i-0008G4-00 for ; Wed, 08 Sep 2004 00:00:20 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4o5w-00038f-Py for geh-help-gnu-emacs@m.gmane.org; Tue, 07 Sep 2004 18:05:44 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews2.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 25 Original-NNTP-Posting-Host: 128.100.57.110 Original-X-Trace: posting.google.com 1094594211 23400 127.0.0.1 (7 Sep 2004 21:56:51 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 7 Sep 2004 21:56:51 +0000 (UTC) Original-Xref: shelby.stanford.edu gnu.emacs.help:125141 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:20494 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:20494 I'm currently using emacs in the X11 server on Panther. I'm considering switching to Carbon Emacs but I don't like the way the view command is functioning. I would prefer to simply view my docs in xdvi (which I currently do). It is set up to compile first to dvi then to pdf and then to view with Preview. I tried fiddling with the .emacs.el file. That is with ;; Preferred view format: dvi, ps, pdf, pdfs (setq TeX-view-format "dvi") and ;; DVI previewer (setq dvi-previewer-program (if darwinp ;; "open -a 'MacDviX'" "setenv DISPLAY localhost:0.0;/sw/bin/xdvi" "xdvi")) but I wasn't able to make the changes. Any suggestions would be appreciated. Nathan