unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Torben Knudsen <tk@es.aau.dk>
To: help-gnu-emacs@gnu.org
Subject: Re: Remove local key binding in Dired
Date: Fri, 03 Jul 2009 08:36:03 +0200	[thread overview]
Message-ID: <87ab3mgtnw.fsf@es.aau.dk> (raw)
In-Reply-To: bab7a54c-d06a-496b-9926-22035083fe59@r33g2000yqn.googlegroups.com

Xah Lee <xahlee@gmail.com> writes:

> On Jul 1, 11:54 pm, Torben Knudsen <t...@es.aau.dk> wrote:
>> I have the following which I find conveinent
>>
>> ;;; Window spliting
>> (global-set-key (kbd "M-3") 'split-window-horizontally) ; was digit-argument
>> (global-set-key (kbd "M-2") 'split-window-vertically) ; was digit-argument
>> (global-set-key (kbd "M-1") 'delete-other-windows) ; was digit-argument
>> (global-set-key (kbd "M-0") 'delete-window) ; was digit-argument
>> (global-set-key (kbd "M-o") 'other-window) ; was prefix
>>
>> However, in dired
>>
>> M-o runs the command dired-omit-mode
>>
>> I can remove this "manually" by
>>
>> local-unset-key M-o
>>
>> in a dired buffer
>>
>> but how can I do this in my .emacs?
>
>
> you might try the latest version of ergoemacs, which fixes this.
> http://code.google.com/p/ergoemacs/

Thanks for the suggestion.  I have some small changes to emacs key
bindings.  However I try to keep it at a minimum.

-- 
Associate Prof. Ph.D Torben Knudsen	Mobile	: (+45) 2787 9826
Section of Automation and Control,	Direct	: 6 8694
Department of Electronic Systems,	Email	: tk@es.aau.dk   
Aalborg University 
Fredrik Bajersvej 7 
DK-9220 Aalborg Ø
Denmark 


      parent reply	other threads:[~2009-07-03  6:36 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-07-02  6:54 Remove local key binding in Dired Torben Knudsen
2009-07-02  7:06 ` Teemu Likonen
2009-07-03  6:33   ` Torben Knudsen
2009-07-02 13:34 ` Xah Lee
2009-07-02 15:41   ` Marc Tfardy
2009-07-02 22:00     ` Xah Lee
2009-07-03  6:36   ` Torben Knudsen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ab3mgtnw.fsf@es.aau.dk \
    --to=tk@es.aau.dk \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).