From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Re: setting email and name for Changelogs in vc mode Date: Mon, 27 Feb 2006 16:39:01 +0100 Organization: disorganized Message-ID: <878xrwzu96.fsf@robotron.kosmorama> References: <87bqwv2hch.fsf@magma.ca> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141413900 14563 80.91.229.2 (3 Mar 2006 19:25:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 3 Mar 2006 19:25:00 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Mar 03 20:24:58 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FFFsB-0008AX-PJ for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Mar 2006 20:23:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FFFsB-0003Gt-0B for geh-help-gnu-emacs@m.gmane.org; Fri, 03 Mar 2006 14:23:31 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FEs8R-0004gt-Ui for help-gnu-emacs@gnu.org; Thu, 02 Mar 2006 13:02:45 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FEs8N-0004fm-7p for help-gnu-emacs@gnu.org; Thu, 02 Mar 2006 13:02:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FDlQu-000459-53 for help-gnu-emacs@gnu.org; Mon, 27 Feb 2006 11:41:13 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FDlRa-0007kV-0O for help-gnu-emacs@gnu.org; Mon, 27 Feb 2006 11:41:54 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FDlQ3-0005US-UF for help-gnu-emacs@gnu.org; Mon, 27 Feb 2006 17:40:24 +0100 Original-Received: from e178011170.adsl.alicedsl.de ([85.178.11.170]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Feb 2006 17:40:19 +0100 Original-Received: from david.hansen by e178011170.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 27 Feb 2006 17:40:19 +0100 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-To: help-gnu-emacs@gnu.org Original-Lines: 10 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178011170.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:BhU8c93yaxK9Cm0gALUq6DKTEoo= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33498 Archived-At: On Sat, 25 Feb 2006 17:39:42 -0500 Angelina Carlton wrote: > When working on files under cvs revision I make some commits inside > Emacs and the update the Changelog with C-x v a > The problem is my user name and email address are wrong: Setting `add-log-mailing-address' and `add-log-full-name' should work. David