From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Markert Newsgroups: gmane.emacs.help Subject: Re: Enable pdfLaTeX mode Date: Wed, 22 Feb 2012 22:40:12 +0100 Message-ID: <87vcmysg1v.fsf@googlemail.com> References: <4E61AEF6-73AA-451B-9E93-EC94A0E2AD11@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-Trace: dough.gmane.org 1329946828 25446 80.91.229.3 (22 Feb 2012 21:40:28 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 22 Feb 2012 21:40:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Riccardo Romoli Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 22 22:40:27 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1S0JvH-0001X4-Cp for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Feb 2012 22:40:27 +0100 Original-Received: from localhost ([::1]:45304 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0JvG-0003Jr-Qe for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Feb 2012 16:40:26 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:33047) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0JvA-0003J4-Uv for help-gnu-emacs@gnu.org; Wed, 22 Feb 2012 16:40:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S0Jv9-0004Kt-LZ for help-gnu-emacs@gnu.org; Wed, 22 Feb 2012 16:40:20 -0500 Original-Received: from mail-ey0-f169.google.com ([209.85.215.169]:43570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S0Jv9-0004Kn-8R for help-gnu-emacs@gnu.org; Wed, 22 Feb 2012 16:40:19 -0500 Original-Received: by eaag11 with SMTP id g11so217848eaa.0 for ; Wed, 22 Feb 2012 13:40:17 -0800 (PST) Received-SPF: pass (google.com: domain of markert.michael@googlemail.com designates 10.14.53.9 as permitted sender) client-ip=10.14.53.9; Authentication-Results: mr.google.com; spf=pass (google.com: domain of markert.michael@googlemail.com designates 10.14.53.9 as permitted sender) smtp.mail=markert.michael@googlemail.com; dkim=pass header.i=markert.michael@googlemail.com Original-Received: from mr.google.com ([10.14.53.9]) by 10.14.53.9 with SMTP id f9mr16288253eec.64.1329946817880 (num_hops = 1); Wed, 22 Feb 2012 13:40:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=cqw5DnhLqKrVkwDCbeT57lL1wQv+1Eege43pE0WQQ28=; b=A5uJVvmkOje6XzaJE3bxBeCZi7UtkE0vVJXPR8BrkvEv32cqXC2E1gZ0W0GmfdPqsn 2wPl06vTNrQ3lMDT5owPbhvNHoNwcOR8D/QnJJkHyyNEJrJcWzDfPrNZ/Kw1f0gaheLK QyDR6OHpYhdiqW/fixt2doz3UqjNplV7VPVP8= Original-Received: by 10.14.53.9 with SMTP id f9mr13057254eec.64.1329946817754; Wed, 22 Feb 2012 13:40:17 -0800 (PST) Original-Received: from localhost (ip-94-79-153-144.unitymediagroup.de. [94.79.153.144]) by mx.google.com with ESMTPS id s48sm104501675eem.0.2012.02.22.13.40.15 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Feb 2012 13:40:16 -0800 (PST) In-Reply-To: <4E61AEF6-73AA-451B-9E93-EC94A0E2AD11@gmail.com> (Riccardo Romoli's message of "Wed, 22 Feb 2012 22:31:58 +0100") User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.93 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.215.169 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:83839 Archived-At: --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Hi Riccardo, Riccardo Romoli writes: > As in the wiky-emacs I added this to my .emacs: > > (setq TeX-PDF-mode t) > > but when I open a .tex nothing appens, pdfLaTeX is not enabled. See the documentation: ,----[ C-h v TeX-PDF-mode RET ] | TeX-PDF-mode is a variable defined in `tex.el'. | Its value is nil |=20 | Automatically becomes buffer-local when set in any fashion. | This variable is safe as a file local variable if its value | satisfies the predicate `TeX-booleanp'. |=20 | Documentation: | Non-nil if Tex-Pdf mode is enabled. | Use the command `TeX-PDF-mode' to change this variable. |=20 | You can customize this variable. |=20 | [back] `---- The variable is buffer-local, that means you have to set in the relevant buffer or you use (setq-default TeX-PDF-mode t) to change the default value. Michael --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJPRWC9AAoJEHHMVUK0UjKV52wQAIL1CpmQGBSK1eKL+7O5T0A/ 6EzQwI5Q1o9/bsVBV+glPEd9P5q0hhx9sNIGa77bXcf/MB+8C9jHqjdVbNKXHQF7 VXcoB6oUukX9kajVtgeml53hVd4BY1yHoB3vbWA7qa+OHzD1SvOppjmTSeeCX/MH GJvUq5IHA83EOroA8L4MJRoVi2Mxn6CmNE8ePAofrZcJNz7FvZt7U65PD6v5LYRF 1icXlY/xxxvMJXOKGAzgs3XpdIDyQ9J8XfjvizWbCgJokBLeOp857B1ms34uFPI4 8EF4sOoDVNCEZb8/+TSWFFx8IrpOTrXcgdDe765Kl+Bw2VsCB2ixd5DS01Ma65qw YPQbTEay8HYJ6nAyGEQVXKYNIwgU697ITQ+AZZIBM7WM61w+HLFjGmALzP5XaGOb yzIYi8JgAW4J/oo8JoXKW2Lzcy/NAckFO+Re8vheoOIOUxZQhd8zla2dOx8VIa/s DvWJdk+NJRs9wd0gsHJCOBYi7u15iCCg7mLAclVRHUaHYGdC499DV9iIVgOy4zOT ElENMbj92z7oUPeaY8maG3YgeTN7pNq3Er4GleGFQrP0zznh40h4YF8dps+HjS4S wMROoO+ggstMoDfByfJXENfEhTOHoGyVj9SD5w2TDJLflUQ9UH7cC8mIYj9/T6mW u2kIHu1pdYHA8pP/tBlI =crTR -----END PGP SIGNATURE----- --=-=-=--