GNU bug report logs - #4685
23.1; vc-rcs doesn't recognize status when checkin-switch -l

Previous Next

Package: emacs;

Reported by: Evangelos Evangelou <vangelis <at> email.unc.edu>

Date: Fri, 9 Oct 2009 09:40:06 UTC

Severity: normal

Done: Dan Nicolaescu <dann <at> ics.uci.edu>

Bug is archived. No further changes may be made.

Full log


Message #18 received at 4685-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Dan Nicolaescu <dann <at> ics.uci.edu>
To: Vangelis Evangelou <vangelis <at> email.unc.edu>
Cc: 4685-done <at> debbugs.gnu.org
Subject: Re: bug#4685: 23.1; vc-rcs doesn't recognize status when checkin-switch -l
Date: Tue, 13 Oct 2009 23:12:21 -0700 (PDT)
"Vangelis Evangelou" <vangelis <at> email.unc.edu> writes:

  > Hello,
  > 
  > Thank you for your reply. Based on what you said I was able to fix the
  > error by applying the setting below, although I am not sure if that's
  > the best solution. Thanks.
  > 
  > (setq vc-checkin-hook
  >      '(lambda()
  >         (if (and (buffer-file-name) (eq (vc-backend
  > (file-name-nondirectory buffer-file-name)) 'RCS))
  >             (shell-command (concat "rcs -U \"" (file-name-nondirectory
  > buffer-file-name) "\"") "*vc*"))))

Good, closing this bug then.



This bug report was last modified 15 years and 275 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.