Gnus development mailing list
 help / color / mirror / Atom feed
From: Magnus Hammerin <magnush@epact.se>
Cc: ding@ifi.uio.no
Subject: Re: September Gnus 0.60 is released
Date: 28 Mar 1996 11:49:42 +0100	[thread overview]
Message-ID: <s9du3z93321.fsf_-_@maja.link.bull.se> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of Thu, 28 Mar 1996 07:25:33 +0100

I had some problems when replying to mails. This is probably XEmacs
related (with zmacs-region). The included patch fixes it.

Another thing I noticed is that it does not seem to be possible to
change the "From: " line anymore. I used gnus-user-full-name before but
I can't find anything similar in message.el. Of course I can manually
insert a From: line in the message, but it would be great if it could be
automized.

SuperCite was not very easy to set up either, I had to set
(setq message-indent-citation-function nil)
(setq message-citation-line-function nil)

to get it to work, I don't know if there are any easier way to do this,
but it works.

-Magnus.

PS. This is sgnus-0.60 and XEmacs-19.13 DS.

--- message.el-orig     Thu Mar 28 07:25:01 1996
+++ message.el  Thu Mar 28 10:59:59 1996
@@ -860,7 +860,7 @@
       ;; It is cleaner to avoid activation, even though the command
       ;; loop would deactivate the mark because we inserted text.
       (goto-char (prog1 (mark t)
-                  (set-marker (mark-marker) (point) (current-buffer))))
+                  (set-marker (mark-marker t) (point) (current-buffer))))
       (unless (bolp)
        (insert ?\n))
       (unless modified


--- gnus-msg.el-orig    Thu Mar 28 07:24:54 1996
+++ gnus-msg.el Thu Mar 28 11:21:38 1996
@@ -225,7 +225,7 @@
        (message-yank-original)
        (setq beg (or beg (mark t))))
       (when articles (insert "\n")))
-    (set-marker (mark-marker) (point))
+    (set-marker (mark-marker t) (point))
     (goto-char beg)))
 
 (defun gnus-summary-cancel-article (n)


  reply	other threads:[~1996-03-28 10:49 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-03-28  6:25 Lars Magne Ingebrigtsen
1996-03-28 10:49 ` Magnus Hammerin [this message]
1996-03-28 11:28   ` Kai Grossjohann
1996-03-28 12:36     ` Magnus Hammerin
1996-03-28 13:16       ` Kai Grossjohann
1996-03-28 14:26         ` Per Abrahamsen
1996-03-28 23:22           ` Hallvard B Furuseth
1996-03-29 16:11             ` Lars Magne Ingebrigtsen
1996-03-29 16:39               ` Hallvard B Furuseth
1996-04-01 15:46                 ` Lars Magne Ingebrigtsen
1996-04-01 16:21                   ` Hallvard B Furuseth
1996-04-02 20:01                     ` Lars Magne Ingebrigtsen
1996-04-02 20:38                       ` Per Abrahamsen
1996-04-16 20:01                         ` Hallvard B Furuseth
1996-03-29 16:58               ` Scott Blachowicz
1996-03-29 18:12                 ` Russ Allbery
1996-03-29  5:31           ` Lars Magne Ingebrigtsen
1996-03-29  2:04       ` Hallvard B Furuseth
1996-03-29  5:27       ` Lars Magne Ingebrigtsen
1996-03-29  5:26     ` Lars Magne Ingebrigtsen
1996-03-29  9:08       ` Small thinko in .message.el variable initialisation Jan Vroonhof

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=s9du3z93321.fsf_-_@maja.link.bull.se \
    --to=magnush@epact.se \
    --cc=ding@ifi.uio.no \
    /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).