From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "mjh127" Newsgroups: gmane.emacs.help Subject: Re: bibtex label Date: 11 Oct 2006 21:50:53 -0700 Organization: http://groups.google.com Message-ID: <1160628653.852332.18100@i42g2000cwa.googlegroups.com> References: <1160481327.938393.94790@i3g2000cwc.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1160632571 5704 80.91.229.2 (12 Oct 2006 05:56:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 12 Oct 2006 05:56:11 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 12 07:56:09 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 1GXtXz-0008Dd-5e for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Oct 2006 07:55:59 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GXtXy-0002ZP-MI for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Oct 2006 01:55:58 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!bloom-beacon.mit.edu!panix!news.maxwell.syr.edu!postnews.google.com!i42g2000cwa.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 200.184.159.251 Original-X-Trace: posting.google.com 1160628657 6443 127.0.0.1 (12 Oct 2006 04:50:57 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 12 Oct 2006 04:50:57 +0000 (UTC) In-Reply-To: User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7,gzip(gfe),gzip(gfe) X-HTTP-Via: 1.1 rjo-lmn-krn-srv:3128 (squid/2.5.STABLE9) Complaints-To: groups-abuse@google.com Injection-Info: i42g2000cwa.googlegroups.com; posting-host=200.184.159.251; posting-account=T2k4lg0AAACz54jYsrC95UXE4jntgObU Original-Xref: shelby.stanford.edu gnu.emacs.help:142375 Original-To: help-gnu-emacs@gnu.org 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:37996 Archived-At: Thank you. That solved my problem immediately. Manfred. Kevin Rodgers schrieb: > mjh127 wrote: > > when bibtex suggests a label for a publication written by author > > 'firstname lastname' it usually turns out to be 'lastnameYY' with YY > > being the truncated year of publication. However, I want it to be > > 'lastnameYYYY' with the full year of publication. I probalby will have > > to change some bibtex.el file. But which lines of the code are to be > > changed and how? > > I don't even use bibtex, but it only took about a minute to find the > relevant option: > > C-h v bibtex-autokey-year-length > > -- > Kevin