auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] How to alt tab to f8 in auctex?


From: David Kastrup
Subject: Re: [AUCTeX] How to alt tab to f8 in auctex?
Date: Wed, 27 Aug 2008 13:17:07 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"xiaopeng hu" <address@hidden> 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




reply via email to

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