From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Werner LEMBERG Newsgroups: gmane.emacs.devel Subject: Re: enriched-mode problems Date: Wed, 15 Jun 2005 15:18:07 +0200 (CEST) Message-ID: <20050615.151807.229105021.wl@gnu.org> References: <20050615.070838.116346726.wl@gnu.org> <87u0jzsr9i.fsf@xs4all.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1118842739 18419 80.91.229.2 (15 Jun 2005 13:38:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 15 Jun 2005 13:38:59 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 15 15:38:56 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DiY5i-0003XP-Cd for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2005 15:38:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiYAv-00010h-UR for ged-emacs-devel@m.gmane.org; Wed, 15 Jun 2005 09:43:25 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DiY5I-00086e-Br for emacs-devel@gnu.org; Wed, 15 Jun 2005 09:37:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DiY53-00080V-6v for emacs-devel@gnu.org; Wed, 15 Jun 2005 09:37:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DiY50-0007vS-Bh for emacs-devel@gnu.org; Wed, 15 Jun 2005 09:37:18 -0400 Original-Received: from [212.227.126.188] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DiXod-0000nY-G1 for emacs-devel@gnu.org; Wed, 15 Jun 2005 09:20:23 -0400 Original-Received: from p54AF8437.dip0.t-ipconnect.de [84.175.132.55] (helo=rigel.site) by mrelayeu.kundenserver.de with ESMTP (Nemesis), id 0ML2Dk-1DiXn71GKN-0000Vd; Wed, 15 Jun 2005 15:18:49 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by rigel.site (8.12.10/8.12.10/SuSE Linux 0.7) with ESMTP id j5FDI7Aw025846; Wed, 15 Jun 2005 15:18:07 +0200 Original-To: Lute.Kamstra.lists@xs4all.nl In-Reply-To: <87u0jzsr9i.fsf@xs4all.nl> X-Mailer: Mew version 4.2.50 on Emacs 22.0.50.1 / Mule 5.0 (SAKAKI) X-Provags-ID: kundenserver.de abuse@kundenserver.de login:2dc398bc694a1e60948148ba0a42c0da X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:38877 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:38877 > I've got the same problem with auto-fill sometimes. I switch that > mode on with text-mode-hook. When I visit a text file that has > "mode: auto-fill", it is effectively turned off. Maybe we should do > (some-minor-mode 1) for "mode: some-minor-mode" constructs. Sounds reasonable. Werner