Gnus development mailing list
 help / color / mirror / Atom feed
From: dubach1@husc.harvard.edu (Joev Dubach)
Subject: Message feature requests and gnus elisp query
Date: 13 Oct 1996 19:42:11 -0400	[thread overview]
Message-ID: <uufk9sua0to.fsf@fas.harvard.edu> (raw)
In-Reply-To: Lars Magne Ingebrigtsen's message of 10 Oct 1996 14:34:52 +0200

[Note: I'm a bit behind the times with Gnus 5.2.25, so the correct
response to my requests might be "Upgrade, dummy."  Which would be
cheerfully accepted. :) ]

It'd be nice if more of the syntax checks performed on news messages
were also performed on mail messages; e.g. checking for lines > 79
characters, multiple identical headers.

It'd be nice if there were a message-news-courtesy-message variable
available that would be inserted in the news version of a message sent
both through news and mail; sometimes, it's possible for the primary
recipient to be the mail recipient (who shouldn't have a
courtesy-message inserted), and the secondary recipient be the news
recipient (who should).  E.g. when I make requests of the system
administrator, I sometimes simultaneously post to harvard.hascs (the
local newsgroup devoted to system issues) to let people know that
they're not alone in seeing a problem, and that I've already sent info
about it to the manager, so they needn't do so as well.

One thing I'm confused about how to do effectively is to disable the
message-courtesy-message temporarily for a given message via elisp.
E.g. if I've got a bit of elisp like this:

(defun my-reply-mainly-mail-also-news ()
  "Compose mail that can also be news, but which won't have a courtesy
message in the mail version."
  (interactive)
  (gnus-summary-reply)
  (setq message-courtesy-message ""))

...how can I make it so the setting of message-courtesy-message only
has effect for the duration of this message (but lasts long enough to
actually have an effect), and also so that it won't have an effect on
other messages composed and sent while this one is in progress?

Thanks.

Joev                            <URL:"http://www.math.harvard.edu/~joev/">

  "Eh, this junk was hardly worth getting up for.  Maybe if I go back
   to sleep for a few days, some good mail will build up!"
          -- Grampa, the Simpsons


             reply	other threads:[~1996-10-13 23:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-10-13 23:42 Joev Dubach [this message]
1996-10-14  7:14 ` Kai Grossjohann
1996-10-14  8:36   ` Joev Dubach
1996-10-14 20:23 ` Lars Magne Ingebrigtsen

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=uufk9sua0to.fsf@fas.harvard.edu \
    --to=dubach1@husc.harvard.edu \
    /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).