Delia Fara <[email protected]> writes:

Hi Delia,

> Since I upgraded to Emacs 24 with Auctex 11.87, I can no longer do just
> "bi[spacebar]" (using spacebar for completion) to run bibtex.  I now have
> to do "bibt[spacebar]", which is frustrating.  So, assuming that I don't
> decide to use biber,

You should really give it a try.

> how do I get it off my auctex command list?

(setq TeX-command-list
      (remove '("Biber" "biber %s" TeX-run-Biber nil t :help "Run Biber")
              TeX-command-list))

Bye,
Tassilo


_______________________________________________
auctex mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/auctex

Reply via email to