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: martin rudalics
Subject: Re: Emacs 22.1 spit window mouse resize
Date: Wed, 06 Jun 2007 17:54:18 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Could you please try the attached patch.

*** 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)


reply via email to

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