From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Patch to remove minor modes in tutorial Date: Tue, 27 Jun 2006 18:41:17 +0200 Message-ID: <44A15FAD.7040701@student.lu.se> 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 1151426531 25344 80.91.229.2 (27 Jun 2006 16:42:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 27 Jun 2006 16:42:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 27 18:42:06 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 1FvGdA-0001HS-4J for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 18:41:41 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvGd9-0006t3-JF for ged-emacs-devel@m.gmane.org; Tue, 27 Jun 2006 12:41:39 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FvGcw-0006sG-Mo for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:41:26 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FvGcu-0006rM-7E for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:41:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FvGcu-0006rJ-2Y for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:41:24 -0400 Original-Received: from [81.228.11.159] (helo=pne-smtpout2-sn1.fre.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FvGp2-0000hD-EH for emacs-devel@gnu.org; Tue, 27 Jun 2006 12:53:56 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn1.fre.skanova.net (7.2.075) id 44A135F10000B36E; Tue, 27 Jun 2006 18:41:18 +0200 User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) Original-To: Kevin Rodgers In-Reply-To: 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:56232 Archived-At: Kevin Rodgers wrote: > 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). > Ah, I see the idea. But a little bit more have to be checked, there is also emulation-mode-map-alists (and minor-mode-overriding-map-alist but that does not apply here).