GNU bug report logs -
#14208
octave-mode bug in octave-help
Previous Next
Reported by: fulvio ciriaco <oivulf <at> gmail.com>
Date: Mon, 15 Apr 2013 05:55:01 UTC
Severity: normal
Tags: moreinfo
Fixed in version 24.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 14208 <at> debbugs.gnu.org (full text, mbox):
Hallo,
this is emacs 23.4.1 as from debian wheezy:
GNU Emacs 23.4.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10)
of 2012-09-08 on trouble, modified by Debian
Reproducing?
emacs -Q
alt-x run-octave
C-c C-h
wrong type argument: commandp, octave-help
In lisp/progmodes/octave-mod.el I read:
(defun octave-help ()
"Get help on Octave symbols from the Octave info files.
Look up symbol in the function, operator and variable indices of the info files."
(let ((info-lookup-mode 'octave-mode))
(call-interactively 'info-lookup-symbol)))
and find several references to octave-help within.
Fulvio
From: Glenn Morris <rgm <at> gnu.org>
Subject: Re: bug#14208: octave-mode bug in octave-help
Date: Tue, 16 Apr 2013 13:15:32 -0400
> fulvio ciriaco wrote:
>
>> octave-help is not flagged interactive, this triggers an
>> error on hitting C-c C-h and makes octave-help quite useless.
>> Please add (interactive) to octave-help header.
>
> The symbol "octave-help" appears nowhere in Emacs AFAICS.
> Please give a complete recipe starting from emacs -Q that shows the
> problem. Include the version number of Emacs (M-x report-emacs-bug would
> have included this and more).
>
> On closer look, I see it was removed from Emacs 2011-10-24, so probably
> you are using some old version.
This bug report was last modified 12 years and 94 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.