Inspired by Steve's "Fold the vellum" paradigm, I wondered about some kind
of "running encoding" of any text. (Don't know if that's the right term --
I'll
just call it that.)
The idea is essentially to write down a table of your cleartext letters:
...
Now what you write down is not the sequence of letters, but their relative
positions.
...
Now you encode this _instructions_ how to jump from table cell to cell.
(Essentially, you've got some 26 different moves, so for each move you could
invent one particular symbol. Hint hint.)
...
Now the questions --
I browsed some period encoding schemes, but didn't find anything like
that. Is
it true that none of these "running encoding" schemes was ever used? (I
understand they would be vulnerable to the loss of individual letters, but
you
could recover by introducing codes to "synchronise", ie to give you absolute
rather than relative positions again.)