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

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

bug#23284: 25.0.92; Cannot input 'Y' with dired-do-query-replace-regexp


From: Eli Zaretskii
Subject: bug#23284: 25.0.92; Cannot input 'Y' with dired-do-query-replace-regexp
Date: Sat, 16 Apr 2016 13:02:36 +0300

> From: Alexis <flexibeast@gmail.com>
> Date: Fri, 15 Apr 2016 18:31:44 +1000
> Cc: 23284@debbugs.gnu.org
> 
> Kévin Le Gouguec <kevin.legouguec@gmail.com> writes:
> 
> > I cannot get dired-do-query-replace-regexp to replace all 
> > remaining matches in all remaining buffers. To reproduce:
> >
> >     $ for f in bar baz; do echo foo > $f; done $ emacs -Q . 
> >     # works with -nw as well
> >
> >     m m                 (mark bar and baz) Q oo RET aa RET 
> >     (replace "foo" with "faa") Y
> >
> > At this point, with Emacs 24-5, 'Y' would, as the help suggests, 
> > "replace all remaining matches in all remaining buffers with no 
> > more questions".
> >
> > With Emacs 25, 'Y' replaces one match in file bar, then leaves 
> > point after "faa". File baz is left untouched.
> >
> > There is also an *xref* buffer that pops up, with which I cannot 
> > do anything:
> >
> > - inputting 'g' yields "revert-buffer--default: Buffer does not 
> > seem to 
> >   be associated with any file"; 
> > - inputting 'r oo RET aa RET' yields "user-error: Search results 
> > out of 
> >   date".
> 
> Reproduced on emacs-25 branch as at commit 24b87a1d.

Dmitry, can you please look into this?

Thanks.





reply via email to

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