GNU bug report logs -
#19136
25.0.50; Typo in vc/vc.el
Previous Next
Reported by: Ulrich Müller <ulm <at> gentoo.org>
Date: Fri, 21 Nov 2014 07:37:02 UTC
Severity: minor
Tags: patch
Found in version 25.0.50
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 19136 in the body.
You can then email your comments to 19136 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#19136
; Package
emacs
.
(Fri, 21 Nov 2014 07:37:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Ulrich Müller <ulm <at> gentoo.org>
:
New bug report received and forwarded. Copy sent to
bug-gnu-emacs <at> gnu.org
.
(Fri, 21 Nov 2014 07:37:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Tags: patch
From 06f25088e8908c72973390a64691c2f6af60cef7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ulrich=20M=C3=BCller?= <ulm <at> gentoo.org>
Date: Fri, 21 Nov 2014 08:34:00 +0100
Subject: [PATCH] vc/vc.el: Fix typo.
---
lisp/vc/vc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index 5d63b57..c7e19a6 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -52,7 +52,7 @@
;; This mode is fully documented in the Emacs user's manual.
;;
-;; Supported version-control systems presently include CVS, RCS, SCR, GNU
+;; Supported version-control systems presently include CVS, RCS, SRC, GNU
;; Arch, Subversion, Bzr, Git, Mercurial, Monotone and SCCS
;; (or its free replacement, CSSC).
;;
--
2.1.3
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#19136
; Package
emacs
.
(Fri, 21 Nov 2014 08:48:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 19136 <at> debbugs.gnu.org (full text, mbox):
> Date: Fri, 21 Nov 2014 08:35:46 +0100
> From: Ulrich Müller <ulm <at> gentoo.org>
>
> Tags: patch
You don't need approval for fixing typos.
Thanks.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#19136
; Package
emacs
.
(Fri, 21 Nov 2014 08:56:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 19136 <at> debbugs.gnu.org (full text, mbox):
>>>>> On Fri, 21 Nov 2014, Eli Zaretskii wrote:
> You don't need approval for fixing typos.
Yeah, but I'm lacking the privileges to push to the repo.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#19136
; Package
emacs
.
(Fri, 21 Nov 2014 09:14:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 19136 <at> debbugs.gnu.org (full text, mbox):
Ulrich Mueller <ulm <at> gentoo.org> writes:
>>>>>> On Fri, 21 Nov 2014, Eli Zaretskii wrote:
>
>> You don't need approval for fixing typos.
>
> Yeah, but I'm lacking the privileges to push to the repo.
And when somebody is fixing vc, please add as well:
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index 761e67d..f407ab2 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -199,7 +199,7 @@ basic editing operations under Bazaar.
SRC (src) is RCS, reloaded - a specialized version-control system
designed for single-file projects worked on by only one person. It
allows multiple files with independent version-control histories to
-exisr in one directory, and is thus particularly well suited for
+exist in one directory, and is thus particularly well suited for
maintaining small documents, scripts, and dotfiles. While it uses RCS
for revision storage, it presents a modern user interface featuring
lockless operation and integer sequential version numbers. VC
--
Best wishes
H. Dieter Wilhelm
Darmstadt, Germany
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Fri, 21 Nov 2014 09:24:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Ulrich Müller <ulm <at> gentoo.org>
:
bug acknowledged by developer.
(Fri, 21 Nov 2014 09:24:02 GMT)
Full text and
rfc822 format available.
Message #19 received at 19136-done <at> debbugs.gnu.org (full text, mbox):
> Date: Fri, 21 Nov 2014 09:55:41 +0100
> Cc: 19136 <at> debbugs.gnu.org
> From: Ulrich Mueller <ulm <at> gentoo.org>
>
> >>>>> On Fri, 21 Nov 2014, Eli Zaretskii wrote:
>
> > You don't need approval for fixing typos.
>
> Yeah, but I'm lacking the privileges to push to the repo.
Sorry. Pushed.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#19136
; Package
emacs
.
(Fri, 21 Nov 2014 09:37:02 GMT)
Full text and
rfc822 format available.
Message #22 received at 19136 <at> debbugs.gnu.org (full text, mbox):
> From: dieter <at> duenenhof-wilhelm.de (H. Dieter Wilhelm)
> Cc: Eli Zaretskii <eliz <at> gnu.org>, 19136 <at> debbugs.gnu.org
> Date: Fri, 21 Nov 2014 10:13:35 +0100
>
> Ulrich Mueller <ulm <at> gentoo.org> writes:
>
> >>>>>> On Fri, 21 Nov 2014, Eli Zaretskii wrote:
> >
> >> You don't need approval for fixing typos.
> >
> > Yeah, but I'm lacking the privileges to push to the repo.
>
> And when somebody is fixing vc, please add as well:
Ack. Also fixed the broken build of the manual, caused by Eric's
changes.
Eric, please use speller more than you do, there are a lot of typos in
your texts. Also make sure you actually build the manuals before you
push, to avoid breakage.
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#19136
; Package
emacs
.
(Fri, 21 Nov 2014 11:08:01 GMT)
Full text and
rfc822 format available.
Message #25 received at 19136 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org>:
> Eric, please use speller more than you do, there are a lot of typos in
> your texts. Also make sure you actually build the manuals before you
> push, to avoid breakage.
Will do.
Sigh. I can spell. But I'm an awful typist, amd sometimes fail to notice
the typos.
--
<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>
Information forwarded
to
bug-gnu-emacs <at> gnu.org
:
bug#19136
; Package
emacs
.
(Fri, 21 Nov 2014 11:10:02 GMT)
Full text and
rfc822 format available.
Message #28 received at 19136 <at> debbugs.gnu.org (full text, mbox):
> Date: Fri, 21 Nov 2014 06:07:47 -0500
> From: "Eric S. Raymond" <esr <at> thyrsus.com>
> Cc: "H. Dieter Wilhelm" <dieter <at> duenenhof-wilhelm.de>, ulm <at> gentoo.org,
> 19136 <at> debbugs.gnu.org
>
> Sigh. I can spell. But I'm an awful typist, amd sometimes fail to notice
> the typos.
Same here. That's why the speller helps.
Thanks.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 19 Dec 2014 12:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 10 years and 184 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.