Followup-For: Bug #295413 Package: yacas Version: 1.0.57-2 *** Please type your report below this line ***
I have got the same message while upgrading yacas. The (interactive) specification is erronously doubled in the named function, I suggest to remove one e.g. by the following patch, which consists of the whole function definition: --- /usr/share/emacs/site-lisp/yacas/yacas-notebook.el 2003-08-18 21:00:28.000000000 +0200 +++ yacas-notebook.el 2005-06-07 17:22:58.412392416 +0200 @@ -1421,15 +1421,14 @@ (defun ynb-replace-line-with-tex () "Sends the current line to Yacas, and then replaces it with the Yacas output in TeX form." (interactive) - (interactive) (setq ynb-cell-output "") (ynb-single-command-get-output (buffer-substring-no-properties (line-beginning-position) (line-end-position)) t) (beginning-of-line) (insert "% ") (end-of-line) (forward-line 1) (insert ynb-cell-output) (newline)) Best wishes, Gabor Braun -- System Information: Debian Release: 3.1 APT prefers testing APT policy: (650, 'testing'), (600, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.9.20041228 Locale: LANG=hu_HU.iso88592, LC_CTYPE=hu_HU.iso88592 (charmap=ISO-8859-2) (ignored: LC_ALL set to hu_HU.iso88592) Versions of packages yacas depends on: ii debianutils 2.8.4 Miscellaneous utilities specific t ii freeglut3 2.2.0-8 OpenGL Utility Toolkit ii konqueror [www-browser] 4:3.3.2-1 KDE's advanced File Manager, Web B ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii libgcc1 1:3.4.3-13 GCC support library ii libgsl0 1.6-2 GNU Scientific Library (GSL) -- li ii libice6 4.3.0.dfsg.1-14 Inter-Client Exchange library ii libsm6 4.3.0.dfsg.1-14 X Window System Session Management ii libstdc++5 1:3.3.5-13 The GNU Standard C++ Library v3 ii libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li ii libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte ii libxi6 4.3.0.dfsg.1-14 X Window System Input extension li ii libxmu6 4.3.0.dfsg.1-14 X Window System miscellaneous util ii libxt6 4.3.0.dfsg.1-14 X Toolkit Intrinsics ii lynx [www-browser] 2.8.5-2 Text-mode WWW Browser ii mozilla-browser [www-bro 2:1.7.8-1 The Mozilla Internet application s ii w3m [www-browser] 0.5.1-3 WWW browsable pager with excellent ii xlibmesa-gl [libgl1] 4.3.0.dfsg.1-14 Mesa 3D graphics library [XFree86] ii xlibmesa-glu [libglu1] 4.3.0.dfsg.1-14 Mesa OpenGL utility library [XFree ii xlibs 4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu ii yacas-doc 1.0.57-2 Documentation for Yacas -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]