bugGNU TeXmacs - Bugs: bug #60134, Failed to open...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #60134: Failed to open Help->Plug-ins->Maxima on Windows

Submitter:  Darcy Shen <sadhen>
Submitted:  Sat 27 Feb 2021 10:54:54 AM UTC
   
 
Category:  Help System Priority:  5 - Normal
Item Group:  Error Status:  Fixed
Privacy:  Public Assigned to:  vdhoeven
Originator Name:  Open/Closed:  Closed
Release:  None Release:  1.99.18
Fixed Release:  None Fixed Release: 
Keywords: 

Mon 01 Mar 2021 08:38:56 PM UTC, comment #1: 

I applied your fix in revision 13341.
I did not test on Windows yet;
please reopen if you still have a problem.

Joris van der Hoeven <vdhoeven>
Group administrator
Sat 27 Feb 2021 10:54:54 AM UTC, original submission:  

Here is a possible fix:


--- a/TeXmacs/progs/doc/help-funcs.scm
+++ b/TeXmacs/progs/doc/help-funcs.scm
@@ -48,7 +48,7 @@
                        (list (url-exists? (url-unix help-file-path s))))))))

 (define (url-resolve-help s)
-  (if (or (in? (url-suffix s) '("tex" "tm")) (url-exists? s))
+  (if (and (in? (url-suffix s) '("tex" "tm")) (url-exists? s))
       s
       (let* ((lan (string-take (language-to-locale (get-output-language)) 2))
              (suf-tmml (string-append "." lan ".tmml"))


It happens when `(url-exists? "maxima")` is true. To reproduce the bug, make maxima plugin work on Windows first.

Darcy Shen <sadhen>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by vdhoeven (Posted a comment)
  • -email is unavailable- added by sadhen (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-03-01 vdhoeven StatusNone Fixed
        Assigned toNone vdhoeven
        Open/ClosedOpen Closed
    2021-02-27 sadhen Item GroupNone Error

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code