bugGNU TeXmacs - Bugs: bug #62453, Moving the cursor out of a text...

 
 

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

bug #62453: Moving the cursor out of a text area inside graphics can hang TeXmacs for

Submitter:  Jeroen Wouters <jeronim>
Submitted:  Fri 13 May 2022 05:21:25 PM UTC
   
 
Category:  Graphics editor Priority:  5 - Normal
Item Group:  None Status:  None
Privacy:  Public Assigned to:  None
Originator Name:  Open/Closed:  Open
Release:  None Release:  2.1.1
Fixed Release:  None Fixed Release: 
Keywords: 

Mon 25 Jul 2022 11:28:48 AM UTC, comment #1: 

A potential solution to this could be


(define (inside-text-context? t)
  (if (in-active-graphics?)
    (inside-graphical-text-context? t)
    t))

(tm-define (kbd-horizontal t forwards?)
  (:require (graphical-text-context? t))
  (with-define (move) ((if forwards? go-right go-left))
    (go-to-next-inside move inside-text-context?)))


Jeroen Wouters <jeronim>
Group Member
Fri 13 May 2022 05:21:25 PM UTC, original submission:  

When the cursor is at the end of text or an equation inside graphics, pressing the right arrow key will cause TeXmacs to search for the next similar tag inside graphics. This can be in another graphics. If the document is long or complex, this search can hang TeXmacs for a very long time (several minutes).

This was reported in the forum and confirmed by myself:
http://forum.texmacs.cn/t/disable-auto-jumping-between-different-graphics-nodes/928

Jeroen Wouters <jeronim>
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 jeronim (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.

     

    No changes have been made to this item

    Back to the top

    Powered by Savane 3.13-d3ae.
    Corresponding source code