all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Left-click in dired splits window
@ 2008-09-04 14:47 Arne Schmitz
  2008-09-04 15:40 ` Thorsten Bonow
  0 siblings, 1 reply; 3+ messages in thread
From: Arne Schmitz @ 2008-09-04 14:47 UTC (permalink / raw)
  To: help-gnu-emacs

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

Arne

-- 
[--- PGP key FD05BED7 --- http://www.root42.de/ ---]


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Left-click in dired splits window
  2008-09-04 14:47 Left-click in dired splits window Arne Schmitz
@ 2008-09-04 15:40 ` Thorsten Bonow
  2008-09-04 16:44   ` Arne Schmitz
  0 siblings, 1 reply; 3+ messages in thread
From: Thorsten Bonow @ 2008-09-04 15:40 UTC (permalink / raw)
  To: help-gnu-emacs

>>>>> "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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Left-click in dired splits window
  2008-09-04 15:40 ` Thorsten Bonow
@ 2008-09-04 16:44   ` Arne Schmitz
  0 siblings, 0 replies; 3+ messages in thread
From: Arne Schmitz @ 2008-09-04 16:44 UTC (permalink / raw)
  To: help-gnu-emacs

Thorsten Bonow wrote:

>>>>>> "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)
[...]

Thanks, that is helpful. The other problem (with emacsclient) seems to be
related with ECB, which I also use. 

Over and out,

Arne 

-- 
[--- PGP key FD05BED7 --- http://www.root42.de/ ---]


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-09-04 16:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-04 14:47 Left-click in dired splits window Arne Schmitz
2008-09-04 15:40 ` Thorsten Bonow
2008-09-04 16:44   ` Arne Schmitz

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.