From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Rob Sargent Newsgroups: gmane.emacs.help Subject: Re: How to over-ride locate-dominating-stop-dir-regex Date: Mon, 21 May 2018 22:13:40 -0700 (PDT) Message-ID: <7de91381-5854-4c25-8830-7c679f69a60c@googlegroups.com> References: <81c293f5-9ff4-468f-892c-6c07d2c26831@googlegroups.com> <2fa0f438-8992-479b-8669-a54560893d11@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Trace: blaine.gmane.org 1526966004 6311 195.159.176.226 (22 May 2018 05:13:24 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 22 May 2018 05:13:24 +0000 (UTC) Injection-Date: Tue, 22 May 2018 05:13:41 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 22 07:13:20 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fKzbq-0001Tz-04 for geh-help-gnu-emacs@m.gmane.org; Tue, 22 May 2018 07:13:18 +0200 Original-Received: from localhost ([::1]:53623 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fKzdw-0007n0-Rl for geh-help-gnu-emacs@m.gmane.org; Tue, 22 May 2018 01:15:28 -0400 X-Received: by 2002:a0c:fa0a:: with SMTP id q10-v6mr14080726qvn.49.1526966021195; Mon, 21 May 2018 22:13:41 -0700 (PDT) X-Received: by 2002:ae9:e00a:: with SMTP id m10-v6mr610928qkk.2.1526966020970; Mon, 21 May 2018 22:13:40 -0700 (PDT) Original-Path: usenet.stanford.edu!x25-v6no2399886qto.0!news-out.google.com!k3-v6ni2196qtj.0!nntp.google.com!x25-v6no2399878qto.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=154.5.16.194; posting-account=uAfO4goAAAC3XvpnMtJaIajpk4gnaaoY Original-NNTP-Posting-Host: 154.5.16.194 Original-Xref: usenet.stanford.edu gnu.emacs.help:222683 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:116804 Archived-At: In short, No. I have (setq locate-dominating-stop-dir-regex MY-VERSION-OF-= WHATEVER) and C-h v returns my whatever, but it does not stop locate-domina= ting-file from going beyond my whatever. I can=E2=80=99t step through it f= rom current situation but will tomorrow and report.