Hi Alan,

Alan Schmitt <[email protected]> writes:

> I use reftex when doing LaTeX, and one very nice thing is the way it deals 
> with
> bibliographic entries. Unfortunately, when I want to select a bib entry, I'm 
> by
> default in normal mode. Looking at the mode line, I see the current mode is
> "BSelect", so I tried adding this to my .emacs:

> (evil-set-initial-state 'bselect-mode 'emacs)

Well it seems to be the wrong name (`reftex-select-bib-mode' being the
right one):

,----
| (define-derived-mode reftex-select-bib-mode fundamental-mode "BSelect"
|   "Major mode for selecting a citation key in a LaTeX document.
|   ...
`----

Try

    (evil-set-initial-state 'reftex-select-bib-mode 'emacs)

Good Luck,
Michael

Attachment: pgprqRf89vrXJ.pgp
Description: PGP signature

_______________________________________________
implementations-list mailing list
[email protected]
https://lists.ourproject.org/cgi-bin/mailman/listinfo/implementations-list

Reply via email to