• All About Processing Lines in Emacs Lisp http://xahlee.org/emacs/elisp_all_about_lines.html new elisp coding tips for text processing. comments and corrections welcome. plain text version follows. -------------------------------------------------- This page discuss issues about which emacs lisp functions to use for processing lines. e.g. move cursor to to end of line, to next line
On 8 June, 00:00, Henry <s...@btinternet.com> wrote: On 7 June, 12:32, Peter Bone <peterb...@gmail.com> wrote: There are 2 random line segments in a rectangular region. What is the probability that they intersect? Based on testing 10,000,000 examples I have estimated 0.2315 +- 0.0001. I'd like an exact answer based on logic. You will need to specify how a random line
Walter Roberson <roberson@hushmail.com> wrote in message <hujvl8$gvb$1@canopus.cc.umanitoba.ca>... Adam wrote: I would like, in a loop, to plot a dynamic line. What I'm looking for it the line start at zero, then a random point is generated and the line goes to that point (1,randompoint1) then a pause, then it extends to (2,randompoint2) etc.. This should continue until
Hi, I would like, in a loop, to plot a dynamic line. What I'm looking for it the line start at zero, then a random point is generated and the line goes to that point (1,randompoint1) then a pause, then it extends to (2,randompoint2) etc.. This should continue until the loops stops. It should be an easy task but I can't find a way to do it. Here is an example of what I mean for the end result