Gnus development mailing list
 help / color / mirror / Atom feed
* Re: !MML
@ 1998-11-15 17:27 Sean Doran
  1998-11-15 18:04 ` !MML Kai.Grossjohann
  0 siblings, 1 reply; 34+ messages in thread
From: Sean Doran @ 1998-11-15 17:27 UTC (permalink / raw)


Kai wrote:

| I think if you want to go the route of marking up MIME stuff with
| normal text (as opposed to text properties), then the markup should be
| something which is unlikely to occur in the normal mail text.
|
| Parentheses and SGML-like tags are too likely to occur in normal mail
| text, IMHO.

I think the point was to have an actual language for describing
MIME messages that would be amenable to automation, rather than
to have something specifically designed to be especially user-friendly.

Something Lisp-like seemed pretty natural since Gnus developers
seem pretty fluent in Lisp.

Also, Lisp is not especially user-unfriendly, so if someone who knows Lisp
had some reason to go munging the MIME message at the description-language
level, she or he would have a relatively small learning curve.

Normally keystroke mechanisms would be used to do the manipulation.

| What about saying that a line beginning with a special string is such
| a MIME markup?  Let's say lines beginning with "@.:" or something.
| (Don't use "@#$%", that'll be too often used for four-letter words :-)

Well, I guess APL is another strong candidate...

	Sean. (with mad visions of higher-order functions in Gnus-to-Gnus MIME)


^ permalink raw reply	[flat|nested] 34+ messages in thread
* Re: !MML
@ 1998-11-14 21:02 Sean Doran
  1998-11-14 21:40 ` !MML Hrvoje Niksic
  0 siblings, 1 reply; 34+ messages in thread
From: Sean Doran @ 1998-11-14 21:02 UTC (permalink / raw)


| > (multipart :type alternative
| > (part :type text/plain
| > This is plain text.)
| > (part :type image/gif
| > (external "~/rms.gif")))
| > 
| > Er.
|
| Double er.  The problem with this is that `This is plain text.'
| must not contain closed parentheses -- or its parens must be balanced, 

or you make it so that the closing token for a text/plain bodypart
or anything similar is a parenthesis on a line by itself (or beginning
a line with further Lispy MIME directives).

Or perhaps a dot on a line by itself?

(part :type text/plain
This is plain text.
.
) (part :type image/gif (external "~/rms.gif"))

I don't think that a special closing-token for such things
is totally alien, although it is a bit gross.

One might even have (part :type text/plain :closing-token "\rEOF\r"
Some random text
(of whatever nature)
.
Ending like a UNIX here-file.
EOF
)

	Sean.


^ permalink raw reply	[flat|nested] 34+ messages in thread
* !MML
@ 1998-11-14 19:15 Lars Magne Ingebrigtsen
  1998-11-14 20:02 ` !MML Hrvoje Niksic
  1998-11-15 13:47 ` !MML Kai.Grossjohann
  0 siblings, 2 replies; 34+ messages in thread
From: Lars Magne Ingebrigtsen @ 1998-11-14 19:15 UTC (permalink / raw)


It was suggested to me to use a more Lisp-like syntax instead of a
SGMLey syntax.  So how about:

(multipart :type alternative)
(part :type text/plain)
This is plain text.
(part :type image/gif)
(external "~/rms.gif")
(end multipart)

Hm...  Well, it would make parsing simpler.  :-)

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@ifi.uio.no * Lars Magne Ingebrigtsen


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

end of thread, other threads:[~1998-11-17  9:29 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-11-15 17:27 !MML Sean Doran
1998-11-15 18:04 ` !MML Kai.Grossjohann
1998-11-15 19:23   ` !MML Lars Magne Ingebrigtsen
1998-11-15 19:42     ` !MML Kai.Grossjohann
1998-11-15 20:41       ` !MML Lars Magne Ingebrigtsen
1998-11-15 20:28     ` !MML Vladimir Volovich
1998-11-16  5:45       ` !MML Lars Magne Ingebrigtsen
1998-11-16  6:42   ` !MML Yair Friedman
1998-11-16  8:42     ` !MML Kai.Grossjohann
1998-11-16 14:50       ` !MML Lars Magne Ingebrigtsen
1998-11-16 15:03         ` !MML Yair Friedman
1998-11-16 16:12         ` !MML Kai.Grossjohann
1998-11-17  9:29           ` !MML Robert Bihlmeyer
  -- strict thread matches above, loose matches on Subject: below --
1998-11-14 21:02 !MML Sean Doran
1998-11-14 21:40 ` !MML Hrvoje Niksic
1998-11-15  4:49   ` !MML Shenghuo ZHU
1998-11-15  5:03     ` !MML Shenghuo ZHU
1998-11-15 19:18       ` !MML Lars Magne Ingebrigtsen
1998-11-15 21:28         ` !MML Hrvoje Niksic
1998-11-15 21:58           ` !MML Lars Magne Ingebrigtsen
1998-11-14 19:15 !MML Lars Magne Ingebrigtsen
1998-11-14 20:02 ` !MML Hrvoje Niksic
1998-11-14 20:44   ` !MML Lars Magne Ingebrigtsen
1998-11-14 20:52     ` !MML Hrvoje Niksic
1998-11-14 21:55       ` !MML Lars Magne Ingebrigtsen
1998-11-14 21:26     ` !MML Bruce Stephens
1998-11-15  0:46       ` !MML Lars Magne Ingebrigtsen
1998-11-16 12:32         ` !MML Per Abrahamsen
1998-11-15 13:47 ` !MML Kai.Grossjohann
1998-11-15 19:20   ` !MML Lars Magne Ingebrigtsen
1998-11-15 20:30     ` !MML Vladimir Volovich
1998-11-15 20:48       ` !MML Lars Magne Ingebrigtsen
1998-11-15 21:28     ` !MML Hrvoje Niksic
1998-11-15 22:19       ` !MML Lars Magne Ingebrigtsen

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