rougier / svg-lib

Emacs SVG libraries for creatings tags, icons and bars
GNU General Public License v3.0
343 stars 31 forks source link

Svg-tags with logos freezes emacs #48

Closed pseudomyne closed 4 months ago

pseudomyne commented 4 months ago

Hi, thank you for the wonderful packages you create :cupid: When I logos-narrow-dwim using logos with svg-tags in org-mode headlines, I get a freezing error (from the debugger) :

Debugger entered--Lisp error: (args-out-of-range 11821)
  next-single-char-property-change(11821 cursor-sensor-functions nil 12070)
  #f(compiled-function (start end f) "Non-nil if F is missing somewhere between START and END." #<bytecode -0x1d517e45f5092da2>)(11821 12070 svg-tag--cursor-function)
  cursor-sensor--detect(#<window 3 on EMACS.org>)
  run-hook-with-args(cursor-sensor--detect #<window 3 on EMACS.org>)
  redisplay--pre-redisplay-functions(nil)
  redisplay_internal\ \(C\ function\)()

Any idea how to workaround this ?

pseudomyne commented 4 months ago

Sorry for the noise. I posted this error in a better place there : https://github.com/rougier/svg-tag-mode/issues/62

pseudomyne commented 4 months ago

..