Re: FVWM: Using wingmr-mode.el to edit .fvwmrc

From: Håvard Fosseng <havard.fosseng_at_usit.uio.no>
Date: Sat, 5 Sep 1998 12:13:15 +0200 (MET DST)

Dominic Mitchell writes:

> (setq auto-mode-alist
> (append '(("\\.[A-Za-z]*wm$" . winmgr-mode)
> ("\\.[A-Za-z]*wmrc" . winmgr-mode)
> auto-mode-alist)))

[...]

> file mode specification error: (wrong-type-argument listp auto-mode-alist)

Try using this instead, and see if it helps:

(setq auto-mode-alist
      (append '(("\\.[A-Za-z]*wm$" . winmgr-mode)
                ("\\.[A-Za-z]*wmrc" . winmgr-mode))
                auto-mode-alist))

Parantheses must balance in emacs lisp. It appears that you have given
append only one argument.



- Håvard Fosseng

-- 
S'il fallait tolérer aux autres tout ce qu'on se permet á soi-même, la
vie ne serait plus tenable.
                     -- Georges Courteline
--
Visit the official FVWM web page at <URL:http://www.hpc.uh.edu/fvwm/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Sat Sep 05 1998 - 05:13:34 BST

This archive was generated by hypermail 2.3.0 : Mon Aug 29 2016 - 19:38:01 BST