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

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!gumby!wmichgw!754clifton
  2. From: 754clifton@gw.wmich.edu
  3. Newsgroups: comp.os.os2.apps
  4. Subject: Re: emacs bell
  5. Message-ID: <1992Aug20.223639.5041@gw.wmich.edu>
  6. Date: 21 Aug 92 03:36:39 GMT
  7. References: <1992Aug19.164804.5014@gw.wmich.edu> <1992Aug20.193443.21764@njitgw.njit.edu>
  8. Organization: Western Michigan University
  9. Lines: 18
  10.  
  11. In article <1992Aug20.193443.21764@njitgw.njit.edu>, dic5340@hertz.njit.edu (David Charlap) writes:
  12. > In article <1992Aug19.164804.5014@gw.wmich.edu> 754clifton@gw.wmich.edu writes:
  13. >>Ordinarily you would add (setq visible-bell t) to your .emacs file to `flash'
  14. >>the screen instead of sounding the bell, but I don't know of any way to do
  15. >>this on a PC. Insead change :vb=^G: to :vb=: in the term entry of your
  16. >>termcap.dat file. What could be simplier that that?
  17. > I assume you unsuccessfully tried this with the OS/2 version?  You do
  18. > know that the OS/2 port has a .emacs file, right?  
  19.  
  20. Yes, the first attempt to silence Emacs was to add the (setq...) entry to my
  21. .emacs file and leave the termcap entry alone. The idea was that Emacs would
  22. search the term entry for a :vb entry, and on finding none would do nothing.
  23. It didn't work but defaulted to using :bl (sorry above is incorrect, should
  24. read :bl=:).
  25.  
  26. /Doug
  27.