unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Drew Adams <drew.adams@oracle.com>
Cc: 16354@debbugs.gnu.org
Subject: bug#16354: 24.3.50; `M-o' conflict in Dired - change Omit mode to `C-x M-o'
Date: Mon, 06 Jan 2014 11:42:03 +0200	[thread overview]
Message-ID: <87ppo5cuqc.fsf@mail.jurta.org> (raw)
In-Reply-To: <5b53115d-c916-4120-b829-518526d8d477@default> (Drew Adams's message of "Sun, 5 Jan 2014 11:29:51 -0800 (PST)")

> dired-x.el has bound `M-o' to `dired-omit-mode', which is a toggle,
> since Time Immemorial.  The facemenu commands were originally on
> prefix key `M-g'.

dired-x.el solves a similar problem for the conflicting key M-g
by using the upper-case G:

(define-key dired-mode-map "\M-G" 'dired-goto-subdir)

so doing the same we could use upper-case M-O for dired-omit-mode.
Actually dired-x.el already uses the upper-case O for the related command:

(define-key dired-mode-map "*O" 'dired-mark-omitted)

But before taking M-O into use it should be tested to work in emacs -nw
without problems.





  parent reply	other threads:[~2014-01-06  9:42 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-05 19:29 bug#16354: 24.3.50; `M-o' conflict in Dired - change Omit mode to `C-x M-o' Drew Adams
2014-01-06  1:06 ` Leo Liu
2014-01-06  4:07   ` Stefan Monnier
2014-01-06  5:07     ` Leo Liu
2014-01-06  7:08   ` Drew Adams
2014-01-06  9:42 ` Juri Linkov [this message]
     [not found] ` <mailman.11187.1389001698.10748.bug-gnu-emacs@gnu.org>
2014-01-06 10:51   ` bug#16354: 24.3.50; ?`M-o' " Alan Mackenzie
2014-01-06 12:04     ` Andreas Schwab

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=87ppo5cuqc.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=16354@debbugs.gnu.org \
    --cc=drew.adams@oracle.com \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).