From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: Killing/hiding functions Date: Sun, 13 Nov 2011 19:58:42 +0100 Message-ID: <87ipmnvogt.fsf@web.de> References: Reply-To: Emacs mailing list NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1321210694 28675 80.91.229.12 (13 Nov 2011 18:58:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 13 Nov 2011 18:58:14 +0000 (UTC) Cc: Jorgen Grahn To: Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 13 19:58:10 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RPfFm-0002ce-9u for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Nov 2011 19:58:06 +0100 Original-Received: from localhost ([::1]:49940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPfFl-0006Bk-Gy for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Nov 2011 13:58:05 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:48156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPfFg-0006Aw-Te for help-gnu-emacs@gnu.org; Sun, 13 Nov 2011 13:58:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RPfFg-00083k-25 for help-gnu-emacs@gnu.org; Sun, 13 Nov 2011 13:58:00 -0500 Original-Received: from fmmailgate03.web.de ([217.72.192.234]:43530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RPfFf-00083V-SK for help-gnu-emacs@gnu.org; Sun, 13 Nov 2011 13:58:00 -0500 Original-Received: from moweb001.kundenserver.de (moweb001.kundenserver.de [172.19.20.114]) by fmmailgate03.web.de (Postfix) with ESMTP id 20EEB1AACD84A for ; Sun, 13 Nov 2011 19:57:32 +0100 (CET) Original-Received: from snow ([89.204.137.91]) by smtp.web.de (mrweb002) with ESMTPA (Nemesis) id 0M6UmJ-1QgUGv3HVj-00yN0v; Sun, 13 Nov 2011 19:57:31 +0100 In-Reply-To: (Jorgen Grahn's message of "12 Nov 2011 10:29:49 GMT") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-Provags-ID: V02:K0:fjyyewpNXyDiB50ylWhl6CMwx8kuDAyqAgWZmDGZi1R A/ZPzZVh60Zd/VaVK7hJU5jkUnCaUQs0hiaPhXEUcXbLC+2TwI jucV8lQ8UNgsVu0cw4cwwL0RGcUjd9mGadc1Y3LyUJckshkxVy t5AzcGzJLkXLRMQ7mIJFoEIcVkdMVR7FFsgu++hO2wv6Xipb5k 8f51S0VwvRBzMDCF+618kltGcnGObbnzsdjz8rCc1E= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 217.72.192.234 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:82890 Archived-At: Hello Jorgen, I think it is generally no good idea to just "forget" commands as you suggest. You would probably make Emacs non-functional. > ff-find-other-file > ff-find-related-file Did you know that you can use partial completions, like that: M-x ff-f-o TAB RET (You can similarly hit SPC instead of -). You can also define your own aliases for commands you often use, but don't want to bind to a key sequence, like (defalias 'fffo 'ff-find-other-file) > And I'd like to forget visible-mode to have easier access to > visit-tags-table. Dunno about that, sorry. Regards, Michael.