9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] Mail 'Q' reply
@ 2002-10-09  2:35 YAMANASHI Takeshi
  0 siblings, 0 replies; 10+ messages in thread
From: YAMANASHI Takeshi @ 2002-10-09  2:35 UTC (permalink / raw)
  To: 9fans

> Check out the change to Mail that Rob posted to sources earlier.
> It works great, and much faster/easier than any pervious methods
> of partial quoting.
>
> > I have a trivial `Include:' script.

Here in Japan, most mails are written in ISO-2022-JP though
`Q' doesn't do code translating (to UTF).  I felt awkward
to write C-codes to solve this.  I just favour rc scripting.

Oh, and I think 3rd acme/mail didn't have `Q' reply, did it?
--



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

* Re: [9fans] Mail 'Q' reply
@ 2002-10-09 12:08 rog
  0 siblings, 0 replies; 10+ messages in thread
From: rog @ 2002-10-09 12:08 UTC (permalink / raw)
  To: 9fans

i have a trio of commands i use for this sort of thing, quote (similar
to dmr's mindent); and a+, and a- which add or remove an arbitrary string
from the start of lines (default tab).

i find the short names useful to avoid filling up the already crowded
acme tag space.

> Doesn't help with translation, of course.

it seems to me that mail system could look for a "Charset:" or
"Content-Type" header on the outgoing mail and translate from utf-8
accordingly, much as it does for "Attach:" headers in acme.

  cheers,
    rog.



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

* Re: [9fans] Mail 'Q' reply
@ 2002-10-09  3:25 okamoto
  0 siblings, 0 replies; 10+ messages in thread
From: okamoto @ 2002-10-09  3:25 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 294 bytes --]

I'm using 4ed acme/mail for ISO-2022-JP.
However, I've been getting tired to catch up with the operating system
where only the OS is there, no effective applications...

So, how about to open a small comunity to use UTF-8 mail
also in Japan.  :-)  冗談だと思う、たぶん

Kenji

