Skip to content

Instantly share code, notes, and snippets.

@buzztaiki
Created July 3, 2013 10:00
Show Gist options
  • Select an option

  • Save buzztaiki/5916771 to your computer and use it in GitHub Desktop.

Select an option

Save buzztaiki/5916771 to your computer and use it in GitHub Desktop.
newstickerでshrを使ってみる
(require 'shr)
(defun newsticker-shr-render (pos1 pos2) ;
(let ((dom (libxml-parse-html-region pos1 pos2)))
(delete-region pos1 pos2)
(shr-insert-document dom)))
(setq newsticker-html-renderer 'newsticker-shr-render)
(newsticker--forget-preformatted)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment