From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Roland Winkler Newsgroups: gmane.emacs.help Subject: Re: Bibtex extract entries for year, title and author Date: Wed, 26 Sep 2007 17:40:46 +0200 Organization: FAU Erlangen-Nuernberg Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1190832819 6911 80.91.229.12 (26 Sep 2007 18:53:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 Sep 2007 18:53:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Sep 26 20:53:33 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Iac0m-0001xv-Hw for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Sep 2007 20:53:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iac0j-0002Ca-CX for geh-help-gnu-emacs@m.gmane.org; Wed, 26 Sep 2007 14:53:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!news.dfncis.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 12 Original-X-Trace: news.dfncis.de 8iRCKq46t92s11W1Yk4QJg2+QhzZVdxm2HEsvYxqd2zrhg Cancel-Lock: sha1:EKjcjo3e+lW4Q+b6FqBgBq9Y470= User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1 (gnu/linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:152374 X-Mailman-Approved-At: Wed, 26 Sep 2007 14:51:14 -0400 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:47893 Archived-At: Fabian Braennstroem writes: > I would like to extract the values of the last entry of year, > title and author. Did anyone try to do something similar yet and > can give an advice how to do it using emacs-lisp? What do you mean by "last entry"? In Emacs 22, there is bibtex-copy-summary-as-kill (bound to C-c C-t in BibTeX mode) which can be adapted to your needs with respect to the fields it uses (though not customizable in the proper sense). Does it do what you have in mind? Roland