Como desabilitar o bipe no Octave 3.8.0 GUI no Windows 7

0

A GUI experimental da oitava 3.8.0 está produzindo um bipe de aviso no console se, por exemplo, guia é pressionada e não há nenhuma maneira única de continuar o comando digitado. Como faço para desativar este bipe?

Em 3.6.4, parece que funcionou com set bell-style none , mas este comando está apenas produzindo

error: invalid conversion from string to real N-d array
error: set: expecting graphics handle as first argument
    
por Roland 29.04.2014 / 21:27

2 respostas

0

A mesma pergunta foi confirmada como um bug e foi respondida na postagem este rastreador de Octave , que redireciona para esta postagem no fórum . Citando a resposta dada por JasonNicholson como está:

The key is that the environment variable "bell-style" must be set to "none" for MSYS which comes with Octave. There is two other options "audible" and "visible". Note that the "visible" setting seems to produce the same result as "audible" with Octiave 3.6.4 compiled with visual studio and msys/bin/sh.exe version 3.1.17(1)-release (i686-pc-msys).

1- You need to edit Octave-3.6.4\share\octave.6.4\m\startup\inputrc
2- Add this to the end of inputrc:

## Disable the beep!
set bell-style none

3- Restart Octave and check that it is disabled.

I know in coming years some will find this thread and the procedure will be a little different. I bet the key will be finding the "inputrc" file.

    
por 02.05.2014 / 22:54
0

Se você não precisa fazer beep e o acima não funcionar, você pode desabilitá-lo completamente no gerenciador de dispositivos (você deve marcar "show hidden devices" para ver o driver não pnp). / p>

    
por 10.07.2014 / 14:59

Tags