unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* vc-next-action on unregistered files
@ 2008-01-17 11:40 Christoph Conrad
  2008-01-18 14:13 ` Dan Nicolaescu
  0 siblings, 1 reply; 8+ messages in thread
From: Christoph Conrad @ 2008-01-17 11:40 UTC (permalink / raw)
  To: bug-gnu-emacs; +Cc: Christoph Conrad

In GNU Emacs 23.0.50 (i386-msvc-nt5.1.2600)
 of 2008-01-11 on CLEOPATRA
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-msvc (13.10)'

vc-next-action does not work anymore on unregistered files for me. It
does nothing on "C-x v v". Explicit M-x vc-register works.

in vc-next-action:

     ;; Files aren't registered
     ((not state)
      (mapc 'vc-register files))

state is 'unregistered from previous `vc-state'. So testing (not state)
is obviously wrong.




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

end of thread, other threads:[~2008-01-22  9:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-17 11:40 vc-next-action on unregistered files Christoph Conrad
2008-01-18 14:13 ` Dan Nicolaescu
2008-01-18 23:45   ` Christoph Conrad
2008-01-21  9:29   ` Christoph Conrad
2008-01-21 14:55     ` Dan Nicolaescu
2008-01-21 15:19       ` Christoph Conrad
2008-01-21 15:27         ` Dan Nicolaescu
2008-01-22  9:44           ` Christoph Conrad

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).