From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jim Meyering Newsgroups: gmane.emacs.devel Subject: Re: fix many doubled-word typos Date: Tue, 10 May 2011 18:17:04 +0200 Message-ID: <87oc3ay1hb.fsf@rho.meyering.net> References: <87wrhyy7pj.fsf@rho.meyering.net> <83tyd2h7ug.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1305044239 4512 80.91.229.12 (10 May 2011 16:17:19 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 10 May 2011 16:17:19 +0000 (UTC) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue May 10 18:17:14 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QJpcU-0003cH-Gj for ged-emacs-devel@m.gmane.org; Tue, 10 May 2011 18:17:10 +0200 Original-Received: from localhost ([::1]:59401 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJpcU-0005z9-17 for ged-emacs-devel@m.gmane.org; Tue, 10 May 2011 12:17:10 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:60665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJpcR-0005z4-PJ for emacs-devel@gnu.org; Tue, 10 May 2011 12:17:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QJpcQ-0007Gx-Nu for emacs-devel@gnu.org; Tue, 10 May 2011 12:17:07 -0400 Original-Received: from mx.meyering.net ([82.230.74.64]:35888) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QJpcO-0007Gd-T4; Tue, 10 May 2011 12:17:05 -0400 Original-Received: by rho.meyering.net (Acme Bit-Twister, from userid 1000) id 405F060161; Tue, 10 May 2011 18:17:04 +0200 (CEST) In-Reply-To: <83tyd2h7ug.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 10 May 2011 18:51:35 +0300") Original-Lines: 25 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.230.74.64 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:139306 Archived-At: Eli Zaretskii wrote: >> From: Jim Meyering >> Date: Tue, 10 May 2011 16:02:32 +0200 >> >> FYI, I've just committed this. >> I see that it didn't use my name, whereas it did before. >> I would rather have had it reject the commit than use "U. Ser". > > If by "it" you mean bzr, then this comes from your > ~/.bazaar/bazaar.conf, in the [DEFAULT] section. I don't think the > default is "U. Ser", I think it's your user ID on the machine where > bzr runs. At least that's what I once got when I forgot to invoke > "bzr whoami" before the first commit. Thanks, but I've had a name and email address specified in ~/.bazaar/bazaar.conf (version-controlled, even) since 2009. And my username/name are specified as you might imagine in /etc/passwd, and there is no "U. Ser" in my environment. And of course, bzr whoami reports what I'd expect: $ bzr whoami Jim Meyering I'm at a loss, so far.