From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lorenzo Isella" Newsgroups: gmane.emacs.help Subject: Autocompletion in Auctex Date: Mon, 10 Mar 2008 14:01:35 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205154136 24739 80.91.229.12 (10 Mar 2008 13:02:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Mar 2008 13:02:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 10 14:02:43 2008 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 1JYheK-0004Ey-Cn for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Mar 2008 14:02:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYhdm-00013k-Ah for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Mar 2008 09:02:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JYhdM-000129-AY for help-gnu-emacs@gnu.org; Mon, 10 Mar 2008 09:01:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JYhdK-000111-Fp for help-gnu-emacs@gnu.org; Mon, 10 Mar 2008 09:01:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JYhdK-00010r-4p for help-gnu-emacs@gnu.org; Mon, 10 Mar 2008 09:01:38 -0400 Original-Received: from wa-out-1112.google.com ([209.85.146.177]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JYhdJ-0004Vx-KC for help-gnu-emacs@gnu.org; Mon, 10 Mar 2008 09:01:37 -0400 Original-Received: by wa-out-1112.google.com with SMTP id k34so2281641wah.10 for ; Mon, 10 Mar 2008 06:01:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; bh=ElskaKk8S50iEmXynrSFFjEnrk1o/GZ5zh4kZAt7Gew=; b=k7YGHraqNq70pUSpeqklJPkOnYcwFCuA1dphi1hiohGGoTEWBk9oPUhbXwAuSGdc3RTMO2GlYIvK3hAkBF7o+yygbBSNts9gqz84NtQQtD87J0SAbefaokGVgbOtkNbJCVaBqKe4WA5F1slygPHowbMwqg+YtjBqMZsVTApAycY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=iq/3wJ1DgUnMNcfAaurITelz9wFFXKFKxiFLAxsE7gZBLuYa8sN7eZ76oCUzuC44KgNKqp35SHB1DCPFUK/xegsEBcX20y9bWEmEZ08VjjdUiY+Bd1+4HpmdHTJHc03qYOYBlQH9i1F2smdc1kfH2pum2ePAKoGfTGCo6JlJcAs= Original-Received: by 10.114.106.1 with SMTP id e1mr3463084wac.71.1205154095584; Mon, 10 Mar 2008 06:01:35 -0700 (PDT) Original-Received: by 10.114.60.14 with HTTP; Mon, 10 Mar 2008 06:01:35 -0700 (PDT) Content-Disposition: inline X-Google-Sender-Auth: 7e337b1be111c090 X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:52216 Archived-At: Dear All, I have started to use Auctex for editing my latex documents. It generally works great, the only thing I am missing is some way to get autocompletion for e.g. referencing and citing. It would be great if when typing \ref{} or \cite{} I had a pop-up or a buffer telling me what I could possibly cite/reference. I did a bit of online research and bumped into: http://www.informatik.uni-hamburg.de/RZ/software/emacs/auc-tex/auc-tex_3.html http://people.debian.org/~psg/elisp/ , which led me to: http://cvs.savannah.gnu.org/viewvc/*checkout*/auctex/auctex/bib-cite.el?revision=5.38 This should get the job done. [Am I correct here? FYI, I am running Debian Testing on my box and installed emacs and auctex from standard repositories]. However, I am missing the basics, that is to say: I download and put somewhere this bib-cite.el file; what should I write in .emacs to let emacs know where to read it? Can I include it directly in my .emacs file somehow? Many thanks Lorenzo