help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to over-ride locate-dominating-stop-dir-regex


From: Rob Sargent
Subject: Re: How to over-ride locate-dominating-stop-dir-regex
Date: Tue, 22 May 2018 19:49:11 -0600

At the re-entry into locate-dominating-file?

On May 22, 2018, at 7:43 PM, Stefan Monnier <monnier@iro.umontreal.ca> wrote:

>> Using edebug-defun I step through locate-dominating-file and the
>> string-match test uses my value for stop-dir-regexp, eventually matches it
>> after peeling off "bin/segmentGT.awk" and exits the defun.  Then emacs
>> immediately re-enter the defun and this time the string-match uses the
>> built-in value for stop-dir-regexp.
> 
> At that point, do M-x edebug-backtrace RET
> 
> This should help us figure out where the variable is overridden.
> 
> 
>        Stefan
> 
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]