all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#22021: 24.5; auctex?
@ 2015-11-26 16:32 Thomas Käufl
  2016-01-19  9:55 ` Mosè Giordano
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Käufl @ 2015-11-26 16:32 UTC (permalink / raw)
  To: 22021

Hi,

after update to MacOS X El Capitan, recompiling the
Emacs, and loading Auctex from ELPA, the latex mode does
not work.

This happens when I start the Emacs from the finder
or with the command

   /Applications/Emacs24.5/Emacs.app/Contents/MacOS/Emacs
   or
   /Applications/Emacs24.5/Emacs.app/Contents/MacOS/Emacs -q
in Terminal.
The error message, when opening a Latex file, the error messages
are

File mode specification error: (invalid-function TeX-auto-add-type)
File local-variables error: (invalid-function TeX-auto-add-type)

Any help greatly appreciated.

Thomas Käufl

---------

In GNU Emacs 24.5.1 (x86_64-apple-darwin15.0.0, NS apple-appkit-1404.13)
 of 2015-11-09 on MacBook-Pro.local
Windowing system distributor `Apple', version 10.3.1404
Configured using:
 `configure --with-ns'

Important settings:
  value of $LANG: de_AT.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Info

Minor modes in effect:
  TeX-PDF-mode: t
  shell-dirtrack-mode: t
  tooltip-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Recent messages:
Checking 57 files in /Applications/Emacs24.5/Emacs.app/Contents/Resources/lisp/eshell...
Checking 70 files in /Applications/Emacs24.5/Emacs.app/Contents/Resources/lisp/erc...
Checking 34 files in /Applications/Emacs24.5/Emacs.app/Contents/Resources/lisp/emulation...
Checking 151 files in /Applications/Emacs24.5/Emacs.app/Contents/Resources/lisp/emacs-lisp...
Checking 24 files in /Applications/Emacs24.5/Emacs.app/Contents/Resources/lisp/cedet...
Checking 57 files in /Applications/Emacs24.5/Emacs.app/Contents/Resources/lisp/calendar...
Checking 87 files in /Applications/Emacs24.5/Emacs.app/Contents/Resources/lisp/calc...
Checking 111 files in /Applications/Emacs24.5/Emacs.app/Contents/Resources/lisp/obsolete...
Checking for load-path shadows...done
(No files need saving)
Quit

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util
mail-prsvr mail-utils jka-compr goto-addr thingatpt noutline outline
easy-mmode view misearch multi-isearch tabify imenu man cl-loaddefs
cl-lib pp debug help-mode tex-style tex crm advice help-fns tex-mode
compile shell pcomplete comint ansi-color ring latexenc info easymenu
tex-site package epg-config time-date tooltip electric uniquify
ediff-hook vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset
image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode
register page menu-bar rfn-eshadow timer select scroll-bar mouse
jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer nadvice loaddefs button faces cus-face macroexp files
text-properties overlay sha1 md5 base64 format env code-pages mule
custom widget hashtable-print-readable backquote make-network-process
cocoa ns multi-tty emacs)

Memory information:
((conses 16 121537 9307)
 (symbols 48 21048 0)
 (miscs 40 234 396)
 (strings 32 25187 4604)
 (string-bytes 1 679787)
 (vectors 16 14292)
 (vector-slots 8 450976 12042)
 (floats 8 89 763)
 (intervals 56 887 67)
 (buffers 960 24))






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#22021: 24.5; auctex?
  2015-11-26 16:32 bug#22021: 24.5; auctex? Thomas Käufl
@ 2016-01-19  9:55 ` Mosè Giordano
  0 siblings, 0 replies; 2+ messages in thread
From: Mosè Giordano @ 2016-01-19  9:55 UTC (permalink / raw)
  To: Thomas Käufl; +Cc: 22021

Thomas Käufl <kaeufl@online.de> writes:

Hi Thomas,

sorry for the very late reply, but this report didn’t make its way to
the bug-auctex mailing list
(https://lists.gnu.org/archive/html/bug-auctex/2015-11/threads.html), I
just read it in the bug archive.

> Hi,
>
> after update to MacOS X El Capitan, recompiling the
> Emacs, and loading Auctex from ELPA, the latex mode does
> not work.
>
> This happens when I start the Emacs from the finder
> or with the command
>
>    /Applications/Emacs24.5/Emacs.app/Contents/MacOS/Emacs
>    or
>    /Applications/Emacs24.5/Emacs.app/Contents/MacOS/Emacs -q
> in Terminal.
> The error message, when opening a Latex file, the error messages
> are
>
> File mode specification error: (invalid-function TeX-auto-add-type)
> File local-variables error: (invalid-function TeX-auto-add-type)
>
> Any help greatly appreciated.
>
> Thomas Käufl

Could you please show us the offending file?  Or at least the file local
variables?

Bye,
Mosè





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-19  9:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-26 16:32 bug#22021: 24.5; auctex? Thomas Käufl
2016-01-19  9:55 ` Mosè Giordano

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.