[#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:00695] Re: Summary of discussion about RD (Re: Docum enta tion about RD?)
On 19 Aug, Toshiro Kuwabara wrote: > Hi, > > [...] >> >>Also used for email addresses? >> > >> > Yes. ((<URL:mailto:gotoken@notwork.org>)) is also legal URL. >> >> I mean something like: ((<c.hintze@gmx.net>)) :-) > > That is not enough because Headline like "== c.hintze@gmx.net" is not > illegal. Even if Nobody wrote such RD maybe. That problem I don't understand. What would be the problem if I want to write something like... =begin You can contact me under ((<c.hintze@gmx.net>)). Please feel free to write me, whenever you want! :-) =end Why have I to write ((<URL:mailto:....>))? [...] > ????? > Sorry, I don't understand. > \cle think which is better? "((x ... x))" or "(x .. x)"? > (gotoken like "((x ... x))", and Tosh like "(x ... x)".) Sorry if I was confusing you! That seems to be happen all the time along if I try to express myself in English :-)) I mean that `((x...x))' is more appropriate. Every document description language try to use seldom used constructions for commands. In TeX we have the `\' as command indicator, as it is not often used in text. In the *roff family we use a `.' as first character of a line, because it is *very* seldom, that a `.' occurs as first character in a line. Under that point of view, I would think, using `((x' is more seldom than `(x'. Furthermore in future (if necessary) we could also have commands like e.g. ((word .... word)), if we have no non-alphanumeric characters available anymore! ;-))) [...] > uum, you will write such "((x ... x))" type brace as not InlineElement > frequently? > There is another suggestion. back-slash escaping like "((\x ... x))". If that would deliver ((x ... x)) in the text/printout, that is more than ok! :-) I only wants to have a way! > >> > Well, we often use embedding document as `lines killer' in daily hack. >> > But current RD does not deal with such a hackish comment, all embedding >> > document will be printed. Though it maybe right (pedantic) manner, >> > I feel too rigit. For example >> > >> > =begin ignore >> > Ahhhhhhh!! why doesn't callcc work as I intend? >> > >> > p $ccccc >> > p $aaaaa >> > =end ignore >> >> Ohhh! That makes sense, I think. I sometimes use that too! > > Huum, so we need Comment-RD maybe. > But I think "###" is better than "ignore" for Comment-RD. > Ex. > =begin ### > ..... > =end ### > > What do you think? > Hmm... Why not saying that *every* `=begin <anything>' has to be ignored by the rdtool? Only plain `=begin' would be accepted. So other tools could use that feature also, to embed information in multiline comments. [...] > > I think, RD should be a format for man and not for formatter. > So man can read raw-RD (preformmated RD) easily. embeding HTML in RD > is on the assumption of existence of formmater script. So embeding > HTML ( or LaTeX or roff ) is not acceptable in RD. > I wish that RD will NOT become like POD. After thinking more about that, I think I can understand what you mean! ;-))) > > For Example, if you use embeding-other-language in your RD document and > you want to support all of HTML, LaTeX and man, you have to write like > this: [...] > > Do you think it is enough simple? You have convinced me! That is surely not simple! > I think, > when users of your script read your script and look such a document, > they will think it is difficult even only to find Ruby script part > in ".rb" script file. And a man who try to read raw-RD will take more > and more trouble. You're right. > > I suggest altanative idea. we use "@input" instead of "=begin xxx" and > "=end xxx", like "@input filename". Document writer make "filename.html", > "filename.tex" and "filename.man". Formatter choose one of them with > output format. For Example, rd2html choose "filename.html" and rd2latex > choose "filename.tex". > This feature is simple. So it will not make RD complicated. THIS is a nice and fancy idea :-))) I agree that would be far better, than what I have proposed. But please don't name it `@input'! It seems not to fit into RD style, IMHO. And again, please think about to only take into consideration multiline comments that begin with plain `=begin'! I think that could be important. Perhaps in future we will have other tools that also like to use the multiline comment style. As RD is most important, plain `=begin' is reserved for `rdtool'. But please free other kinds for usage of other tools! That means, please ignore every of the comments below e.g.: =begin testcase ... ... =end =begin used algorithm ... ... =end : : [...] > > --- > Tosh > \cle