* Pascals Triangle @ 2003-08-05 15:36 Artist 2003-08-05 17:11 ` Kevin Rodgers 2003-08-05 21:52 ` Joe Fineman 0 siblings, 2 replies; 3+ messages in thread From: Artist @ 2003-08-05 15:36 UTC (permalink / raw) Hi, Which mode or arrangment would allow in emacs to draw a structure like pascal's triangle. (Not the pascal's triangle itself). Thanks artist ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Pascals Triangle 2003-08-05 15:36 Pascals Triangle Artist @ 2003-08-05 17:11 ` Kevin Rodgers 2003-08-05 21:52 ` Joe Fineman 1 sibling, 0 replies; 3+ messages in thread From: Kevin Rodgers @ 2003-08-05 17:11 UTC (permalink / raw) Artist wrote: > Hi, > Which mode or arrangment would allow in emacs to draw a structure > like pascal's triangle. (Not the pascal's triangle itself). fundamental-mode lisp-interaction-mode picture-mode ... -- Kevin Rodgers ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Pascals Triangle 2003-08-05 15:36 Pascals Triangle Artist 2003-08-05 17:11 ` Kevin Rodgers @ 2003-08-05 21:52 ` Joe Fineman 1 sibling, 0 replies; 3+ messages in thread From: Joe Fineman @ 2003-08-05 21:52 UTC (permalink / raw) googleartist@yahoo.com (Artist) writes: > Which mode or arrangment would allow in emacs to draw a structure > like pascal's triangle. (Not the pascal's triangle itself). I would be inclined to use tabs in ordinary text mode: 1 1 1 2 1 1 3 3 1 1 4 6 4 1 etc., and then write something, probably in Elisp, that would massage the spacing to make the columns narrower & centered. -- --- Joe Fineman jcf@TheWorld.com ||: Perhaps even this you will someday remember with pleasure. :|| ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2003-08-05 21:52 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2003-08-05 15:36 Pascals Triangle Artist 2003-08-05 17:11 ` Kevin Rodgers 2003-08-05 21:52 ` Joe Fineman
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 read-only IMAP folder(s) and NNTP newsgroup(s).