From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: citation separation in reftex
Date: Wed, 21 Feb 2007 21:44:58 -0700 [thread overview]
Message-ID: <erj74b$qa1$1@sea.gmane.org> (raw)
In-Reply-To: <slrnetpbdj.o6j.tyler.smith@blackbart.mynetwork>
Tyler Smith wrote:
> On 2007-02-21, Jim Ottaway <j.ottaway@lse.ac.uk> wrote:
>> C-h f works for non-interactive functions too. However, you need to load
>> reftex first: unlike reftex-citation, reftex-do-citation is not
>> autoloaded.
>>
> oh, ok then. I opened a new emacs, opened a .tex file which poppped me
> into LaTeX, and discovered this:
>
> reftex-do-citation is a compiled Lisp function in `reftex-cite'.
So my original suggestions should be modified to either:
(require 'reftex-cite)
(defun reftex-do-citation ...)
or:
(eval-after-load "reftex-cite" '(defun reftex-do-citation ...))
--
Kevin Rodgers
Denver, Colorado, USA
prev parent reply other threads:[~2007-02-22 4:44 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-15 16:10 citation separation in reftex Tyler Smith
2007-02-15 20:33 ` Jim Ottaway
[not found] ` <mailman.4566.1171571649.2155.help-gnu-emacs@gnu.org>
2007-02-16 3:15 ` Tyler Smith
2007-02-16 7:50 ` Kevin Rodgers
2007-02-16 9:44 ` Jim Ottaway
[not found] ` <mailman.4580.1171612232.2155.help-gnu-emacs@gnu.org>
2007-02-16 13:12 ` Tyler Smith
2007-02-21 3:04 ` Kevin Rodgers
[not found] ` <mailman.4828.1172027079.2155.help-gnu-emacs@gnu.org>
2007-02-21 15:49 ` Tyler Smith
2007-02-21 17:00 ` Jim Ottaway
[not found] ` <mailman.4855.1172077233.2155.help-gnu-emacs@gnu.org>
2007-02-21 20:38 ` Tyler Smith
2007-02-22 4:44 ` Kevin Rodgers [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='erj74b$qa1$1@sea.gmane.org' \
--to=kevin.d.rodgers@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).