From: "bcochofel" <bruno.cochofel@gmail.com>
Subject: Re: dired mode or norton commander
Date: 7 Dec 2006 05:01:52 -0800 [thread overview]
Message-ID: <1165496512.007030.183020@n67g2000cwd.googlegroups.com> (raw)
In-Reply-To: <1165495059.090136.189170@80g2000cwy.googlegroups.com>
The dirs '.' and '..' don't work when I press RET but work with 'a'
key...
I was used to use RET key, guess I got to change to 'a'...
I really want to use norton commander, I like very much being able to
(copy, move) from left to right...
Is there any way to make dired show 2 side by side windows? (Without
C-x 3...)
On Dec 7, 12:37 pm, "Robert Thorpe" <rtho...@realworldtech.com> wrote:
> bcochofel wrote:
> > Well, I've tried:
> > ;-------------------------------------------------------------
> > (defun dired-follow-file ()
> > (interactive)
> > (let ((filename (dired-get-filename)))
> > (if (file-directory-p filename)
> > (find-alternate-file filename)
> > (dired-find-file))))
>
> > (defun dired-setup-follow-file ()
> > (substitute-key-definition
> > 'dired-find-file 'dired-follow-file dired-mode-map)
> > (substitute-key-definition
> > 'dired-advertised-find-file 'dired-follow-file dired-mode-map))
>
> > (add-hook 'dired-mode-hook 'dired-setup-follow-file)
> > ;---------------------------------------------------------------
>
> > But I cannot change to dirs '.' and '..', I get:
>
> > "Cannot operate on '.' or '..'That's weird. It works fine for me.
>
> > Using the "a" key I get a message asking if I want to use in all
> > sessions this options and I answer yes... No good...That is even weirder. What does it say when you type C-h k a from
> within dired?
> What version of Emacs are you using?
next prev parent reply other threads:[~2006-12-07 13:01 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-07 11:18 dired mode or norton commander bcochofel
2006-12-07 12:03 ` Robert Thorpe
2006-12-07 12:27 ` bcochofel
2006-12-07 12:37 ` Robert Thorpe
2006-12-07 13:01 ` bcochofel [this message]
2006-12-07 13:09 ` Robert Thorpe
2006-12-07 14:09 ` bcochofel
2006-12-11 1:07 ` Dieter Wilhelm
2006-12-07 16:50 ` Peter Dyballa
[not found] ` <mailman.1642.1165510250.2155.help-gnu-emacs@gnu.org>
2006-12-08 4:21 ` Joe Bush
2006-12-11 18:43 ` Wilmar Igl
2006-12-12 17:13 ` bcochofel
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1165496512.007030.183020@n67g2000cwd.googlegroups.com \
--to=bruno.cochofel@gmail.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 external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.