Gnus development mailing list
 help / color / mirror / Atom feed
From: Jan Vroonhof <vroonhof@math.ethz.ch>
Subject: Small nitpick patch for dribble buffers
Date: 18 Dec 1996 18:50:53 +0100	[thread overview]
Message-ID: <by916vd9mq.fsf@math.ethz.ch> (raw)


--- ChangeLog.orig	Mon Dec 16 20:10:50 1996
+++ ChangeLog	Wed Dec 18 18:17:13 1996
@@ -1,3 +1,8 @@
+Wed Dec 18 18:15:39 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+	* gnus-start.el (gnus-dribble-enter): Make sure we write at the
+		  end of the dribble file
+
 Mon Dec 16 14:33:58 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
 
 	* gnus-msg.el (gnus-bug): Insert nntp server type.
--- gnus-start.el.orig	Fri Dec 13 05:30:15 1996
+++ gnus-start.el	Wed Dec 18 18:17:51 1996
@@ -715,6 +715,7 @@
 	     (buffer-name gnus-dribble-buffer))
     (let ((obuf (current-buffer)))
       (set-buffer gnus-dribble-buffer)
+      (goto-char (point-max))
       (insert string "\n")
       (set-window-point (get-buffer-window (current-buffer)) (point-max))
       (bury-buffer gnus-dribble-buffer)


                 reply	other threads:[~1996-12-18 17:50 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=by916vd9mq.fsf@math.ethz.ch \
    --to=vroonhof@math.ethz.ch \
    /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).