From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joubert Newsgroups: gmane.emacs.help Subject: preview latex Date: Tue, 09 Sep 2008 13:48:53 +0200 Organization: TIN.IT (http://www.tin.it) Message-ID: <48c662a4$0$1083$4fafbaef@reader2.news.tin.it> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1220967998 15759 80.91.229.12 (9 Sep 2008 13:46:38 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Sep 2008 13:46:38 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Sep 09 15:47:34 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Kd3Yp-0004Qd-Cf for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Sep 2008 15:47:15 +0200 Original-Received: from localhost ([127.0.0.1]:56315 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Kd3Xo-0000V6-VE for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Sep 2008 09:46:12 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!border1.nntp.ams.giganews.com!nntp.giganews.com!feeder.news.tin.it!spool.news.tin.it!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Followup-To: gnu.emacs.help User-Agent: KNode/0.99.01 Original-Lines: 4 X-Comments: Please send technical notifications to newsmaster@tin.it Original-NNTP-Posting-Host: 87.8.2.112 Original-X-Trace: 1220960933 reader2.news.tin.it 1083 87.8.2.112:12346 Original-X-Complaints-To: Please send abuse reports to abuse@retail.telecomitalia.it Original-Xref: news.stanford.edu gnu.emacs.help:162019 X-Mailman-Approved-At: Tue, 09 Sep 2008 09:44:11 -0400 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: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:57366 Archived-At: I just installed emacs and auctex from source. Then I added the lines (load "auctex.el" nil t t) (load "preview-latex.el" nil t t) In my .emacs file to make emacs load the packages. Auctex seems to work, as I get a command menu when i load a .tex file. But I get no preview menu. Guess preview-latex is not working. Why is that?