File: newst-backend.el.html
See newsticker.el
======================================================================
Defined variables (27)
newsticker--auto-narrow-to-feed | Automatically narrow to current news feed. |
newsticker--auto-narrow-to-item | Automatically narrow to current news item. |
newsticker--buffer-uptodate-p | Tells whether the newsticker buffer is up to date. |
newsticker--cache | Cached newsticker data. |
newsticker--error-headline | Title of error headline which will be inserted if news retrieval fails. |
newsticker--latest-update-time | The time at which the latest news arrived. |
newsticker--process-ids | List of PIDs of active newsticker processes. |
newsticker--raw-url-list-defaults | Default URL list in raw form. |
newsticker--retrieval-timer-list | List of timers for news retrieval. |
newsticker--sentinel-callback | Function called at end of ‘newsticker--sentinel’. |
newsticker-auto-mark-filter-list | A list of filters for automatically marking headlines. |
newsticker-automatically-mark-items-as-old | Decides whether to automatically mark items as old. |
newsticker-automatically-mark-visited-items-as-old | Decides whether to automatically mark visited items as old. |
newsticker-debug | Enables some features needed for debugging newsticker.el. |
newsticker-desc-comp-max | Relevant length of headline descriptions. |
newsticker-dir | Directory where newsticker saves data. |
newsticker-keep-obsolete-items | Decides whether to keep unread items which have been removed from feed. |
newsticker-new-item-functions | List of functions run after a new headline has been retrieved. |
newsticker-obsolete-item-max-age | Maximal age of obsolete items, in seconds. |
newsticker-retrieval-interval | Time interval for retrieving new news items (seconds). |
newsticker-retrieval-method | Method for retrieving news from the web, either ‘intern’ or ‘extern’. |
newsticker-start-hook | Hook run when starting newsticker. |
newsticker-stop-hook | Hook run when stopping newsticker. |
newsticker-url-list | The news feeds which you like to watch. |
newsticker-url-list-defaults | A customizable list of news feeds to select from. |
newsticker-wget-arguments | Arguments which are passed to wget. |
newsticker-wget-name | Name of the program which is called to retrieve news from the web. |