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

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

Re: Question About Nuking 'Ranger.el' Package's 'Deer' Portion's 'deer-f


From: Samuel Banya
Subject: Re: Question About Nuking 'Ranger.el' Package's 'Deer' Portion's 'deer-from-dired' Function
Date: Sat, 19 Feb 2022 11:52:25 -0500
User-agent: Cyrus-JMAP/3.5.0-alpha0-4778-g14fba9972e-fm-20220217.001-g14fba997

Hmm... I don't know if that would help be cause I only want this for the Ranger 
specific function, and specifically only to avoid it in Dired mode itself.

On Sat, Feb 19, 2022, at 11:04 AM, Emanuel Berg via Users list for the GNU 
Emacs text editor wrote:
> Samuel Banya wrote:
> 
> > How do you do this?
> 
> If you for example never want to view `view-emacs-problems'
> and can think of no better use of `C-h C-p' then eval
> 
>   (global-set-key "\C-h\C-p" #'ignore)
> 
> and the next time you it it (by mistake maybe) nothing
> will happen.
> 
> You can put it like this:
> 
>   (global-set-key "\C-h\C-p" #'ignore) ; view-emacs-problems
> 
> so when you see it, you remember what function it was.
> 
> -- 
> underground experts united
> https://dataswamp.org/~incal
> 
> 
> 


reply via email to

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