<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>12419</integer>
    </number>
    <user>
      <string>anaran</string>
    </user>
    <title>
      <string>apa-get-new-news</string>
    </title>
    <contents>
      <string>(defun apa-check-news ()
  (interactive)
  (if (not (gnus-alive-p))
      (message &quot;Please start Gnus first&quot;)
    (set-buffer gnus-group-buffer)
    (unless (gnus-group-best-unread-group)
      (gnus-group-get-new-news))
    (if (gnus-group-best-unread-group)
	(gnus-group-read-group nil nil nil)
      (message &quot;No unread Mail or News&quot;))))
(global-set-key
    '[(control ?c) n]
  'apa-check-news)
</string>
    </contents>
    <universal-time>
      <integer>3337968385</integer>
    </universal-time>
    <channel>
      <string>#xemacs</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
</paste-with-annotations>
