[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiling expression with define-derived-mode fails
From: |
Christoph Conrad |
Subject: |
Re: compiling expression with define-derived-mode fails |
Date: |
Mon, 05 Nov 2001 09:36:02 +0100 |
User-agent: |
Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.1 (i386-msvc-nt4.0.1381) |
In GNU Emacs 21.1.1 (i386-msvc-nt4.0.1381)
of 2001-10-23 on CLI119
configured using `configure --with-msvc (12.00)'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: DEU
locale-coding-system: iso-latin-1
default-enable-multibyte-characters: nil
Compiling the following expression gives the warning
** Misplaced interactive spec: `(interactive)'
,----
| (define-derived-mode ifind-mode fundamental-mode "IFind"
| "Major mode with key bindings to jump to files."
| (interactive)
|
| ;;(toggle-read-only 1)
|
| (font-lock-mode 1))
`----
- Re: compiling expression with define-derived-mode fails,
Christoph Conrad <=