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: Mon, 26 Jun 2006 18:45:58 +0200 Message-ID: <44A00F46.3010000@student.lu.se> References: <449D4787.6030809@student.lu.se> <449EFFBB.80508@student.lu.se> <449FE5AB.1080906@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 1151340396 3819 80.91.229.2 (26 Jun 2006 16:46:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 26 Jun 2006 16:46:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 26 18:46:32 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 1FuuEH-0002Iw-Fg for ged-emacs-devel@m.gmane.org; Mon, 26 Jun 2006 18:46:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FuuEG-00058o-P2 for ged-emacs-devel@m.gmane.org; Mon, 26 Jun 2006 12:46:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FuuE4-00057r-9B for emacs-devel@gnu.org; Mon, 26 Jun 2006 12:46:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FuuE1-00054I-Hw for emacs-devel@gnu.org; Mon, 26 Jun 2006 12:46:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FuuE1-000548-FF for emacs-devel@gnu.org; Mon, 26 Jun 2006 12:46:13 -0400 Original-Received: from [81.228.8.164] (helo=pne-smtpout2-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FuuPv-0005Co-QF for emacs-devel@gnu.org; Mon, 26 Jun 2006 12:58:32 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout2-sn2.hy.skanova.net (7.2.072.1) id 449A811D000BFE1F; Mon, 26 Jun 2006 18:45:59 +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:56204 Archived-At: 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?