[#539] A new discussion topic ;-) — Clemens Hintze <c.hintze@...>
Hi all,
[#546] Question concerning modules (1) — clemens.hintze@...
[#548] Bug: concerning Modules! — clemens.hintze@...
[#564] Ruby 1.3.7 — Yukihiro Matsumoto <matz@...>
Ruby 1.3.7 is out, check out:
[#567] New feature request! :-) — clemens.hintze@...
On 6 Aug, Yukihiro Matsumoto wrote:
Hi,
On 6 Aug, Yukihiro Matsumoto wrote:
[#590] Bug in Array#clone! — clemens.hintze@...
Hi,
Hi,
[#600] A `File' is not a `IO'????? — clemens.hintze@...
Hi,
On 10 Aug, Yukihiro Matsumoto wrote:
Hi,
Hi,
Hi,
On 11 Aug, GOTO Kentaro wrote:
Hi,
On 11 Aug, Yukihiro Matsumoto wrote:
Hi,
[#607] How to pass by `new' method of superclass? — clemens.hintze@...
[#626] Next misbehavior (sorry :-) — clemens.hintze@...
Hi,
[#634] ANN: testsupp.rb 0.1 — Clemens Hintze <c.hintze@...>
Hi,
[#637] Backtrace of SIGSEGV — Clemens Hintze <c.hintze@...>
Hi,
Hi,
On 12 Aug, Yukihiro Matsumoto wrote:
Hi,
On 12 Aug, Yukihiro Matsumoto wrote:
Hi,
[#655] Your wish is fulfilled (erhm, almost ;-) — Clemens Hintze <c.hintze@...>
Hi Gotoken,
[#667] How do I use `callcc' — Clemens Hintze <c.hintze@...>
Hi,
[#668] Way to intercept method calls? — Clemens Hintze <c.hintze@...>
Hi,
[#679] Documentation about RD? — Clemens Hintze <c.hintze@...>
Hi,
=begin
On 18 Aug, Toshiro Kuwabara wrote:
Hi,
On 18 Aug, GOTO Kentaro wrote:
Hi,
On 19 Aug, Toshiro Kuwabara wrote:
Hi,
On 19 Aug, Toshiro Kuwabara wrote:
Hi,
Hi,
On 19 Aug, Toshiro Kuwabara wrote:
Hi
Hi,
Hi,
Hi Tosh and all,
Hi,
Hi,
Hi,
Hi,
Hi,
Hi,
Hi,
Hi,
Hi,
On 19 Aug, Yukihiro Matsumoto wrote:
Hi,
On 20 Aug, Toshiro Kuwabara wrote:
Hi,
On 21 Aug, Toshiro Kuwabara wrote:
Hi,
On 21 Aug, Toshiro Kuwabara wrote:
Hi,
Hi,
Hi,
On 24 Aug, Toshiro Kuwabara wrote:
Hi,
I thought people might be interested in this. Here's how I am plugging
On 31 Aug, Jonathan Aseltine wrote:
[#737] RD with multi charset — Minero Aoki <aamine@...>
Hi, I'm Minero Aoki. This is my first mail in this mailling list.
Hi,
Hi,
Hi,
Hi,
On 28 Aug, Minero Aoki wrote:
Hi,
[ruby-talk:00683] Re: Summary of discussion about RD (Re: Documenta tion about RD?)
On 18 Aug, Toshiro Kuwabara wrote:
> =begin
> == Pre-script
> Hello!
>
> Thank you for your using RD and RDtool in testsupp-0.2!> \cle
Thank you for providing such a great tool, Tosh! :-))))
> But you made a mistake. HTML element like <B> ... </B> and <CENTER>
> ... </CENTER> should not use in RD. RDtool-0.2.1 or after come not
> to escape "<", ">" and "&" to "<", ">" and "&". RD have
I know, I have already realized that! :-( My fault! I have find, that
`rd2html' didn't escape `<...>' tags within my doc, I have silently
used them. It is already corrected in my current version. But I will
not issue a new release only because these thumbness of mine :-)
> not have "Emphasis" element yet. We have now discussed RD should have
> such element.
That would be fine. I have already thought of that also. I had some
ideas but I didn't know, how to send them to you, as I had no mail
adress. Perhaps you could introduce it into the README?
Regarding my ideas, I find these of you all much better than my own, so
I will not mention them here, respectively I would adapt them to the
proposed syntax. :-)
Here are two of them:
- May I propose to have a `rd2man' in future?
- The latex section seems to numerate sections beginning with
`==with 0, if there was no `= エ section before. I think, if
there is no `= ' section, it should silently be cut down one
level. So the first occurence of `== ' should become `1.' but
not `0.1'. That should also be valid, if I would have a `=== '
section as highest level in my doc.
That means, the highest level in a RD doc should be regarded
as level one in a Latex doc!
Why could that be meaningful? Perhaps I would like to write
some documents together in a book-like document. But I should
also be able to separately handle them!
What do you think?
>
> == RD current
> RD format is now under discussion. So, There is not explanation for the
> details of RD in Ruby-Manual. And we don't have official document about
> RD either. "About RD Format" section of README.html of RDtool is likely
> to only one document about RD (but not official).
But then, it should be mentioned in the README of Ruby, about the fact,
that there *IS* a RD format for documenting Ruby. And where to get the
tools and infos!
>
> We dicsuss about RD in ruby-list ML, Japanese Ruby ML. But if you have
> suggestions about RD format, you can also suggest them in this "ruby-talk"
> ML (maybe).
I will do it.
[...]
> For Example,
> :((!Em!)) ( or ((*Em*)) )
> Emphasis. Like \em of LaTeX.
Would I use it as `((*This sentence is emphased*))'?
I would propose only to use `*', as it would free `!' for another
meaning later. Furthermore `*' is more a catchup for the eye.
[...]
> : ((var))
Used like `(($_))'?
[...]
> : ((<Identity or URL>))
> Link, Reference. Like <a href="...">...</a> of HTML.
> we will use title of HeadlineElement or caption of ListElement for "Identity"
> to refer without "Label".
> And will use "((<URL:http://www.netlab.co.jp/ruby/>))" to refer resource on
> the Net.
Also used for email addresses?
> : ((-Footnote-))
> Footnote. Like \footnote of LaTeX. (We use "(--Footnote--)" now.)
> : (('verb')) ( or {{verb}}? )
> Inline Verbatim. Like \verb of LaTeX.
>
> Tosh suggested to use "(x ... x)" instead of "((x ...x))". Tosh think
> "(x ... x)" is more simple and more naturally embeded in plain text.
> But Mr.Goto is afraid that "(x ... x)" is so simple that it may cause
> some trouble.
I think you are right, but Goto also :-) The `((x..x))' syntax seems to
be more error prone!
May I suggest another thing? If there is a text like
`(( This is text ))' or `(( This is text))'
you could treat that *not* as inline-element, and remove *one* leading
whitespace! I.e. it would become `((This is text ))' or `((This is
text))' respectively!
[...]
> === Comment-RD and HTML-embeding in RD
> Some want to use RD as multi-line comment. Mr.Fukuma suggested it in
> [ruby-list:16136]. And Mr.Goto suggested to use
> "=begin some_tag ... =end some_tag" for mutli-line comment.
I don't understand that proposal.
>
> Mr.Goto also suggested HTML-embeding like Perl. i.e. use following type of
> "=begin ... =end" to embed HTML (or Markup Language).
> =begin html
> <br>Figure 1.<IMG SRC="figure1.png"><br>
> =end html
> It is suggested in [ruby-list:16162].
>
> Tosh think comment-RD and HTML-embeding make RD complicated.
It would make the tool a bit more complicate, but it could improve the
abilities to document something. I thing, if it is decided to have
`=begin html' we also should get `=begin man', `=begin latex' and so
on.
Perhaps simply insert them into the corresponding result?
[...]
> == Post-script
> I put rdtool-0.2.2.tar.gz, newest release of RDtool, in in.coming.
> gotoken send me a patch for LaTeX format, thanks! > gotoken
> and I fixed some bug in parser.
Thanks for the info! :-)))
>
> Sorry of my poor English...
Nothing to forgive. Mine is also not better ;-))))
> =end
> ---
> Tosh
\cle