Re: Beep when tab cannot incomplete

2003-10-12 Thread Rob
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" <[EMAIL PROTECTED]>
Subject: Beep when tab cannot incomplete


> Hello,
>
>Where's the "disable beep when I can't complete the tab" setting?
>
> -Jason
> ___
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"[EMAIL PROTECTED]"
>

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Beep when tab cannot incomplete

2003-10-12 Thread jason dictos
Hello,

   Where's the "disable beep when I can't complete the tab" setting?

-Jason
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"