unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Tom Smith <mcmt84@yahoo.com>
Subject: Data entry templates for fortran-type data cards
Date: Thu, 5 Sep 2002 05:11:33 -0700 (PDT)	[thread overview]
Message-ID: <20020905121133.25348.qmail@web12904.mail.yahoo.com> (raw)

I've got an application that takes data entry as
fortran-type data cards. Each data entry field must be
between the columns locations specified. The form
allows a comment field if the line starts with "C ".
I'd like to use the comment card as a template for the
next line. Consider these three lines in a data file:

C 345678901234567890123456789012345678901234567890
C  name1] name2] float1] float2] int]blank]*  int2]  
  MYNAME1MYNAME2     1.0    1.E6   99      1      3

I'd like emacs to use the comment line with the
brackets as a template for the next line. The "]"
would act as a field marker. On the data line, each
entry would act like a spreadsheet cell. Entering data
in the active cell would not shift the other cells.
Arrow keys could change the active cell. After leaving
a cell, numeric entries could be right justified. On
lines that don't have a "field-indicating" comment
line preceeding it, text entry and editing operates
normally.

Are their any elisp packages that do such a task? Or,
what elisp packages could I delve into that offer
somewhat similar functionality?

Tom

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com

                 reply	other threads:[~2002-09-05 12:11 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20020905121133.25348.qmail@web12904.mail.yahoo.com \
    --to=mcmt84@yahoo.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.
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).