From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.help Subject: Re: where does RCS get the user name from? Date: Tue, 22 Oct 2002 02:42:01 +0200 Organization: http://purl.org/harder/ Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035248064 25569 80.91.224.249 (22 Oct 2002 00:54:24 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 22 Oct 2002 00:54:24 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 183nJP-0006e8-00 for ; Tue, 22 Oct 2002 02:54:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 183nCb-0001Iw-00; Mon, 21 Oct 2002 20:47:21 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2807 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2807 Ed writes: > I am trying to use RCS. When I lock a file it seems to work but shows > that the file is EHartnett. How does it know my name? I never set that > anywhere... > > How do I tell emacs and RCS what my user name is, so that they both > argee as to who I am? It probably uses `user-login-name' or `user-real-login-name'. Try `M-x apropos-value RET EHartnett' to learn which variables have the value "EHartnett".