"xiaopeng hu" <[EMAIL PROTECTED]> writes:

> Completion function in auctex is alt + tab ,which conflicted with system key.

You can use ESC Tab instead.

> How to change key to f8?

Something like

(eval-after-load 'tex '(define-key TeX-mode-map (kbd "<f8>")
  'TeX-complete-symbol))

In your .emacs file.

Untested, though.

-- 
David Kastrup


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

Reply via email to