|
From: | Stefan Monnier <address@hidden> |
Subject: | Re: JFlex mode for FSF-Emacs ? |
Date: | 22 Jan 2003 15:28:07 -0500 |
User-agent: | Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 |
>>>>> "Andreas" == Andreas Wieweg <andreas.wieweg@obbit.se> writes: > (define-key jflex-mode-map [tab] 'jflex-indent-command) Don't do that. Instead use: (set (make-local-variable 'indent-line-function) 'jflex-indent-command) but since jflex-indent-command is the same as c-indent-command and it's already the setting of the parent mode, you might as well not do anything at all. Stefan
[Prev in Thread] | Current Thread | [Next in Thread] |