> > > try with > > > (define-key TeX-mode-map [f8] [?\C-c ?\C-c ?l ?a ?t ?e ?x return]) > > you can add it to the LaTeX-mode-hook.
great that seems to work ! except that there should be some upper case letters: (define-key TeX-mode-map [f8] [?\C-c ?\C-c ?L ?a ?T ?e ?X return]) Thanks a lot! Jonas > But probably there's a more elegant solution. > > Cheers, > J > > On 2017-09-11 20:37, Jonas Frey wrote: > > Hi, > > > > I want to set up a shortcut to only compile latex in auctex, > circumventing the automation and guessing of the usual TeX-compile-master > command. How can I do that? > > > > How can I get a shortcut corresponding to > > > C-c C-c RET LaTeX RET > > bound eg to a function key? > > > > Thanks! > > > > Best, > > > > Jonas >
_______________________________________________ auctex mailing list [email protected] https://lists.gnu.org/mailman/listinfo/auctex
