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

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

Re: How to bind mouse-1 to find-file in dired?


From: Kevin Rodgers
Subject: Re: How to bind mouse-1 to find-file in dired?
Date: Wed, 20 Feb 2008 20:12:37 -0700
User-agent: Thunderbird 2.0.0.9 (Macintosh/20071031)

Arne Schmitz wrote:
Johan Bockgård wrote:

I want to get rid of dired-find-file-other-window. I tried the following
in my .emacs:

(eval-after-load "dired" '(progn (define-key dired-mode-map
(kbd "<mouse-1>") 'dired-find-file)))

But this does not seem to work. What should I do?
Use "<mouse-2>".

1. That does not work either.
2. I want to have it on mouse-1.

What does `C-h v mouse-1-click-follows-link' in the Dired buffer
display?

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

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