emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: grep-tree bug


From: Richard Stallman
Subject: Re: grep-tree bug
Date: Thu, 20 May 2004 09:18:13 -0400

       M-x grep-tree RET set-file-modes RET el RET ~/emacs/lisp RET

    The match:

      ./lisp/files.el:2577:       (set-file-modes to-name (logand modes 
#o1777))))

    works as expected, when you activate the result (RET or mouse-2): the
    files is opened at the right spot.  But if you activate this result

      ./lisp/net/tramp.el:1762:    (set-file-modes . 
tramp-handle-set-file-modes)

    Emacs queries for a file name instead of opening it.

I suspect a bug in the code to keep track of directories and
use them for finding these files.

What, I wonder, is default-directory in the *grep* buffer?
Does it accord with what grep thought was the current dir?
Why do we see `./' in these names?




reply via email to

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