unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* C-x v v no longer works the way it used to
@ 2007-10-14 20:51 Jim Meyering
  2007-10-14 21:01 ` Eric Hanchrow
  2007-10-15  0:50 ` Stefan Monnier
  0 siblings, 2 replies; 12+ messages in thread
From: Jim Meyering @ 2007-10-14 20:51 UTC (permalink / raw)
  To: Emacs development discussions, Eric S. Raymond

Before the recent vc changes, in a version-controlled directory,
if I were visiting a non-version-controlled file and hit C-x v v,
it would effectively add that single file to the version control
system.  i.e., cvs add, git add, etc.

Now, all it does is print "No fileset is available here."

Is this intentional?
If so, how should one add a single file without resorting
to first marking it in dired mode.

To demonstrate, using git, I did this:

  mkdir k && cd k && git-init && touch a && git-add a && git-commit -m . &&
    echo x > new && emacs new

Then I typed C-x v v.

Same story using CVS.

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

end of thread, other threads:[~2007-11-14 10:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-14 20:51 C-x v v no longer works the way it used to Jim Meyering
2007-10-14 21:01 ` Eric Hanchrow
2007-10-14 22:51   ` Miles Bader
2007-10-15  0:50 ` Stefan Monnier
2007-10-15  2:09   ` Eric S. Raymond
2007-10-19 23:21   ` Dan Nicolaescu
2007-10-20 16:56     ` Jim Meyering
2007-10-20 21:07     ` Eric S. Raymond
2007-10-21  2:59       ` Dan Nicolaescu
2007-11-12 15:32         ` Dan Nicolaescu
2007-11-13 16:48           ` Dan Nicolaescu
2007-11-14 10:54             ` 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).