bugGNU TeXmacs - Bugs: bug #60135, Qt 5 on macOS: Help -> Search...

 
 

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

bug #60135: Qt 5 on macOS: Help -> Search will crash GNU TeXmacs

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

Thu 04 Mar 2021 12:16:15 PM UTC, comment #3: 

revision 13340 fixed it when the UI interface is in English.

Switch it to Chinese, the translated menu name will still be treated as special.

Darcy Shen <sadhen>
Group Member
Mon 01 Mar 2021 08:35:59 PM UTC, comment #2: 

Fixed in revision 13340.

Joris van der Hoeven <vdhoeven>
Group administrator
Sun 28 Feb 2021 11:04:14 AM UTC, comment #1: 

A better way to fix it:

Disable Debug->Provoke menu error


--- a/TeXmacs/progs/debug/debug-menu.scm
+++ b/TeXmacs/progs/debug/debug-menu.scm
@@ -87,9 +87,9 @@
   (-> "Miscellaneous"
       ("Test routine" (edit-test))
       ("Provoke scheme error" (oops))
-      ("Provoke C++ error" (cpp-error))
-      (-> "Provoke menu error"
-          (link provoke-error-menu)))
+      ("Provoke C++ error" (cpp-error)))
+      ;; (-> "Provoke menu error"
+      ;;    (link provoke-error-menu))
   ---
   ("auto" (debug-toggle "auto"))
   ("verbose" (debug-toggle "verbose"))


Darcy Shen <sadhen>
Group Member
Sat 27 Feb 2021 10:58:26 AM UTC, original submission:  

Simply rename `Help` to `Help ` will solve it.

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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2021-03-01 vdhoeven StatusNone Fixed
        Assigned toNone vdhoeven
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code