rougier / svg-tag-mode

A minor mode for Emacs that replace keywords with nice SVG labels
GNU General Public License v3.0
496 stars 28 forks source link

Bug :: This mode breaks `xwidget-webkit-browse-url` #28

Open alhassy opened 2 years ago

alhassy commented 2 years ago

Here is how to reproduce the issue.

;; C-x C-e ⇒ Works as expected
(xwidget-webkit-browse-url "www.google.ca")
;; Now kill the resulting buffer.

;; Evaluate this.
(global-svg-tag-mode)

;; C-x C-e ⇒ Busted!
(xwidget-webkit-browse-url "www.google.ca")

Otherwise, a great package!

rougier commented 2 years ago

Thanks for the report. I cannot text the xwidget stuff. What happens exactly?