From: Adrian Aichner <adrian(a)xemacs.org>
Date: 04 Jan 2002 12:01:29 +0100
>>>> "Jeff" == Jeff Mincy
<jeff(a)delphioutpost.com> writes:
Jeff> From: Adrian Aichner <adrian(a)xemacs.org>
Jeff> Date: 03 Jan 2002 22:30:18 +0100
>>>>> "VB" == Vaclav Barta
<vbar(a)comp.cz> writes:
VB> This bug report will be sent to the XEmacs Development Team,
Jeff> Hi Vaclav,
Jeff> M-x locate-library RET filladapt RET
Jeff> gives me
Jeff> You don't appear to have text-modes installed.
Jeff> However, the right fix in this case seems to be the following.
Jeff> Yes. This is the right fix. I was going to send in a patch since
Jeff> I think the filladapt fix was mine.
which "filladapt fix" do you refer to?
The '(if (not filladapt-mode) ...' line in tcl-mode comes from a patch
that I mailed back in august:
Date: Wed, 15 Aug 2001 16:07:49 -0400
To: xemacs-patches(a)xemacs.org
Subject: filladapt and tclmode
When I wrote the path, I assumed that filladapt-mode was always set.
The line should be '(if (not (and (boundp 'filladapt-mode) filladapt-mode))'
I found the solution in the cc-mode package by igrep-find filladadpt *.el.
Are you still planning to send a patch?
How would it differ from mine?
No, I'm not sending in a patch, it would be the same as the one you
sent in. Thanks for fixing my bug.
-jeff