Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Emanuel Berg <embe8573@student.uu.se>
To: info-gnus-english@gnu.org
Subject: Re: lamer... how to send group email efficiently
Date: Tue, 16 Jul 2013 03:15:01 +0200	[thread overview]
Message-ID: <87r4ezcnl6.fsf@VLAN-3434.student.uu.se> (raw)
In-Reply-To: <mailman.2642.1372379088.22516.info-gnus-english@gnu.org>

Harry Putnam <reader@newsguy.com> writes:

> Very nice, thanks for both chunks of input... very helpful.

No problem.

I thought about this, how to not send group *mails*, but *posts*
to several groups (crossposting).

For this, it seems the .mailrc file won't work as those aliases
only expands in the "To:" header, and to send to groups, the
"Newsgroups:" header is used.

Still, you can use the regular Abbrev mode, possible like this:

(kill-all-abbrevs)
(let ((write '(("Marquez" "Márquez")
               ("Diaz" "Díaz")
               ; ... setup whatever you need for writing ...
               ; ... has nothing to do with crossposting ...
              )))
 (define-abbrev-table 'text-mode-abbrev-table write)
 (define-abbrev-table 'message-mode-abbrev-table
 (cons '("rsb" "rec.sport.boxing, some.other.group") write) ))

This will - the last line will - get you all the normal writing
abbrevs is message mode, as well as the collective aliases (I
provided only one example)

(There are probably one million ways to do that.)

Anyway, as the message mode is used for both mails and Usenet
posts, perhaps the .mailrc file should be integrated in that
respect?

-- 
Emanuel Berg - programmer (hire me! CV below)
computer projects: http://user.it.uu.se/~embe8573
internet activity: http://home.student.uu.se/embe8573
_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  parent reply	other threads:[~2013-07-16  1:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <mailman.2330.1372103802.22516.info-gnus-english@gnu.org>
2013-06-25 20:37 ` Emanuel Berg
2013-06-25 20:43   ` Emanuel Berg
2013-06-28  0:23     ` Harry Putnam
     [not found]     ` <mailman.2642.1372379088.22516.info-gnus-english@gnu.org>
2013-07-16  1:15       ` Emanuel Berg [this message]
2013-06-24 19:54 Harry Putnam
2013-06-24 20:36 ` Glyn Millington

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=87r4ezcnl6.fsf@VLAN-3434.student.uu.se \
    --to=embe8573@student.uu.se \
    --cc=info-gnus-english@gnu.org \
    /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).