all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Joe Fineman <jcf@TheWorld.com>
Subject: Re: Pascals Triangle
Date: 05 Aug 2003 17:52:42 -0400	[thread overview]
Message-ID: <wkr83zixg5.fsf@TheWorld.com> (raw)
In-Reply-To: de3ad953.0308050736.156a1f7d@posting.google.com

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.  :||

      parent reply	other threads:[~2003-08-05 21:52 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-08-05 15:36 Pascals Triangle Artist
2003-08-05 17:11 ` Kevin Rodgers
2003-08-05 21:52 ` Joe Fineman [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=wkr83zixg5.fsf@TheWorld.com \
    --to=jcf@theworld.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.