auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [AUCTeX] Reftex extra keybindings


From: Arash Esbati
Subject: Re: [AUCTeX] Reftex extra keybindings
Date: Sat, 04 Aug 2018 13:39:10 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1

Waleed Yousef <address@hidden> writes:

> Thanks so much; it is exactly as you expected. It seems that org-ref
> loads in the background reftex. So, I just put the line (setq
> reftex-extra-bindings t) before both org-ref and reftex.

You're welcome.  I suggest you use the customize interface provided by
Emacs and simply move the additions from the end to the beginning of
your init file. 

> Now, one more question please: When I do C-c s (to search a whole
> document) what is the keybinding for (search again) that exists on the
> mouse menu?

,----[ C-h f reftex-search-document RET ]
| reftex-search-document is an interactive autoloaded compiled Lisp
| function in ‘reftex-global.el’.
| 
| (reftex-search-document &optional REGEXP)
| 
| Regexp search through all files of the current document.
| Starts always in the master file.  Stops when a match is found.
| To continue searching for next match, use command M-x tags-loop-continue.
| No active TAGS table is required.
`----

`tags-loop-continue' is not bound to a key; you have to define one
yourself.

Best, Arash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]