* John W. Eaton <[EMAIL PROTECTED]> [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


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to