From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.devel Subject: Re: Patch to remove minor modes in tutorial Date: Tue, 27 Jun 2006 09:44:47 -0600 Organization: IHS Message-ID: References: <449D4787.6030809@student.lu.se> <449EFFBB.80508@student.lu.se> <449FE5AB.1080906@student.lu.se> <44A00F46.3010000@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1151423240 12893 80.91.229.2 (27 Jun 2006 15:47:20 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jun 2006 15:47:20 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 27 17:47:19 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FvFmV-0008PU-6h for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 17:47:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvFmU-0005Qg-N1 for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 11:47:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvFlO-0004o5-R6 for emacs-devel@gnu.org; Tue, 27 Jun 2006 11:46:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvFlN-0004mn-NH for emacs-devel@gnu.org; Tue, 27 Jun 2006 11:46:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvFlN-0004mb-HT for emacs-devel@gnu.org; Tue, 27 Jun 2006 11:46:05 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FvFxV-0001f4-7i for emacs-devel@gnu.org; Tue, 27 Jun 2006 11:58:37 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1FvFkr-00087J-Ug for emacs-devel@gnu.org; Tue, 27 Jun 2006 17:45:33 +0200 Original-Received: from 207.167.42.206 ([207.167.42.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Jun 2006 17:45:33 +0200 Original-Received: from ihs_4664 by 207.167.42.206 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Jun 2006 17:45:33 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 24 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.206 User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) In-Reply-To: <44A00F46.3010000@student.lu.se> 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:56223 Archived-At: Lennart Borgman wrote: > Kevin Rodgers wrote: >> Lennart Borgman wrote: >>> Richard Stallman wrote: >>>> Some minor modes have no keybindings so they can not disturb the >>>> tutorial (recentf-mode for example). Well, at least I hope they >>>> can not. I think this is very important! >>>> >>>> I think it is safer to turn them all off, aside from a specific >>>> list of exceptions. >>>> >>> Then I would be glad if those who knows about minor modes that will >>> not disturb the turorial would mail the names of them to me. >> >> C-h v minor-mode-map-alist >> > Thanks, but how can that help? A minor mode that doesn't have an entry in minor-mode-map-alist has no keybindings (assuming it is not autoloaded -- but if it has not been loaded yet, it's definitely not turned on and has no effect). -- Kevin