Variable: newsticker-groups

newsticker-groups is a variable defined in newst-treeview.el.gz.

Value

("Feeds")

Documentation

List of feed groups, used in the treeview frontend.

First element is a string giving the group name. Remaining elements are either strings giving a feed name or lists having the same structure as newsticker-groups. (newsticker-groups := groupdefinition, groupdefinition := groupname groupcontent*, groupcontent := feedname | groupdefinition)

Example: ("Topmost group" "feed1" ("subgroup1" "feed 2")
"feed3")

Source Code

;; Defined in /usr/src/emacs/lisp/net/newst-treeview.el.gz
(defvar newsticker-groups
  '("Feeds")
  "List of feed groups, used in the treeview frontend.
First element is a string giving the group name.  Remaining
elements are either strings giving a feed name or lists having
the same structure as `newsticker-groups'. (newsticker-groups :=
groupdefinition, groupdefinition := groupname groupcontent*,
groupcontent := feedname | groupdefinition)

Example: (\"Topmost group\" \"feed1\" (\"subgroup1\" \"feed 2\")
\"feed3\")")