all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jim Meyering <jim@meyering.net>
To: 14637@debbugs.gnu.org
Subject: bug#14637: recent viper-mode regression
Date: Mon, 17 Jun 2013 00:59:55 +0200	[thread overview]
Message-ID: <87sj0hfyqc.fsf@rho.meyering.net> (raw)

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





             reply	other threads:[~2013-06-16 22:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-06-16 22:59 Jim Meyering [this message]
2013-06-18 20:25 ` bug#14637: recent viper-mode regression 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sj0hfyqc.fsf@rho.meyering.net \
    --to=jim@meyering.net \
    --cc=14637@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.