From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelina Carlton Newsgroups: gmane.emacs.help Subject: setting email and name for Changelogs in vc mode Date: Sat, 25 Feb 2006 17:39:42 -0500 Message-ID: <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 1140910122 32121 80.91.229.2 (25 Feb 2006 23:28:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 25 Feb 2006 23:28:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 26 00:28:39 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 1FD8q6-0005xA-M3 for geh-help-gnu-emacs@m.gmane.org; Sun, 26 Feb 2006 00:28:39 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FD8q7-0001s2-7J for geh-help-gnu-emacs@m.gmane.org; Sat, 25 Feb 2006 18:28:41 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FD858-0006ao-Tg for help-gnu-emacs@gnu.org; Sat, 25 Feb 2006 17:40:07 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FD851-0006Yf-29 for help-gnu-emacs@gnu.org; Sat, 25 Feb 2006 17:40:05 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FD84z-0006Y6-1T for help-gnu-emacs@gnu.org; Sat, 25 Feb 2006 17:39:57 -0500 Original-Received: from [206.191.0.250] (helo=mx2.magma.ca) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FD85M-0004D9-Hr for help-gnu-emacs@gnu.org; Sat, 25 Feb 2006 17:40:20 -0500 Original-Received: from mail4.magma.ca (mail4.magma.ca [206.191.0.222]) by mx2.magma.ca (8.13.0/8.13.0) with ESMTP id k1PMdnNj001221 for ; Sat, 25 Feb 2006 17:39:50 -0500 Original-Received: from localhost.localdomain (ottawa-hs-209-217-84-4.d-ip.magma.ca [209.217.84.4]) by mail4.magma.ca (Magma's Mail Server) with ESMTP id k1PMdlrm029070 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT) for ; Sat, 25 Feb 2006 17:39:49 -0500 Original-Received: from orchid by localhost.localdomain with local (Exim 4.50) id 1FD84l-0008EO-4x for help-gnu-emacs@gnu.org; Sat, 25 Feb 2006 17:39:43 -0500 Original-To: help-gnu-emacs@gnu.org Mail-Followup-To: help-gnu-emacs@gnu.org User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) 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:33413 Archived-At: Hello, 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: 2006-02-25 author (morcheeba being the hostname) I would rather see: 2006-02-25 Angelina Carlton I was told in irc to try this in my .emacs: ,---- | (setq change-log-default-name "ChangeLog" | user-full-name "Angelina Carlton" | user-mail-address "brat@magma.ca") `---- But after restarting Emacs, commiting something and then doing C-x v a I get the same string: 2006-02-25 author I can't find this in my customize menu's, does someone know the correct way? GNU Emacs 22.0.50.1 -- -----Angelina Carlton----- orchid on irc.freenode.net brat@magma.ca web:bzgirl.bakadigital.com --------------------------