Last active
October 3, 2019 11:23
-
-
Save anquegi/132e8979604f5d563e47ec9fe33b04db to your computer and use it in GitHub Desktop.
Revisions
-
anquegi revised this gist
Oct 3, 2019 . No changes.There are no files selected for viewing
-
anquegi revised this gist
Oct 3, 2019 . No changes.There are no files selected for viewing
-
anquegi renamed this gist
Oct 3, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
anquegi created this gist
Oct 3, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ (defun better-errors-file () (interactive) (let ((root (libxml-parse-html-region (point-min) (point-max)))) (message "file: %s at line: %s" (dom-attr (dom-by-class root "application") 'data-full-filename) (dom-attr (dom-by-class root "application") 'data-line))))