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

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

Re: Emacs 22.1 spit window mouse resize


From: Bob Babcock
Subject: Re: Emacs 22.1 spit window mouse resize
Date: Wed, 06 Jun 2007 19:20:10 -0700
User-agent: Xnews/2006.08.24

martin rudalics <rudalics@gmx.at> wrote in
news:mailman.1648.1181145235.32220.bug-gnu-emacs@gnu.org: 

> Could you please try the attached patch.
> 
> Attachment decoded: untitled-2.txt
> --------------040800040006070503080008
> *** mouse.el.~1.315.~     Mon Apr  2 07:45:08 2007
> --- mouse.el     Wed Jun  6 17:45:40 2007
> ***************
> *** 498,504 ****
>                     (and (not should-enlarge-minibuffer)
>                       (> growth 0)
>                       mode-line-p
> !                     (/= top (nth 1 (window-edges)))))
>                (set-window-configuration wconfig)))))))))
>   
>   (defun mouse-drag-mode-line (start-event)
> --- 498,504 ----
>                     (and (not should-enlarge-minibuffer)
>                       (> growth 0)
>                       mode-line-p
> !                     (/= top (nth 1 (window-edges
> start-event-window))))) 
>                (set-window-configuration wconfig)))))))))
>   
>   (defun mouse-drag-mode-line (start-event)
> 
> 
> Attachment decoded: mouse.patch

Yes, this fixes the problem of not being able to move the divider down when 
the focus is in the lower half of the window.  Thanks.

It's still true that the focus moves to the upper half when I release the 
mouse button.  Is this supposed to happen?  (In emacs 21.3, the focus 
shifts when I press the mouse button.)  Around the end of January, someone 
posted a complaint about this focus behavior.  I posted a me-too message, 
and RMS sent me a mouse.el patch.  After a couple iterations, it had the 
same problem as the current release version and I didn't hear any further.  
Probably my last email about it got lost in the vast sea of spam we all 
face these days.
.




reply via email to

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