From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: Re: Undefine functions from parent major-mode Date: Fri, 09 Aug 2013 17:40:02 +0200 Message-ID: <87siyilvot.fsf@gmail.com> References: <871u63m59q.fsf@gmail.com> <87a9kqucpx.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1376062839 27730 80.91.229.3 (9 Aug 2013 15:40:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Aug 2013 15:40:39 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Aug 09 17:40:41 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1V7ons-0005M1-B2 for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Aug 2013 17:40:36 +0200 Original-Received: from localhost ([::1]:51675 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7onr-0002sN-Oy for geh-help-gnu-emacs@m.gmane.org; Fri, 09 Aug 2013 11:40:35 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35152) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7onb-0002g6-P7 for help-gnu-emacs@gnu.org; Fri, 09 Aug 2013 11:40:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V7onV-0002FZ-VA for help-gnu-emacs@gnu.org; Fri, 09 Aug 2013 11:40:19 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:41820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V7onV-0002FI-Oc for help-gnu-emacs@gnu.org; Fri, 09 Aug 2013 11:40:13 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1V7onU-00052E-MZ for help-gnu-emacs@gnu.org; Fri, 09 Aug 2013 17:40:12 +0200 Original-Received: from g231225193.adsl.alicedsl.de ([92.231.225.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Aug 2013 17:40:12 +0200 Original-Received: from tjolitz by g231225193.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 09 Aug 2013 17:40:12 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 24 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231225193.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.3 (gnu/linux) Cancel-Lock: sha1:jHTmx1fXm6rnGCe+N2VnsGTTS5U= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92800 Archived-At: Michael Heerdegen writes: > Stefan Monnier writes: > >> > What is the righ/canonical way to do that? >> >> Tell your users not to use them in your mode. > > Which means: commands/functions are not "assigned" to a mode in any way, > besides the fact that they are used, or not used, by the code of the > mode. > > Or do you mean key bindings? I did not really mean keybindings, but I see now that all I have to worry about are actually the keybindings - its the users responsability not to use e.g. dired commands in message-mode, and if he does, he will get errors most likely. Thanks for the hints. -- cheers, Thorsten