Displaying 4 results from an estimated 4 matches for "ntext".
Did you mean:
next
2007 Jan 16
1
<BR> and <P> in RedCloth v. Textism
...the following text:
test
text
other
I get back:
<p>test<br />
text</p>
<p>other</p>
In IRB if I try to feed an equivalent string to RedCloth I get
(accounting for hard_breaks on and off here):
irb(main):006:0> val = RedCloth.new("test\ntext\n\nother")
=> "test\ntext\n\nother"
irb(main):007:0> val.hard_breaks = true
=> true
irb(main):008:0> val.to_html
=> "<p>test<br />text<br />\nother</p>"
irb(main):009:0> val.hard_breaks = false
=> false
irb(main):010:0> val.to...
2013 Apr 04
2
custom startup/welcome message
hi everybody
I wonder if there is a simple way, but not simple would be
ok too,
to customize info/welcome page at session start time?
what I'd like to do is to put together simple short howto /
dos & don'ts page for users,
I'm thinking it would be great if it was possible
many thanks
[[alternative HTML version deleted]]
2000 Mar 01
1
R-1.0.0 install: Error "Substitution loop..."
...Substitution loop at /a/euler/export/local/linux/pkg/R-1.0.0/etc/Rdconvlib.pl line 1262, <rdfile> chunk 3268.
and the install of that package stops, half way through the generation of the
help file for InsectSprays (which comes next after IQR).
Line 1262 of etc/Rdconvlib.pl is:
$ntext =~ s/^[\n]*//go;
and "man perldiag" says:
Substitution loop
(P) The substitution was looping infinitely.
(Obviously, a substitution shouldn't iterate more
times than there are characters of input, which is
what happened.) See the discuss...
2004 Mar 21
4
writing text on graphics' window
Hi,
Does anyone know of a method for writing text to the graphics window,
where there is *no* plot? Basically, I have developed a 'significance
test' and I would like the output on the graphics window to say
something about the input parameters and the stats of the significance test.
Any help would be appreciated.
Cheers,
Sam.