all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Dan Nicolaescu <dann@ics.uci.edu>
To: esr@thyrsus.com
Cc: Emacs development discussions <emacs-devel@gnu.org>,
	Jim Meyering <jim@meyering.net>,
	Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: C-x v v no longer works the way it used to
Date: Tue, 13 Nov 2007 08:48:35 -0800	[thread overview]
Message-ID: <ur9tznqum58.fsf@mothra.ics.uci.edu> (raw)
In-Reply-To: <ur9oddzxyvx.fsf@mothra.ics.uci.edu> (Dan Nicolaescu's message of "Mon, 12 Nov 2007 07:32:50 -0800")

Dan Nicolaescu <dann@ics.uci.edu> writes:

  > Dan Nicolaescu <dann@ics.uci.edu> writes:
  > 
  >   > "Eric S. Raymond" <esr@thyrsus.com> writes:
  >   > 
  >   >   > Dan Nicolaescu <dann@ics.uci.edu>:
  >   >   > > This patch fixes it. 
  >   >   > > vc-next-action still has the logic to deal with unregistered files,
  >   >   > > but vc-deduce-fileset would not return one... 
  >   >   > > This patch is technically incorrect because it changes
  >   >   > > vc-deduce-fileset to not do what it's docs says it has to do.
  >   >   > > Not sure how the new VC design is supposed to work to fix it
  >   >   > > properly... 
  >   >   > 
  >   >   > You had the right general idea; the strategy has to go through 
  >   >   > vc-deduce-fileset in order not to break the design.  But your patch
  >   >   > produces behavior that won't be welcome in commands other than
  >   >   > vc-next-action, so I put the arm you added under control of 
  >   >   > a new boolean argument ALLOW-UNREGISTERED.
  >   > 
  >   > Now this points to another issue: 
  >   > vc-next-action does this:
  >   > 
  >   >       (mapc 'vc-register files))
  >   > 
  >   > But vc-register is defined like this:
  >   > 
  >   > (defun vc-register (&optional set-revision comment)
  >   > 
  >   > i.e. it does not have a file parameter, it works on the current
  >   > buffer.
  >   > 
  >   > The easy fix would probably be to change the mapc call to do a
  >   > with-current-buffer. But it might be better to change vc-register to
  >   > take a fileset parameter... 
  > 
  > 
  > Here's a patch that changes vc-register to take a file parameter. In the
  > end should take a fileset, but it seems better to first make sure that
  > the simpler case works.

I checked this in.

Making vc-register have a fileset parameter would probably have to wait
until there's a way to test that. Currently vc-dired does not show
non-registered files, so one can't select them to create a fileset.

  reply	other threads:[~2007-11-13 16:48 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2007-11-14 10:54             ` 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=ur9tznqum58.fsf@mothra.ics.uci.edu \
    --to=dann@ics.uci.edu \
    --cc=emacs-devel@gnu.org \
    --cc=esr@thyrsus.com \
    --cc=jim@meyering.net \
    --cc=monnier@iro.umontreal.ca \
    /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.