Date: Sun, 12 Oct 2003 18:08:40 +0930 From: "Rob" <listone@deathbeforedecaf.net> To: <jason@dictos.com>, <freebsd-questions@freebsd.org> Subject: Re: Beep when tab cannot incomplete Message-ID: <035501c3909c$3d1dd8d0$a4b826cb@goo> References: <200310111243.08231.jason@dictos.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Assuming that you're running tcsh, the relevant part of the manpage is: matchbeep (+) If set to `never', completion never beeps. If set to `nomatch', it beeps only when there is no match. If set to `ambiguous, it beeps when there are multiple matches. If set to `notunique', it beeps when there is one exact and other longer matches. If unset, `ambiguous' is used. This variable should be added to the .tcshrc or .cshrc file in your home directory, like this: set matchbeep = nomatch ----- Original Message ----- From: "jason dictos" <jason@dictos.com> Subject: Beep when tab cannot incomplete > Hello, > > Where's the "disable beep when I can't complete the tab" setting? > > -Jason > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?035501c3909c$3d1dd8d0$a4b826cb>