home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / os2 / apps / 5416 < prev    next >
Encoding:
Text File  |  1992-08-19  |  1.1 KB  |  29 lines

  1. Path: sparky!uunet!gumby!wmichgw!754clifton
  2. From: 754clifton@gw.wmich.edu
  3. Newsgroups: comp.os.os2.apps
  4. Subject: Re: emacs bell
  5. Message-ID: <1992Aug19.164804.5014@gw.wmich.edu>
  6. Date: 19 Aug 92 16:48:04 EST
  7. References: <1992Aug18.065207.22053@newstand.syr.edu> <BEDERS.92Aug19125704@wip-sol.dfki.uni-sb.de>
  8. Organization: Western Michigan University
  9. Lines: 18
  10.  
  11. In article <BEDERS.92Aug19125704@wip-sol.dfki.uni-sb.de>, beders@wip-sol.dfki.uni-sb.de (Jochen Bedersdorfer) writes:
  12. > In article <1992Aug18.065207.22053@newstand.syr.edu> jtcox@gumby.syr.edu (Ted Cox) writes:
  13. >    Summary: Can I turn off the bell in emacs?
  14. > A solution that works for me, is to replace all ^G (should be the bell)
  15. > with ^@ wich means 'nothing' in your termcap.dat file.
  16. > There must be a simpler, more emacs-like solution, but
  17. > I am not an emacs-guru...
  18.  
  19. Ordinarily you would add (setq visible-bell t) to your .emacs file to `flash'
  20. the screen instead of sounding the bell, but I don't know of any way to do
  21. this on a PC. Insead change :vb=^G: to :vb=: in the term entry of your
  22. termcap.dat file. What could be simplier that that?
  23.  
  24. /Doug
  25.