all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Thorsten Bonow <thorsten.bonow@post.rwth-aachen.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Left-click in dired splits window
Date: Thu, 04 Sep 2008 17:40:35 +0200	[thread overview]
Message-ID: <874p4v9ax8.fsf@post.rwth-aachen.de> (raw)
In-Reply-To: 6iaao0FplpjcU1@mid.dfncis.de

>>>>> "Arne" == Arne Schmitz <arne.schmitz@gmx.net> writes:

    Arne> Whenever I left-click in dired to visit a window, my current window is
    Arne> split horizontally. This also happens when I open files via
    Arne> emacsclient. How can I disable this behavior?

    Arne> Arne

Hi Arne :-)

Checking with "C-h k <left-mouse-klick>" what left clicking in a dired window is
bound to gives me (as relevant binding in a dired buffer)


----------------- up-event (short click) ----------------

<mouse-1> at that spot is remapped to <mouse-2>
which runs the command dired-mouse-find-file-other-window
  which is an interactive compiled Lisp function in `dired.el'.
It is bound to <mouse-2>.
(dired-mouse-find-file-other-window EVENT)

In Dired, visit the file or directory name you click on.


So, binding it to something other than `dired-mouse-find-file-other-window'
would help.

This has been discussed a few days ago, look for "How can I make emacs open
next directory in same window?".

Hope that helps...

Toto

-- 
Contact information and PGP key at
http://www.withouthat.org/~toto/contact.html

If Michelangelo had been a heterosexual, the Sistine Chapel would
have been painted basic white and with a roller.

Rita Mae Brown


  reply	other threads:[~2008-09-04 15:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-09-04 14:47 Left-click in dired splits window Arne Schmitz
2008-09-04 15:40 ` Thorsten Bonow [this message]
2008-09-04 16:44   ` Arne Schmitz

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=874p4v9ax8.fsf@post.rwth-aachen.de \
    --to=thorsten.bonow@post.rwth-aachen.de \
    --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.
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.