Package: pymacs Version: 0.23-1.1 Severity: minor Tags: patch
the path /usr/share/emacs/site-lisp/pymacs/ has not been added to load-path,so when I try to find the definition of let's say pymacs-load in the pymacs.el,find-function will signal with error: find-library-name: Can't find library /usr/share/emacs23/site-lisp/pymacs/pymacs.el use debian-pkg-add-load-path-item to setup the load-path as maxima-emacs does will fix this. This is my 50pymacs.el : ;;(setq load-path (cons (concat "/usr/share/" ;; (symbol-name flavor) ;; "/site-lisp/pymacs") load-path)) (debian-pkg-add-load-path-item (concat "/usr/share/" (symbol-name debian-emacs-flavor) "/site-lisp/pymacs")) ;; Pymacs (debian-pkg-add-load-path-item "/usr/share/emacs/site-lisp/pymacs") (autoload 'pymacs-load "pymacs" nil t) (autoload 'pymacs-eval "pymacs" nil t) (autoload 'pymacs-apply "pymacs") -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.30-2-686 (SMP w/2 CPU cores) Locale: LANG=zh_CN.UTF-8, LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages pymacs depends on: ii emacsen-common 1.4.19 Common facilities for all emacsen ii python 2.5.4-5 An interactive high-level object-o ii python-central 0.6.14+nmu2 register and build utility for Pyt pymacs recommends no packages. pymacs suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org