home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / emacs / help / 3773 < prev    next >
Encoding:
Text File  |  1992-08-18  |  1.0 KB  |  28 lines

  1. Newsgroups: gnu.emacs.help
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!gnu.ai.mit.edu!rms
  3. From: rms@gnu.ai.mit.edu (Richard Stallman)
  4. Subject: Prefix in Emacs Lisp "packages"
  5. Message-ID: <9208190614.AA01268@mole.gnu.ai.mit.edu>
  6. Sender: daemon@cis.ohio-state.edu
  7. Organization: Gatewayed from the GNU Project mailing list help-gnu-emacs@prep.ai.mit.edu
  8. References: <1532@lysator.liu.se>
  9. Date: Tue, 18 Aug 1992 22:14:06 GMT
  10. Lines: 16
  11.  
  12. I decided long ago that there was no advantage in using `:'
  13. as a delimiter in symbol names.
  14.  
  15. There is no formal concept of packages in Emacs Lisp.
  16. We use naming conventions to indicate which functions 
  17. and variables belong together.  Often the convention is
  18. a common prefix, but it is not required to be a prefix
  19. all the time.
  20.  
  21. The character `:' has no advantage over the character `-'.
  22. And it makes names look less uniform.
  23.  
  24. To help keep GNU Emacs coherent, please don't use `:' as
  25. a delimiter in symbol names when you write Emacs Lisp code
  26. that might possibly ever be useful to distribute.
  27.  
  28.