MathGroup Archive 1998

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: BEEP



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.



  • Prev by Date: RE-1: [TS 9937]--Formatting (x_Real)
  • Next by Date: Buggy Editor
  • Prev by thread: BEEP
  • Next by thread: Re: BEEP