From debbugs-submit-bounces@debbugs.gnu.org Wed May 06 12:16:16 2015 Received: (at submit) by debbugs.gnu.org; 6 May 2015 16:16:16 +0000 Received: from localhost ([127.0.0.1]:36440 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yq1zb-0004yw-QV for submit@debbugs.gnu.org; Wed, 06 May 2015 12:16:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:43238) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Yq1za-0004yh-0S for submit@debbugs.gnu.org; Wed, 06 May 2015 12:16:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yq1zT-0002ot-L2 for submit@debbugs.gnu.org; Wed, 06 May 2015 12:16:08 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:39076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq1zT-0002op-Im for submit@debbugs.gnu.org; Wed, 06 May 2015 12:16:07 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56723) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq1zP-0001di-C2 for bug-auctex@gnu.org; Wed, 06 May 2015 12:16:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yq1zM-0002nV-4m for bug-auctex@gnu.org; Wed, 06 May 2015 12:16:03 -0400 Received: from mail-wi0-x233.google.com ([2a00:1450:400c:c05::233]:36041) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yq1zL-0002nN-UO for bug-auctex@gnu.org; Wed, 06 May 2015 12:16:00 -0400 Received: by wizk4 with SMTP id k4so208915661wiz.1 for ; Wed, 06 May 2015 09:15:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:user-agent:mime-version :content-type; bh=knfk6rGK3CeGfKI2cYtvfZPnXTbNk4Vzt3dWvBBHvLo=; b=GGa9VatPZujx9iaCcGXJmF+d9mCc5cEzhXk4+7qYJqnCuwWmlZfQmJUo/9Kkphd4Fo hPXNijP6vV7RTbksNpltBs3FjCevrhfKGBI154nULFc0zfE9ucrH9meLymAaUqYCDBSP t1OK4ffHoFUqFhRjJld6IlNiHDNxD9evN2CCM4C5HR4nd/jZphJfuSmZeo4PupIfTD4/ luuYOOvEDjJ3MF2NsuV+mkxIlp1Uo3EAHj9owzdkdzxkLmSS2G3AiwUXMI+Tvjs+U+Vt jadCLgoSfhzph0UJMwWzW/HEstCmLVfPlTk8tvdfpQVZCtjw3ssY5GzXljKUcmX1CiU+ UHEw== X-Received: by 10.194.133.102 with SMTP id pb6mr61958324wjb.97.1430928958964; Wed, 06 May 2015 09:15:58 -0700 (PDT) Received: from winky.hogwarts (HSI-KBW-37-49-48-26.hsi14.kabel-badenwuerttemberg.de. [37.49.48.26]) by mx.google.com with ESMTPSA id j12sm3416688wjn.48.2015.05.06.09.15.57 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 06 May 2015 09:15:58 -0700 (PDT) Received: by winky.hogwarts (Postfix, from userid 1000) id 405F116E0558; Wed, 6 May 2015 18:15:58 +0200 (CEST) From: Andreas Matthias To: bug-auctex@gnu.org Subject: 11.88; texmathp is void Date: Wed, 06 May 2015 18:15:58 +0200 Message-ID: <87sib97kch.fsf@winky.hogwarts> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.0 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.0 (----) # cat foo.el (require 'package) (package-initialize) (load "auctex.el" nil t t) # emacs -Q -l foo.el Loading a TeX file and typing " yields: Symbol's function definition is void: texmathp This happens with Emacs 24.5. It does not happen with Emacs 24.3. Emacs : GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.10.8) of 2015-05-06 on winky Package: 11.88 current state: ============== (setq AUCTeX-date "2014-10-29" window-system 'x LaTeX-version "2e" TeX-style-path '("~/.emacs.d/auctex" "/home/andreas/.emacs.d/elpa/auctex-11.88/style" "/home/andreas/.emacs.d/auctex/auto" "/home/andreas/.emacs.d/auctex/style" "auto" "style") TeX-auto-save nil TeX-parse-self nil TeX-master t TeX-command-list '(("TeX" "%(PDF)%(tex) %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (plain-tex-mode ams-tex-mode texinfo-mode) :help "Run plain TeX") ("LaTeX" "%`%l%(mode)%' %t" TeX-run-TeX nil (latex-mode doctex-mode) :help "Run LaTeX") ("Makeinfo" "makeinfo %(extraopts) %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with Info output") ("Makeinfo HTML" "makeinfo %(extraopts) --html %t" TeX-run-compile nil (texinfo-mode) :help "Run Makeinfo with HTML output") ("AmSTeX" "%(PDF)amstex %(extraopts) %`%S%(PDFout)%(mode)%' %t" TeX-run-TeX nil (ams-tex-mode) :help "Run AMSTeX") ("ConTeXt" "texexec --once --texutil %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt once") ("ConTeXt Full" "texexec %(extraopts) %(execopts)%t" TeX-run-TeX nil (context-mode) :help "Run ConTeXt until completion") ("BibTeX" "bibtex %s" TeX-run-BibTeX nil t :help "Run BibTeX") ("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber") ("View" "%V" TeX-run-discard-or-function t t :help "Run Viewer") ("Print" "%p" TeX-run-command t t :help "Print the file") ("Queue" "%q" TeX-run-background nil t :help "View the printer queue" :visible TeX-queue-command) ("File" "%(o?)dvips %d -o %f " TeX-run-command t t :help "Generate PostScript file") ("Index" "makeindex %s" TeX-run-command nil t :help "Create index file") ("Xindy" "texindy %s" TeX-run-command nil t :help "Run xindy to create index file") ("Check" "lacheck %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for correctness") ("ChkTeX" "chktex -v6 %s" TeX-run-compile nil (latex-mode) :help "Check LaTeX file for common mistakes") ("Spell" "(TeX-ispell-document \"\")" TeX-run-function nil t :help "Spell-check the document") ("Clean" "TeX-clean" TeX-run-function nil t :help "Delete generated intermediate files") ("Clean All" "(TeX-clean t)" TeX-run-function nil t :help "Delete generated intermediate and output files") ("Other" "" TeX-run-command t t :help "Run an arbitrary command") ) ) From debbugs-submit-bounces@debbugs.gnu.org Thu May 07 02:30:17 2015 Received: (at 20515) by debbugs.gnu.org; 7 May 2015 06:30:18 +0000 Received: from localhost ([127.0.0.1]:36780 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YqFK3-0005DO-2d for submit@debbugs.gnu.org; Thu, 07 May 2015 02:30:16 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:58324) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YqFJw-0005Cb-Ly for 20515@debbugs.gnu.org; Thu, 07 May 2015 02:30:11 -0400 Received: from thinkpad-t440p (dhcp191.uni-koblenz.de [141.26.71.191]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 662291A8472; Thu, 7 May 2015 08:30:07 +0200 (CEST) From: Tassilo Horn To: Andreas Matthias Subject: Re: bug#20515: 11.88; texmathp is void References: <87sib97kch.fsf@winky.hogwarts> Date: Thu, 07 May 2015 08:30:07 +0200 In-Reply-To: <87sib97kch.fsf@winky.hogwarts> (Andreas Matthias's message of "Wed, 06 May 2015 18:15:58 +0200") Message-ID: <874mnooq6o.fsf@gnu.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 20515 Cc: 20515@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) Andreas Matthias writes: Hi Andreas, > # cat foo.el > (require 'package) > (package-initialize) > (load "auctex.el" nil t t) > > # emacs -Q -l foo.el > > Loading a TeX file and typing " yields: > > Symbol's function definition is void: texmathp > > This happens with Emacs 24.5. > It does not happen with Emacs 24.3. When you use the ELPA package, you should not explicitly load auctex.el. ,----[ (info "(auctex)Installation") ] | The simplest way of installing AUCTeX is by using the Emacs package | manager integrated in Emacs 24 and greater (ELPA). Simply do 'M-x | package-list-packages RET', mark the auctex package for installation | with 'i', and hit 'x' to execute the installation procedure. That's | all. | | The remainder of this section is about installing AUCTeX from a | release tarball or from a checkout of the AUCTeX repository. `---- With "That's all." and the next sentence, I wanted to make clear that anything below (including loading auctex/preview-latex explicitly) does not apply if you use the ELPA package. By the way: I see you use the ELPA version, but why do you use such an outdated version? The current one is 11.88.5. So could you please remove the explicit load, upgrade you auctex package, and report back if the error is gone then? Bye, Tassilo From debbugs-submit-bounces@debbugs.gnu.org Thu May 07 09:54:15 2015 Received: (at 20515) by debbugs.gnu.org; 7 May 2015 13:54:15 +0000 Received: from localhost ([127.0.0.1]:37179 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YqMFi-0003jN-8N for submit@debbugs.gnu.org; Thu, 07 May 2015 09:54:14 -0400 Received: from mail-wg0-f48.google.com ([74.125.82.48]:34287) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YqMFf-0003iz-Dv for 20515@debbugs.gnu.org; Thu, 07 May 2015 09:54:12 -0400 Received: by wgic8 with SMTP id c8so17803559wgi.1 for <20515@debbugs.gnu.org>; Thu, 07 May 2015 06:54:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=oDSKDTvXl2NbNTH4Sx73OPkuDcFyw7bjrVwjCdCSkRg=; b=H+gHuzBRA/OcNID4WKPTupZKewycJ5ZUYHXs2BbLZHxz0Fbg3EKfKaOA64dOI7VkfE oQJWbzK/wVyvRQe885X4xCY+CrMZaw1rSkBSKTU+edOWgv+vbuhoSOokTH2OADEbzFIj n/IBtpauwCOnQiMvW9t51KGBvCTyinZlXjfiLFsJUOZZ2oMMIsyMeF5W2piP6/lrbPH6 VQC/vYPKrtDah/mNnnXNegRZNVD1PI3vt2RecnibN/YPvGu4TUV+uWK/SbnnRvJHF7Ya q+kdLESPa87R4hct4gexXQFit+JgWLVO/9FCqKBN42FUIRX0YlMbpXHph7htpaX009Is VsWQ== X-Received: by 10.180.104.197 with SMTP id gg5mr7000783wib.27.1431006845558; Thu, 07 May 2015 06:54:05 -0700 (PDT) Received: from winky.hogwarts (HSI-KBW-37-49-48-26.hsi14.kabel-badenwuerttemberg.de. [37.49.48.26]) by mx.google.com with ESMTPSA id bh7sm3590159wjb.8.2015.05.07.06.54.04 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 May 2015 06:54:04 -0700 (PDT) Received: by winky.hogwarts (Postfix, from userid 1000) id 8698A16E07D0; Thu, 7 May 2015 15:54:05 +0200 (CEST) From: Andreas Matthias To: Tassilo Horn Subject: Re: bug#20515: 11.88; texmathp is void References: <87sib97kch.fsf@winky.hogwarts> <874mnooq6o.fsf@gnu.org> Date: Thu, 07 May 2015 15:54:05 +0200 In-Reply-To: <874mnooq6o.fsf@gnu.org> (Tassilo Horn's message of "Thu, 07 May 2015 08:30:07 +0200") Message-ID: <877fsk8pdu.fsf@winky.hogwarts> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.51 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 20515 Cc: 20515@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Hi Tassilo, Tassilo Horn wrote: > Andreas Matthias writes: > >> (load "auctex.el" nil t t) > When you use the ELPA package, you should not explicitly load auctex.el. Oh, I see. Concerning 11.88, however, this did not sort out my problem. > By the way: I see you use the ELPA version, but why do you use such an > outdated version? The current one is 11.88.5. Good question. I not very familiar with ELPA and thought that packages would be highlighted/marked more noticeably if they are outdated. So I just skimmed through the list and thought that I had installed the most recent version... But now I have really installed the most recent one. And the problem is solved. Thanks a lot for your help. Ciao Andreas From debbugs-submit-bounces@debbugs.gnu.org Thu May 07 10:17:17 2015 Received: (at 20515-done) by debbugs.gnu.org; 7 May 2015 14:17:17 +0000 Received: from localhost ([127.0.0.1]:37905 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YqMc0-0004Sc-Pt for submit@debbugs.gnu.org; Thu, 07 May 2015 10:17:17 -0400 Received: from deliver.uni-koblenz.de ([141.26.64.15]:47297) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1YqMby-0004ST-HI for 20515-done@debbugs.gnu.org; Thu, 07 May 2015 10:17:15 -0400 Received: from thinkpad-t440p (dhcp191.uni-koblenz.de [141.26.71.191]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id BE4961A84EE; Thu, 7 May 2015 16:17:12 +0200 (CEST) From: Tassilo Horn To: Andreas Matthias Subject: Re: bug#20515: 11.88; texmathp is void References: <87sib97kch.fsf@winky.hogwarts> <874mnooq6o.fsf@gnu.org> <877fsk8pdu.fsf@winky.hogwarts> Date: Thu, 07 May 2015 16:17:12 +0200 In-Reply-To: <877fsk8pdu.fsf@winky.hogwarts> (Andreas Matthias's message of "Thu, 07 May 2015 15:54:05 +0200") Message-ID: <87oalwbhg7.fsf@gnu.org> User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 20515-done Cc: 20515-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) Andreas Matthias writes: >> By the way: I see you use the ELPA version, but why do you use such an >> outdated version? The current one is 11.88.5. > > Good question. I not very familiar with ELPA and thought that packages > would be highlighted/marked more noticeably if they are outdated. So > I just skimmed through the list and thought that I had installed the > most recent version... I think it shows the new versions on top. But basically, when you do `u x' in the packages buffer, it'll just do the right thing, e.g., upgrade all installed packages that have newer versions. > But now I have really installed the most recent one. And the problem > is solved. Perfect. BTW, using just the ELPA package should just work. But there have been some hiccups when you had installed both an ELPA version plus some other version, e.g., via your package manager or some built-in version (some emacs distributions bundle auctex). Well, but that doesn't seem to be the case here. Bye, Tassilo From unknown Mon Jun 23 02:22:28 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 05 Jun 2015 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator