all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Data entry templates for fortran-type data cards
@ 2002-09-05 12:11 Tom Smith
  0 siblings, 0 replies; only message in thread
From: Tom Smith @ 2002-09-05 12:11 UTC (permalink / 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-09-05 12:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-09-05 12:11 Data entry templates for fortran-type data cards Tom Smith

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.