unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Pankaj Jangid <pankaj@codeisgreat.org>
To: Dmitry Gutov <dgutov@yandex.ru>
Cc: 44420@debbugs.gnu.org, Andrii Kolomoiets <andreyk.mad@gmail.com>
Subject: bug#44420: 28.0.50; vc-register, under vc-dir buffer, says file already registered
Date: Sun, 08 Nov 2020 08:28:40 +0530	[thread overview]
Message-ID: <m2zh3s1rmn.fsf@codeisgreat.org> (raw)
In-Reply-To: <10f619e6-c82c-54dc-133c-4fe8306c8db3@yandex.ru> (Dmitry Gutov's message of "Sun, 8 Nov 2020 04:25:37 +0200")

Dmitry Gutov <dgutov@yandex.ru> writes:

> Does this work for y'all?
>
> diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
> index 8def7da377..32664bcd25 100644
> --- a/lisp/vc/vc.el
> +++ b/lisp/vc/vc.el
> @@ -1391,7 +1391,7 @@ vc-register
>  	(unless fname
>  	  (setq fname buffer-file-name))
>  	(when (vc-call-backend backend 'registered fname)
> -	  (error "This file is already registered"))
> +	  (error "This file is already registered: %s" fname))
>  	;; Watch out for new buffers of size 0: the corresponding file
>  	;; does not exist yet, even though buffer-modified-p is nil.
>  	(when bname

Yes. This is fine. User can then take action accordingly.






  reply	other threads:[~2020-11-08  2:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-03 15:51 bug#44420: 28.0.50; vc-register, under vc-dir buffer, says file already registered Pankaj Jangid
2020-11-03 17:42 ` Andrii Kolomoiets
2020-11-03 18:11   ` Pankaj Jangid
2020-11-05  8:05     ` Andrii Kolomoiets
2020-11-05 10:32       ` Pankaj Jangid
2020-11-08  2:25         ` Dmitry Gutov
2020-11-08  2:58           ` Pankaj Jangid [this message]
2020-11-08 12:11             ` Dmitry Gutov
2020-11-08 12:21               ` Andrii Kolomoiets
2020-11-08 12:29                 ` Dmitry Gutov

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=m2zh3s1rmn.fsf@codeisgreat.org \
    --to=pankaj@codeisgreat.org \
    --cc=44420@debbugs.gnu.org \
    --cc=andreyk.mad@gmail.com \
    --cc=dgutov@yandex.ru \
    /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 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).