Re: BEEP
- To: mathgroup@smc.vnet.net
- Subject: [mg12512] Re: BEEP
- From: paulh@monon.wolfram.com (P.J. Hinton)
- Date: Sat, 23 May 1998 18:10:44 -0400
- Organization: Wolfram Research, Inc.
- References: <6joipa$k10@smc.vnet.net>
In article <6joipa$k10@smc.vnet.net>, Michael Bunk <m.bunk@iatf.fzk.de> writes: |> Every time MATHEMATICA produces a message I get a beep as well. Is it |> possible to switch off this particular beep? There are four front end option settings which by default may cause the front end to beep. They are all a subset of an aggregate option called Message Options. MessageOptions->{"WarningAction" -> "Beep", "ErrorAction" -> {"Beep", "DialogBox"}, "ConsoleMessageAction" -> {"Beep", "PrintToConsole"}, "KernelMessageAction" -> {"Beep", "PrintToNotebook"}} You can edit these settings using the front end Option Inspector dialog box with the scope set to Global. The option may be found under: Global Options Message Options Simply remove the "Beep" string from the right hand side of each rule. If reducing the right hand side results in an empty setting, simply enter an empty list or the word None as the setting. -- P.J. Hinton Mathematica Programming Group paulh@wolfram.com Wolfram Research, Inc. http://www.wolfram.com/~paulh/ Disclaimer: Opinions expressed herein are those of the author alone.