[-- Attachment #2: Type: message/rfc822, Size: 2265 bytes --]

From: YAMANASHI Takeshi <uncover@beat.cc.titech.ac.jp>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Mail 'Q' reply
Date: Wed, 9 Oct 2002 11:35:46 +0900
Message-ID: <bdca04d2a2e050915ebee88a39abdd00@orthanc.cc.titech.ac.jp>

> Check out the change to Mail that Rob posted to sources earlier.
> It works great, and much faster/easier than any pervious methods
> of partial quoting.
>
> > I have a trivial `Include:' script.

Here in Japan, most mails are written in ISO-2022-JP though
`Q' doesn't do code translating (to UTF).  I felt awkward
to write C-codes to solve this.  I just favour rc scripting.

Oh, and I think 3rd acme/mail didn't have `Q' reply, did it?
--

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

* Re: [9fans] Mail 'Q' reply
@ 2002-10-09  3:13 Dennis Ritchie
  0 siblings, 0 replies; 10+ messages in thread
From: Dennis Ritchie @ 2002-10-09  3:13 UTC (permalink / raw)
  To: 9fans

 > Here in Japan, most mails are written in ISO-2022-JP though
 > `Q' doesn't do code translating (to UTF).  I felt awkward
 > to write C-codes to solve this.  I just favour rc scripting.

 > Oh, and I think 3rd acme/mail didn't have `Q' reply, did it?

Q is new, but I have until now been happily using my
/bin/mindent:

   #!/bin/rc
   sed 's/^./ > &/'

by executing |mindent after selecting.  Q indeed
shortcuts the process.  Doesn't help with
translation, of course.

	Dennis


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

* Re: [9fans] Mail 'Q' reply
@ 2002-10-07  1:26 YAMANASHI Takeshi
  0 siblings, 0 replies; 10+ messages in thread
From: YAMANASHI Takeshi @ 2002-10-07  1:26 UTC (permalink / raw)
  To: 9fans

> I want to add a feature to 'Q' reply so that if there is some text
> selected in the buffer, only that part would be quoted.

I have a trivial `Include:' script.

	term% cat /bin/Include:
	#!/bin/rc
	echo
	sed -e '1,/^$/d' -e 's/^/> /' < $1
	exit

and execute the line `Include: /mail/fs/mbox/9/raw',
sometimes adding a `|' to the head.
--
YAMANASHI Takeshi



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

* Re: [9fans] Mail 'Q' reply
@ 2002-10-06 22:05 Skip Tavakkolian
  0 siblings, 0 replies; 10+ messages in thread
From: Skip Tavakkolian @ 2002-10-06 22:05 UTC (permalink / raw)
  To: 9fans

Check out the change to Mail that Rob posted to sources earlier.
It works great, and much faster/easier than any pervious methods
of partial quoting.

> I have a trivial `Include:' script.



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

* Re: [9fans] Mail 'Q' reply
@ 2002-10-06 20:42 rob pike, esq.
  0 siblings, 0 replies; 10+ messages in thread
From: rob pike, esq. @ 2002-10-06 20:42 UTC (permalink / raw)
  To: 9fans

> I want to add a feature to 'Q' reply so that if there is some text
> selected in the buffer, only that part would be quoted.

Done, installed on sources, and used to create this reply.

-rob



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

* Re: [9fans] Mail 'Q' reply
@ 2002-10-06 18:11 Skip Tavakkolian
  0 siblings, 0 replies; 10+ messages in thread
From: Skip Tavakkolian @ 2002-10-06 18:11 UTC (permalink / raw)
  To: 9fans

> Done, installed on sources, and used to create this reply.

Cool! Thanks a bunch.



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

* Re: [9fans] Mail 'Q' reply
@ 2002-10-05 12:18 rob pike, esq.
  0 siblings, 0 replies; 10+ messages in thread
From: rob pike, esq. @ 2002-10-05 12:18 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 83 bytes --]

That shouldn't be too hard.  I may take a crack at it if I get some time.

-rob

[-- Attachment #2: Type: message/rfc822, Size: 1663 bytes --]

From: "Skip Tavakkolian" <fst@centurytel.net>
To: 9fans@cse.psu.edu
Subject: [9fans] Mail 'Q' reply
Date: Fri, 4 Oct 2002 23:29:12 -0400
Message-ID: <a9a6f109f6b3a9d7e1a76c3b7f5e53a1@centurytel.net>

I want to add a feature to 'Q' reply so that if there is some text
selected in the buffer, only that part would be quoted.  Any reason
not to do this?  I've just started looking at the sources
(/acme/mail/src).  Is this a major change?

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

* [9fans] Mail 'Q' reply
@ 2002-10-05  3:29 Skip Tavakkolian
  0 siblings, 0 replies; 10+ messages in thread
From: Skip Tavakkolian @ 2002-10-05  3:29 UTC (permalink / raw)
  To: 9fans

I want to add a feature to 'Q' reply so that if there is some text
selected in the buffer, only that part would be quoted.  Any reason
not to do this?  I've just started looking at the sources
(/acme/mail/src).  Is this a major change?



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

end of thread, other threads:[~2002-10-09 12:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-09  2:35 [9fans] Mail 'Q' reply YAMANASHI Takeshi
  -- strict thread matches above, loose matches on Subject: below --
2002-10-09 12:08 rog
2002-10-09  3:25 okamoto
2002-10-09  3:13 Dennis Ritchie
2002-10-07  1:26 YAMANASHI Takeshi
2002-10-06 22:05 Skip Tavakkolian
2002-10-06 20:42 rob pike, esq.
2002-10-06 18:11 Skip Tavakkolian
2002-10-05 12:18 rob pike, esq.
2002-10-05  3:29 Skip Tavakkolian

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).