Re: console beep, mutt, removing compiled stuff

2002-09-19 Thread Matthew Weier O'Phinney
--jeff <[EMAIL PROTECTED]> wrote (on Thursday, 19 September 2002, 10:58 AM -0400): > 1) what makes the console beep (tab-completion, > hitting backspace) and how do you shut it off - > permanently... setterm? You need to add the following line to your ~/.inputrc set bell-sty

console beep, mutt, removing compiled stuff

2002-09-19 Thread jeff
howdy folks! few questions... 1) what makes the console beep (tab-completion, hitting backspace) and how do you shut it off - permanently... setterm? 2) anyone know of a nice mutt tutorial out there? i'm starting to dump most of the gui programs in favor of text mode stuff... ala irssi

Re: [users] console beep

2001-07-06 Thread Sebastiaan
On Fri, 6 Jul 2001, Martin F. Krafft wrote: > also sprach Christian Jaeger (on Fri, 06 Jul 2001 01:50:41PM +0200): > > 1. switch off console beep (internal pc speaker) in gnome-terminal > > (or alltogether). Or let gnome-terminal issue a sound to esd / > > /dev/dsp / whate

Re: console beep

2001-07-06 Thread Christian Jaeger
(You have to be root for that) ?? you don't have! Why are /dev/tty* world writable on my debian system??? They aren't on my linuxppc machine. Does this have something to do with the kernel 2.4.5 default umask bug/quirk? Christian.

Re: console beep

2001-07-06 Thread staf wagemakers
On Fri, Jul 06, 2001 at 02:31:16PM +0200, Christian Jaeger wrote: > >You could use ssh to execute a remote shell script. > > But how does the remote script issue the beep? ;-) Ctrl-g doesn't do > what we are talking about. It should work... Another solution is: echo -e "\7" -- staf wagemakers

Re: [users] Re: console beep

2001-07-06 Thread Christian Jaeger
At 14:44 Uhr +0200 6.7.2001, Martin F. Krafft wrote: also sprach Christian Jaeger (on Fri, 06 Jul 2001 02:31:16PM +0200): But how does the remote script issue the beep? ;-) Ctrl-g doesn't do what we are talking about. ctrl-v,g! (Not sure how it's related to just Ctrl-g: probably Ctrl-v jus

Re: [users] Re: console beep

2001-07-06 Thread Martin F. Krafft
also sprach Christian Jaeger (on Fri, 06 Jul 2001 02:31:16PM +0200): > But how does the remote script issue the beep? ;-) Ctrl-g doesn't do > what we are talking about. ctrl-v,g! do 'echo ^G' and it should beep. works on my machines here. martin; (greetings from the heart of the

Re: console beep

2001-07-06 Thread Christian Jaeger
At 14:23 Uhr +0200 6.7.2001, staf wagemakers wrote: If you use the bash shell add "set bell-style none" to /etc/inputrc to turn the beeps off. see man bash for more information Thanks! You could use ssh to execute a remote shell script. But how does the remote script issue the beep? ;-) Ctr

Re: console beep

2001-07-06 Thread Christian Jaeger
At 14:06 Uhr +0200 6.7.2001, Martin F. Krafft wrote: also sprach Christian Jaeger (on Fri, 06 Jul 2001 01:50:41PM +0200): 1. switch off console beep (internal pc speaker) in gnome-terminal (or alltogether). Or let gnome-terminal issue a sound to esd / /dev/dsp / whatever, so as to let one

Re: console beep

2001-07-06 Thread staf wagemakers
On Fri, Jul 06, 2001 at 01:50:41PM +0200, Christian Jaeger wrote: > 1. switch off console beep (internal pc speaker) in gnome-terminal > (or alltogether). Or let gnome-terminal issue a sound to esd / > /dev/dsp / whatever, so as to let one control volume. If you use the bash shell add

Re: [users] console beep

2001-07-06 Thread Martin F. Krafft
also sprach Christian Jaeger (on Fri, 06 Jul 2001 01:50:41PM +0200): > 1. switch off console beep (internal pc speaker) in gnome-terminal > (or alltogether). Or let gnome-terminal issue a sound to esd / > /dev/dsp / whatever, so as to let one control volume. xset b 0 > 2. let

console beep

2001-07-06 Thread Christian Jaeger
Hello I'd like to do two things: 1. switch off console beep (internal pc speaker) in gnome-terminal (or alltogether). Or let gnome-terminal issue a sound to esd / /dev/dsp / whatever, so as to let one control volume. 2. let the internal speaker beep through a remote command (so that I