From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/83071 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus and RefTeX Date: Mon, 15 Apr 2013 11:52:13 +0200 Message-ID: <87li8k6rzm.fsf@gilgamesch.quim.ucm.es> References: <871uag3eop.fsf@kolob.subpolar.dyndns.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1366019595 15749 80.91.229.3 (15 Apr 2013 09:53:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Apr 2013 09:53:15 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31337@lists.math.uh.edu Mon Apr 15 11:53:19 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1URg6A-0004xh-Jf for ding-account@gmane.org; Mon, 15 Apr 2013 11:53:18 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1URg5O-0000ad-Fw; Mon, 15 Apr 2013 04:52:30 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1URg5N-0000aS-1b for ding@lists.math.uh.edu; Mon, 15 Apr 2013 04:52:29 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1URg5K-0005A7-KN for ding@lists.math.uh.edu; Mon, 15 Apr 2013 04:52:28 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1URg5I-0005cJ-Ll for ding@gnus.org; Mon, 15 Apr 2013 11:52:24 +0200 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1URg5F-00042E-DA for ding@gnus.org; Mon, 15 Apr 2013 11:52:21 +0200 Original-Received: from gilgamesch.quim.ucm.es ([147.96.12.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Apr 2013 11:52:21 +0200 Original-Received: from oub by gilgamesch.quim.ucm.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 15 Apr 2013 11:52:21 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 33 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gilgamesch.quim.ucm.es User-Agent: Gnus/5.130006 (Ma Gnus v0.6) XEmacs/21.5-b32 (linux) X-Hashcash: 1:20:130412:gmane.emacs.gnus.general::XGFmxJJolb5XMvAk:00000000000000000000000000000000000000L1e Cancel-Lock: sha1:Z9RQeJMNVNLONHgtYQpOvPleyLQ= X-Spam-Score: -2.6 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:83071 Archived-At: >> "Sebastian" == Sebastian P Luque writes: > Hi, > Hopefully somebody in the list uses RefTeX and has encountered this > problem. The manual suggests that we can cite in Gnus via RefTeX: > ╭───── [ (info "(reftex)Citations Outside LaTeX") ] > │ (add-hook 'mail-setup-hook > │ (lambda () (define-key mail-mode-map "\C-c[" > │ (lambda () > │ (interactive) > │ (let ((reftex-cite-format 'locally)) > │ (reftex-citation)))))) > ╰───── This sounds very interesting never heard about it. I just tried it out (Xemacs 21.5.32 Mule) but can you give my an example how it is supposed to work, because I obtain the following message when executing \C-c[ "No valid bibliography in this document, and no default available" So I added \bibliographystyle{amsplain} \bibliography{/home/oub/tex/bib/bibgraf} But it did not help neither (I opened a Latex file with bib and refs) thanks Uwe Brauer