From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 4FA366DE0946 for ; Sat, 22 Oct 2016 03:59:10 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.534 X-Spam-Level: X-Spam-Status: No, score=0.534 tagged_above=-999 required=5 tests=[AWL=-0.118, SPF_NEUTRAL=0.652] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Mi3lOIEtCzoH for ; Sat, 22 Oct 2016 03:59:08 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id DAC2F6DE02AC for ; Sat, 22 Oct 2016 03:59:07 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id AA13710008D; Sat, 22 Oct 2016 13:59:50 +0300 (EEST) From: Tomi Ollila To: David Bremner , notmuch@notmuchmail.org Subject: Re: bash completion install location In-Reply-To: <87d1jggylv.fsf@zancas.localnet> References: <87d1jggylv.fsf@zancas.localnet> User-Agent: Notmuch/0.23+19~gfcc7292 (https://notmuchmail.org) Emacs/24.5.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2016 10:59:10 -0000 On Tue, Oct 04 2016, David Bremner wrote: > Debian complains about /etc/bash_completion.d begin obsolete and also > claims that /usr/share/bash-completion/completions is the right location > [1]. Can someone who uses bash (ideally also some non-Debian platform) > please confirm or deny this? On fedora 24 the location is /usr/share/bash-completion/... Also https://github.com/scop/bash-completion/blob/master/CHANGES#L845 says that layout change for 1.90 is that... and notmuch requires bash-completion 1.90+ for bash completion to be included > [1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=776954