LINUX.ORG.RU

[emacs] чтение RSS

 


0

0

Пользуюсь newsticker.el для чтения RSS из Emacs. При этом возникает проблема с тегами, которые захламляют текст новостей. Например:

Linux.org.ru: Новости

ABI Research: мобильные Linux-платформы продолжают захватывать рынок
(Tuesday, 11:49)


<p>В первом квартале доля Linux составила 13,3% от всех новых коммуникаторов против
8,6% годом ранее. Абсолютное большинство Linux-платформ составил Android - 9,6% новых
аппаратов.<p>К 2015 году ABI Research ожидает 33% рынка для Linux.<p>Подробности: <a
href="http://www.abiresearch.com/research/1003355">http://www.abiresearch.com/research/1...</a>
(ограниченный доступ)<img src="http://feeds.feedburner.com/~r/org/LOR/~4/O6iaDIq84aM"
height="1" width="1"/>
И это далеко не наихудший пример.

Как проще всего организовать чистку текста от тегов или нормальный просмотр из emacs?


Ответ на: комментарий от mydoom

newsticker-html-renderer is a variable defined in `newst-reader.el.gz'.
Its value is nil

Documentation:
Function for rendering HTML contents.
If non-nil, newsticker.el will call this function whenever it finds
HTML-like tags in item descriptions. Possible functions are, for
example, `w3m-region', `w3-region', and (if you have htmlr.el installed)
`newsticker-htmlr-render'.

In order to make sure that the HTML renderer is loaded when you
run newsticker, you should add one of the following statements to
your .emacs. If you use w3m,

(autoload 'w3m-region «w3m»
«Render region in current buffer and replace with result.» t)

(autoload 'w3m-toggle-inline-image «w3m»
«Toggle the visibility of an image under point.» t)

or, if you use w3,

(require 'w3-auto)

or, if you use htmlr

(require 'htmlr)

You can customize this variable.

recon88
()

Переменная newsticker-html-renderer?

Zubok ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.