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: Stefan Monnier
Subject: Re: How to over-ride locate-dominating-stop-dir-regex
Date: Tue, 22 May 2018 21:43:54 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> 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]