help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Automatically commenting changes


From: Pascal J. Bourguignon
Subject: Re: Automatically commenting changes
Date: Tue, 25 Jan 2011 11:09:32 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Gary <help-gnu-emacs@garydjones.name> writes:

> An editor I used long long ago had the ability to tag lines you changed
> with your name (or some other customisable character sequence). For
> example if I changed the line
>   int i = 0;
> the editor would automatically generate a comment on the end:
>   int i = 1; /*gary*/
>
> Does anything like this exist for emacs? Apart from me remembering to do
> it manually, of course...

M-x vc-annotate RET


-- 
__Pascal Bourguignon__                     http://www.informatimago.com/
A bad day in () is better than a good day in {}.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]