From xemacs-m  Mon Jun 23 16:28:08 1997
Received: from jagor.srce.hr (hniksic@jagor.srce.hr [161.53.2.130])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id QAA05055
	for <xemacs-beta@xemacs.org>; Mon, 23 Jun 1997 16:28:06 -0500 (CDT)
Received: (from hniksic@localhost)
          by jagor.srce.hr (8.8.5/8.8.4)
	  id XAA20552; Mon, 23 Jun 1997 23:28:06 +0200 (MET DST)
To: XEmacs Developers <xemacs-beta@xemacs.org>
Subject: Re: [PATCH] winmgr-mode
References: <kigd8pdjuud.fsf@jagor.srce.hr> <87en9tavhk.fsf@bittersweet.inetarena.com>
X-Attribution: Hrv
X-Face: Mie8:rOV<\c/~z{s.X4A{!?vY7{drJ([U]0O=W/<W*SMo/Mv:58:*_y~ki>xDi&N7XG
        KV^$k0m3Oe/)'e%3=$PCR&3ITUXH,cK>]bci&<qQ>Ff%x_>1`T(+M2Gg/fgndU%k*ft
        [(7._6e0n-V%|%'[c|q:;}td$#INd+;?!-V=c8Pqf}3J
From: Hrvoje Niksic <hniksic@srce.hr>
Date: 23 Jun 1997 23:28:06 +0200
In-Reply-To: karlheg@inetarena.com's message of "23 Jun 1997 13:56:55 -0700"
Message-ID: <kigu3ipf1qx.fsf@jagor.srce.hr>
Lines: 18
X-Mailer: Gnus v5.4.59/XEmacs 20.3(beta8) - "Copenhagen"

karlheg@inetarena.com (Karl M. Hegbloom) writes:

> --- files.el~	Mon Jun 23 13:20:10 1997
> +++ files.el	Mon Jun 23 13:27:15 1997
> @@ -1223,6 +1223,7 @@
>      ("/app-defaults/" . xrdb-mode)
>      ("\\.[^/]*wm\\'" . winmgr-mode)
>      ("\\.[^/]*wm2?rc" . winmgr-mode)
> +    ("/\\.fvwm2/\\|/X11/fvwm2/" . winmgr-mode)

Please do not add entries like this one.  The two regexps I provided
should match these cases.  One is not supposed to pick auto-mode-alist 
regexps on per-directory basis.

-- 
Hrvoje Niksic <hniksic@srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
I'm sure they'll listen to reason! -- Neal Stevenson, _Snow Crash_

