Gnus development mailing list
 help / color / mirror / Atom feed
From: steve@miranova.com (Steven L. Baur)
Subject: Re: Dribble in september 0.16?
Date: 28 Nov 1995 17:52:25 -0800	[thread overview]
Message-ID: <m220qsi3vq.fsf@diana.miranova.com> (raw)
In-Reply-To: Andy's message of 28 Nov 1995 11:36:53 -0800

>>>>> "Flognat" == Flognat  <Andy> writes:

    Flognat> Latelu I had to do a kill -HUP on my emacs, and to my
    Flognat> great surprise I didn't find any dribble autosave.. I am
    Flognat> not sure if I read any news, only mail, this could be a
    Flognat> reason to why, but I lost some information about mail I
    Flognat> read (what 'articles' that were read or not), maybe the
    Flognat> mail-stuff should use dribble too?

It does use dribble, the problem is probably with auto-save.  There's
a newly introduced bug in sgnus that has the effect of disabling
auto-save on the dribble file on XEmacs, maybe it has the same effect
on your Emacs too.

The easiest way to tell whether you need this patch or not is to start
Gnus, select a group/article, and then look in your auto-save directory
for a long filename with dribble in it.

Clip and save, this one might be needed for awhile.

--- 1.4 1995/11/26 22:57:02
+++ gnus.el     1995/11/27 00:30:33
@@ -12944,7 +12944,7 @@
                         (file-name-nondirectory dribble-file))))
       (gnus-add-current-to-buffer-list)
       (erase-buffer)
-      (setq buffer-file-name dribble-file)
+      (set-visited-file-name dribble-file)
       (buffer-disable-undo (current-buffer))
       (bury-buffer (current-buffer))
       (set-buffer-modified-p nil)

Regards,
-- 
steve@miranova.com baur


      reply	other threads:[~1995-11-29  1:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-11-28 19:36 Andy Eskilsson
1995-11-29  1:52 ` Steven L. Baur [this message]

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=m220qsi3vq.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).