[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Pkg-octave-devel] Bug#416049: marked as done (octave2.9-emacsen: help -i and doc not working)



Your message dated Tue, 27 Mar 2007 23:36:44 +0200
with message-id <20070327213644.GJ22007@laboissiere.net>
and subject line Bug#416049: octave2.9-emacsen: help -i and doc not working
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: octave2.9-emacsen
Severity: normal

Hello,

another problem with the info mode for the help. Since the use of 
terminfo instead of termcap, comint.el defines the terminal as 'dumb', 
it's a feature. The result is that 'help -i' and 'doc' can't display the 
info content, as the info programs does not run in such terminal.

Also, the content of octave-help-files is set to ("octave"), it should 
be set to ("octave2.9"), the following solve it in .emacs:
(defvar octave-help-files '("octave2.9")
  "List of info files with documentation for Octave.
   Our default is (\"octave2.9\").")
(autoload 'octave-help "octave-hlp" nil t)
(load "gnuserv-compat")
(load-library "gnuserv")
(gnuserv-start) 

To have this to work, 'gnuserv' is thus a dependency.

Furthermore, the info-emacs-info  and info-emacs-octave-help scripts are 
wrapper around gnudoit, and gnudoit is said to be deprecated, it has to 
be replaced by 'gnuclient -batch -eval ', could you please solve ?

TIA

Pascal Dupuis

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.20.3
Locale: LANG=fr_BE, LC_CTYPE=fr_BE (charmap=ISO-8859-1)


--- End Message ---
--- Begin Message ---
* Pascal A. Dupuis <Pascal.Dupuis@worldonline.be> [2007-03-24 12:13]:

> Package: octave2.9-emacsen
> Severity: normal
> 
> another problem with the info mode for the help. Since the use of 
> terminfo instead of termcap, comint.el defines the terminal as 'dumb', 
> it's a feature. The result is that 'help -i' and 'doc' can't display the 
> info content, as the info programs does not run in such terminal.

I do not consider this to be a bug.  When running inferior-octave, I have:

    octave> help -i
    info: Terminal type `emacs' is not smart enough to run Info.

This is the normal behavior and is well documented.  Besides, accessing the
info from inferior-octave is as simple as typing "M-x info" :-)

I am hereby closing this bug report.  Feel free to reopen it if you come
with a concrete suggestion on how we could change the pacakge to address the
issue.

-- 
Rafael

--- End Message ---

Reply to: