From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.help Subject: Re: AUCTeX PDF2DSC error on preview Date: Wed, 04 Feb 2015 09:03:15 +0100 Message-ID: <87fvamrtmk.fsf@gnu.org> References: <163a02f2-67b3-48ab-8c72-9f246c68043e@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423037016 18153 80.91.229.3 (4 Feb 2015 08:03:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 4 Feb 2015 08:03:36 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Ben Weinstein-Raun Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 04 09:03:36 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YIuvu-0000My-3t for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Feb 2015 09:03:34 +0100 Original-Received: from localhost ([::1]:34948 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIuvt-0008Ns-BM for geh-help-gnu-emacs@m.gmane.org; Wed, 04 Feb 2015 03:03:33 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36852) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIuvh-0008Nl-HQ for help-gnu-emacs@gnu.org; Wed, 04 Feb 2015 03:03:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YIuvd-0004lF-GR for help-gnu-emacs@gnu.org; Wed, 04 Feb 2015 03:03:21 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]:38281) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YIuvd-0004kd-Aw for help-gnu-emacs@gnu.org; Wed, 04 Feb 2015 03:03:17 -0500 Original-Received: from thinkpad-t440p (dhcp72.uni-koblenz.de [141.26.71.72]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id B485B1A8473; Wed, 4 Feb 2015 09:03:16 +0100 (CET) Mail-Followup-To: Ben Weinstein-Raun , help-gnu-emacs@gnu.org In-Reply-To: <163a02f2-67b3-48ab-8c72-9f246c68043e@googlegroups.com> (Ben Weinstein-Raun's message of "Tue, 3 Feb 2015 10:35:52 -0800 (PST)") User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 141.26.64.15 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:102465 Archived-At: Ben Weinstein-Raun writes: Hi Ben, > I initially got the usual PATH-based errors that one seems to get on > OS X, but on correcting those I got an error that didn't seem to be > caused by the PATH: > > PDF2DSC sentinel: Wrong type argument: arrayp, nil If you have time to, you could edebug `preview-pdf2dsc-sentinel' to see where exactly the error comes from. > I switched over to the Linux side of my laptop (Arch Linux), installed > Emacs 24.4.1 and the current version of AUCTeX (11.88.2), only to > discover that the issue had followed me across partitions :P I'm also on Arch, and I've just tested with the same versions of Emacs and AUCTeX, and for me your example works. Bye, Tassilo