From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Raimund Kohl-Fuechsle Newsgroups: gmane.emacs.help Subject: getting rid of a mode Date: Wed, 26 May 2004 22:58:08 +0200 Organization: RKF-Consulting Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <20040526225808.08bf5d1d@wahz> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1085695428 2296 80.91.224.253 (27 May 2004 22:03:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 May 2004 22:03:48 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 28 00:03:38 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTSyQ-0004aT-00 for ; Fri, 28 May 2004 00:03:38 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTBhr-0005Mq-Jw for geh-help-gnu-emacs@m.gmane.org; Wed, 26 May 2004 23:37:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BT7FS-0003ST-8q for help-gnu-emacs@gnu.org; Wed, 26 May 2004 18:51:46 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BT6fc-0005f0-Tj for help-gnu-emacs@gnu.org; Wed, 26 May 2004 18:15:17 -0400 Original-Received: from [212.227.126.176] (helo=moutng.kundenserver.de) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BT5TV-0006hW-HT for help-gnu-emacs@gnu.org; Wed, 26 May 2004 16:58:09 -0400 Original-Received: from [212.227.126.209] (helo=mrelayng.kundenserver.de) by moutng.kundenserver.de with esmtp (Exim 3.35 #1) id 1BT5TU-0008CB-00 for help-gnu-emacs@gnu.org; Wed, 26 May 2004 22:58:08 +0200 Original-Received: from [80.140.12.109] (helo=wahz) by mrelayng.kundenserver.de with asmtp (Exim 3.35 #1) id 1BT5TU-0008H3-00 for help-gnu-emacs@gnu.org; Wed, 26 May 2004 22:58:08 +0200 Original-To: wiki X-Mailer: Sylpheed version 0.9.10claws (GTK+ 1.2.10; i386-pc-linux-gnu) X-Provags-ID: kundenserver.de abuse@kundenserver.de auth:1f319457b87b086c07c81ac42a02b276 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18824 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18824 Hello, I may have overlooked it ... if so, please excuse: How do I stop a mode once it had been called? E.g.: In wiki-mode it's nice to use outline-minor-mode, but to prevent mistakes I'd rather prefer to stop outline-minor-mode before saving the buffer to file. Thanks, ray