Bug#368843: [Pkg-octave-devel] Bug#368843: Broken info-emacs-info

Rafael Laboissiere rafael at debian.org
Tue Sep 5 17:44:35 UTC 2006


* John W. Eaton <jwe at bevo.che.wisc.edu> [2006-09-05 11:17]:

> On  3-Sep-2006, Rafael Laboissiere wrote:
> 
> | The info-emacs-octave-help seems to suffer from the same problem.  It
> | may be better to apply the simple patch below to doc.m:
> | 
> | --- doc.m-orig	2006-09-03 17:04:16.216249600 +0200
> | +++ doc.m	2006-09-03 17:05:35.275230808 +0200
> | @@ -73,7 +73,7 @@
> |        info_file_name = info_file ();
> |      endif
> |  
> | -    cmd = sprintf ("\"%s\" --directory \"%s\" --file \"%s\"",
> | +    cmd = sprintf ("\"%s\" --file \"%s\" --directory \"%s\"",
> |  		   info_program (), info_dir, info_file_name);
> |  
> |      if (! isempty (fname))
> 
> I made this change.  Is the other patch for info-emacs-info still
> needed?

I think that the change above is enough to fix the current problems with
info-emacs-info and info-emacs-octave-help.

Thanks,

-- 
Rafael




More information about the Pkg-octave-devel mailing list