hi On Wed, Nov 02, 2005 at 09:22:54AM -0300, Lucas Di Pentima wrote: > Package: pyrex-mode > Severity: important > > After installing pyrex-mode, I reloaded emacs21 and tried 'M-x > pyrex-mode' but emacs doesn't load it.
indeed, somehow the attached file is missing from the package, and should be installed in /etc/emacs/site-start.d/ not sure what's the way to load these -mode.el files from a emacs, but i don't think 'M-x filename' is supposed to work anyway. thanks for your report, cheers, piem > > > -- System Information: > Debian Release: testing/unstable > APT prefers testing > APT policy: (500, 'testing'), (500, 'stable'), (50, 'unstable') > Architecture: i386 (i686) > Shell: /bin/sh linked to /bin/bash > Kernel: Linux 2.6.12-1-k7 > Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.UTF-8 (charmap=UTF-8) > >
;-*-emacs-lisp-*- (autoload 'python-mode "pyrex-mode" "Pyrex editing mode." t) (setq load-path (cons (concat "/usr/share/" (symbol-name debian-emacs-flavor) "/site-lisp/pyrex-mode") load-path)) (setq auto-mode-alist (cons '("\\.pyx$" . python-mode) auto-mode-alist))