help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Killing/hiding functions


From: Michael Heerdegen
Subject: Re: Killing/hiding functions
Date: Sun, 13 Nov 2011 19:58:42 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]