[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Another Fred suggestion suggestion suggestion




   From: malczews%aludra.usc.edu@usc.edu (Frank Malczewski)

   Granted that what the tab key does in MACL is quite a handy feature, but
   what I would really like to see is a hard tab feature incorporated into
   Fred, for example, command-tab, to allow real tabs to be inserted, for 
   such things as easily aligning comments.

Well, how about control-tab?

(comtab-set-key *comtab* '(:control #\tab)
    #'(lambda ()
        (let ((*current-character* #\tab))
          (ed-self-insert))))


     -andrew