From xemacs-m  Sat Jul  5 19:32:04 1997
Received: from edina.xenologics.com (edina.xenologics.com [194.77.5.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id TAA22469
	for <xemacs-beta@xemacs.org>; Sat, 5 Jul 1997 19:32:00 -0500 (CDT)
Received: from komtron.com (Ufga@slave1.komtron.com [194.77.5.34]) by edina.xenologics.com (8.6.8.1/8.6.6) with ESMTP id CAA07188; Sun, 6 Jul 1997 02:31:48 +0200
Received: (from Ufga@localhost) by komtron.com (8.7.5/8.7.3) with UUCP id CAA08676; Sun, 6 Jul 1997 02:33:31 +0200
X-Authentication-Warning: slave1.komtron.com: Ufga set sender to ograf@fga.de using -f
Received: by fga.de (8.8.5/8.8.5) id RAA29538
Received: by fga.de (8.8.5/8.8.5) id RAA00343
To: Per Abrahamsen <abraham@dina.kvl.dk>
Cc: xemacs-beta@xemacs.org
Subject: Re: custom bug: multiline strings (?)
References: <m3afk8whb4.fsf@indie.fga-intern.de> <rjn2o54w2s.fsf@zuse.dina.kvl.dk> <m3iuysgykq.fsf@indie.fga-intern.de> <rjhgeb165h.fsf@zuse.dina.kvl.dk>
X-Face: [8r}|"6`WFUT0kiC9dBT%edO~lI5Gwog0Z@Cl=Inx|2F=+DjY#0nGtclM)9lU
        c/8JJ%b&&^:&pWh&nYlQbGSk=WdL^%f!<6a:?n)V_snw7Zc+AW10az=||e8Kv
        1PV49Qe64*68G2`)M8O$mlLQ\!O}$d8]T\L?i@$;=WA~0B[k)O.^T'x?O^=EX
        %=gt6(:hG!-|%$EZGq-Dn6r%N6xqOC4voztttHxOMp!2$o+qPAcT2k&dgO~`%
        kVcW7C<3hK[g9vVpk'#B2(f"pN,jBh`
Mime-Version: 1.0 (generated by tm-edit 7.108)
Content-Type: text/plain; charset=US-ASCII
From: Oliver Graf <ograf@fga.de>
Date: 05 Jul 1997 17:08:10 +0200
In-Reply-To: Per Abrahamsen's message of "04 Jul 1997 12:08:26 +0200"
Message-ID: <m3zps1bkpx.fsf@indie.fga-intern.de>
Lines: 23
X-Mailer: Gnus v5.4.60/XEmacs 20.3(beta10) - "Athens"

Per Abrahamsen <abraham@dina.kvl.dk> writes:

> Oliver Graf <ograf@fga.de> writes:
> 
> > The problem is that this does not happen to a blank custom with only the added 
> > default-major-mode... There must be something else...
> 
> Not necessarily.  Try to add this
> 
> 	(push '("\\.xemacs-custom\\'" . emacs-lisp-mode) auto-mode-alist)
> 
> and see if it works.

Mhh, added this to .xemacs (point before loading .xemacs-options) and it
actually works (i.e. can add default-major-mode without getting the corrupted
.xemacs-custom buffer).

This thing sets the mode for .xemacs-custom, right? And my configuration of
default-major-mode results in indented-text-mode for for .xemacs-custom, which 
results in the screwed up buffer. And this line fixes this again. Correct?

Thanxx,
  Oliver.

