home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / bug-lucid-emacs / text0205.txt < prev    next >
Encoding:
Text File  |  1993-07-04  |  760 b   |  23 lines

  1. >> GNU Emacs doesn't have hash-tables of any sort, as far as I can tell.
  2. > "intern".
  3. > (lemacs has more general (non-string-keyed) tables.)
  4.  
  5. Sigh.  :-]  Well, I was referring to general-purpose hash tables,
  6. with any sort of implementation, in GNU's version of Emacs 19.
  7. Not that it really matters...
  8.  
  9.                                 -- Dave
  10.  
  11. hat slips through the cracks.  Even if the functions can
  12. all be fixed, there will be variables that break and can't easily
  13. be fixed (for the reasons you stated).
  14.  
  15. >> Then perhaps Lucid's command loop should yell if it sees that
  16. >> unread-command-char has been bound to anything.
  17. > (I guess you mean "set", not "bound.")  Yes, I think that's a good idea.
  18.  
  19. I was thinking "boundp", but yes, I suppose "set" is the right word.
  20.  
  21.                                 -- Dave
  22.  
  23.