all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* RMAIL usage - attributions
@ 2010-09-24 17:14 Duke Normandin
  2010-09-25 13:03 ` Lowell Gilbert
  0 siblings, 1 reply; 7+ messages in thread
From: Duke Normandin @ 2010-09-24 17:14 UTC (permalink / raw
  To: help-gnu-emacs

I'm used to having in my messages, something like:

On <some_date> <some_person> wrote:

How do I achieve the same with RMAIL?

^C^Y inserts the entire message, headers and all, but I don't want to
have to edit the headers all the time to get the attribution in the
form that I like. All solutions will be most welcome! TIA...
-- 
Duke


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: RMAIL usage - attributions
  2010-09-24 17:14 RMAIL usage - attributions Duke Normandin
@ 2010-09-25 13:03 ` Lowell Gilbert
  2010-09-26  2:15   ` Duke Normandin
  0 siblings, 1 reply; 7+ messages in thread
From: Lowell Gilbert @ 2010-09-25 13:03 UTC (permalink / raw
  To: help-gnu-emacs

Duke Normandin <dukeofperl@ml1.net> writes:

> I'm used to having in my messages, something like:
>
> On <some_date> <some_person> wrote:
>
> How do I achieve the same with RMAIL?
>
> ^C^Y inserts the entire message, headers and all, but I don't want to
> have to edit the headers all the time to get the attribution in the
> form that I like. All solutions will be most welcome! TIA...

This depends on what mode you use for sending mail.  
Rmail offers several choices; the defaults have changed with 23.2, 
so it's a lot easier if your emacs is recent.
See the 'Mail-Composition Methods' node in the emacs manual.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: RMAIL usage - attributions
  2010-09-25 13:03 ` Lowell Gilbert
@ 2010-09-26  2:15   ` Duke Normandin
  2010-09-26 13:54     ` Lowell Gilbert
  0 siblings, 1 reply; 7+ messages in thread
