Gnus development mailing list
 help / color / mirror / Atom feed
From: steve@miranova.com (Steven L. Baur)
Subject: Sgnus 0.13 patches for XEmacs
Date: 15 Nov 1995 20:13:17 -0800	[thread overview]
Message-ID: <m2g2fpdwo2.fsf@diana.miranova.com> (raw)

It was a most hateful process getting this to run, but I learned a
lot.  Be sure to set your gnus-group-line-format-spec to have
something other than %( and %) in it.  I was using them thus: %(%g%),
that now only causes a blank group display.

How do I make the mouse track highlighting come back?

--- gnus-xmas.el~       Wed Nov 15 12:36:42 1995
+++ gnus-xmas.el        Wed Nov 15 19:26:58 1995
@@ -135,7 +135,7 @@
        (progn
          (setq info (nth 2 entry))
          (gnus-group-insert-group-line 
-          nil group (gnus-info-group info) (gnus-info-marks info)
+          nil group (gnus-info-level info) (gnus-info-marks info)
           (car entry) (gnus-info-method info)))
       (setq active (gnus-gethash group gnus-active-hashtb))
          

--- gnus.el~    Wed Nov 15 12:36:43 1995
+++ gnus.el     Wed Nov 15 16:09:13 1995
@@ -11868,7 +11868,8 @@
            (erase-buffer)
            ;; There may be some overlays that we have to kill...
            (insert "i")
-           (let ((overlays (overlays-at (point-min))))
+           (let ((overlays (and (fboundp 'overlays-at)
+                                (overlays-at (point-min)))))
              (while overlays
                (delete-overlay (car overlays))
                (setq overlays (cdr overlays))))

--- nnheader.el.orig    Wed Nov 15 12:36:43 1995
+++ nnheader.el Wed Nov 15 15:23:24 1995
@@ -38,6 +38,8 @@
 
 (require 'mail-utils)
 
+(eval-when-compile (require 'cl))
+
 (defvar nnheader-max-head-length 4096
   "*Max length of the head of articles.")
 


-- 
steve@miranova.com baur


                 reply	other threads:[~1995-11-16  4:13 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m2g2fpdwo2.fsf@diana.miranova.com \
    --to=steve@miranova.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).