unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#14637: recent viper-mode regression
@ 2013-06-16 22:59 Jim Meyering
  2013-06-18 20:25 ` Juri Linkov
       [not found] ` <handler.14637.D14637.13715874305307.notifdone@debbugs.gnu.org>
  0 siblings, 2 replies; 6+ messages in thread
From: Jim Meyering @ 2013-06-16 22:59 UTC (permalink / raw)
  To: 14637

Hello,
I periodically use built-from-git emacs and noticed that in the
last couple of weeks a common command in viper-mode, "!Ggrep ..."
had begun to malfunction.  Normally, !G<cmd> runs CMD on the contents
of the buffer (from the line with point to EOF) and replaces those
lines with the output of the command.

Now, however, it merely appends the result, instead of replacing the
source lines.

E.g., if you run this,

  seq 10 > k; emacs -q -nw -f viper-mode k

then type "!Ggrep 3", you'll end up with this in your buffer:
  1
  2
  3
  4
  5
  6
  7
  8
  9
  10
  3

Instead, the buffer should (and used to) contain this single line:

  3





^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-06-20  2:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-16 22:59 bug#14637: recent viper-mode regression Jim Meyering
2013-06-18 20:25 ` Juri Linkov
2013-06-19  0:28   ` Stefan Monnier
2013-06-19 20:53     ` Juri Linkov
2013-06-20  2:02       ` Stefan Monnier
     [not found] ` <handler.14637.D14637.13715874305307.notifdone@debbugs.gnu.org>
2013-06-19  8:56   ` bug#14637: closed (Re: bug#14637: recent viper-mode regression) Jim Meyering

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).