From: Duke Normandin @ 2010-09-26  2:15 UTC (permalink / raw
  To: help-gnu-emacs

On Sat, 25 Sep 2010, Lowell Gilbert wrote:

> Duke Normandin <dukeofperl@ml1.net> writes:
>
> > I'm used to having in my messages, something like:
> >
> > On <some_date> <some_person> wrote:
> >
> > How do I achieve the same with RMAIL?
> >
> > ^C^Y inserts the entire message, headers and all, but I don't want to
> > have to edit the headers all the time to get the attribution in the
> > form that I like. All solutions will be most welcome! TIA...
>
> This depends on what mode you use for sending mail.
> Rmail offers several choices; the defaults have changed with 23.2,
> so it's a lot easier if your emacs is recent.
> See the 'Mail-Composition Methods' node in the emacs manual.

I use the standard "Mail mode", i.e. `sendmail-user-agent' (Mail
mode), as per the manual. So How can it be done using Mail-mode?

-- 
Duke


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: RMAIL usage - attributions
  2010-09-26  2:15   ` Duke Normandin
@ 2010-09-26 13:54     ` Lowell Gilbert
  2010-09-26 16:34       ` Duke Normandin
  0 siblings, 1 reply; 7+ messages in thread
From: Lowell Gilbert @ 2010-09-26 13:54 UTC (permalink / raw
  To: help-gnu-emacs

Duke Normandin <dukeofperl@ml1.net> writes:

> On Sat, 25 Sep 2010, Lowell Gilbert wrote:
>
>> Duke Normandin <dukeofperl@ml1.net> writes:
>>
>> > I'm used to having in my messages, something like:
>> >
>> > On <some_date> <some_person> wrote:
>> >
>> > How do I achieve the same with RMAIL?
>> >
>> > ^C^Y inserts the entire message, headers and all, but I don't want to
>> > have to edit the headers all the time to get the attribution in the
>> > form that I like. All solutions will be most welcome! TIA...
>>
>> This depends on what mode you use for sending mail.
>> Rmail offers several choices; the defaults have changed with 23.2,
>> so it's a lot easier if your emacs is recent.
>> See the 'Mail-Composition Methods' node in the emacs manual.
>
> I use the standard "Mail mode", i.e. `sendmail-user-agent' (Mail
> mode), as per the manual. So How can it be done using Mail-mode?

One of the more powerful ways is by using the super-cite package, which
seems to be part of the standard Emacs distribution and has its own
manual.  If what you want is easily derivable from what mail-mode
already does, it might be easier to advice the mail-yank-original
function to do your standard edits automatically.

I haven't used rmail in at least ten years, so I can't suggest exact
recipes, but it shouldn't be too hard to work out.

 - Lowell



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: RMAIL usage - attributions
  2010-09-26 13:54     ` Lowell Gilbert
@ 2010-09-26 16:34       ` Duke Normandin
  2010-09-27 15:19         ` Lowell Gilbert
  0 siblings, 1 reply; 7+ messages in thread
From: Duke Normandin @ 2010-09-26 16:34 UTC (permalink / raw
  To: help-gnu-emacs

On Sun, 26 Sep 2010, Lowell Gilbert wrote:

> Duke Normandin <dukeofperl@ml1.net> writes:
>
> > On Sat, 25 Sep 2010, Lowell Gilbert wrote:
> >
> >> Duke Normandin <dukeofperl@ml1.net> writes:
> >>
> >> > I'm used to having in my messages, something like:
> >> >
> >> > On <some_date> <some_person> wrote:
> >> >
> >> > How do I achieve the same with RMAIL?
> >> >
> >> > ^C^Y inserts the entire message, headers and all, but I don't want to
> >> > have to edit the headers all the time to get the attribution in the
> >> > form that I like. All solutions will be most welcome! TIA...
> >>
> >> This depends on what mode you use for sending mail.
> >> Rmail offers several choices; the defaults have changed with 23.2,
> >> so it's a lot easier if your emacs is recent.
> >> See the 'Mail-Composition Methods' node in the emacs manual.
> >
> > I use the standard "Mail mode", i.e. `sendmail-user-agent' (Mail
> > mode), as per the manual. So How can it be done using Mail-mode?
>
> One of the more powerful ways is by using the super-cite package, which
> seems to be part of the standard Emacs distribution and has its own
> manual.  If what you want is easily derivable from what mail-mode
> already does, it might be easier to advice the mail-yank-original
> function to do your standard edits automatically.
>
> I haven't used rmail in at least ten years, so I can't suggest exact
> recipes, but it shouldn't be too hard to work out.

I'll try hacking `mail-yank-original' and see how far I get - either in
hosing everything, or finding a solution. :) Thanks for the input!
-- 
Duke


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: RMAIL usage - attributions
  2010-09-26 16:34       ` Duke Normandin
@ 2010-09-27 15:19         ` Lowell Gilbert
  2010-09-27 20:22           ` Duke Normandin
  0 siblings, 1 reply; 7+ messages in thread
From: Lowell Gilbert @ 2010-09-27 15:19 UTC (permalink / raw
  To: help-gnu-emacs

Duke Normandin <dukeofperl@ml1.net> writes:

> I'll try hacking `mail-yank-original' and see how far I get - either in
> hosing everything, or finding a solution. :) Thanks for the input!


Again, I'd recommend using defadvice rather than editing the actual function.


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: RMAIL usage - attributions
  2010-09-27 15:19         ` Lowell Gilbert
@ 2010-09-27 20:22           ` Duke Normandin
  0 siblings, 0 replies; 7+ messages in thread
From: Duke Normandin @ 2010-09-27 20:22 UTC (permalink / raw
  To: help-gnu-emacs

On Mon, 27 Sep 2010, Lowell Gilbert wrote:

> Duke Normandin <dukeofperl@ml1.net> writes:
>
> > I'll try hacking `mail-yank-original' and see how far I get -
> > either in hosing everything, or finding a solution. :) Thanks for
> > the input!
>
>  Again, I'd recommend using defadvice rather than editing the actual
>  function.

Good plan! Looks like I'll have to learn a little `elisp' - which I
plan on doing anyway.
-- 
Duke


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-27 20:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-24 17:14 RMAIL usage - attributions Duke Normandin
2010-09-25 13:03 ` Lowell Gilbert
2010-09-26  2:15   ` Duke Normandin
2010-09-26 13:54     ` Lowell Gilbert
2010-09-26 16:34       ` Duke Normandin
2010-09-27 15:19         ` Lowell Gilbert
2010-09-27 20:22           ` Duke Normandin

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.