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

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

Re: M-x grep doesn't find matches when compilation-window-height is non-


From: Richard Stallman
Subject: Re: M-x grep doesn't find matches when compilation-window-height is non-nil
Date: Sat, 03 Jan 2004 22:53:08 -0500

Does this patch give good results?


*** compile.el.~1.282.~ Sat Dec 27 14:43:30 2003
--- compile.el  Sat Jan  3 17:24:55 2004
***************
*** 754,760 ****
              compilation-directory-stack (list default-directory))
        (set-window-start outwin (point-min))
        (or (eq outwin (selected-window))
!           (set-window-point outwin (point-min)))
        ;; The setup function is called before compilation-set-window-height
        ;; so it can set the compilation-window-height buffer locally.
        (if compilation-process-setup-function
--- 754,760 ----
              compilation-directory-stack (list default-directory))
        (set-window-start outwin (point-min))
        (or (eq outwin (selected-window))
!           (set-window-point outwin (point)))
        ;; The setup function is called before compilation-set-window-height
        ;; so it can set the compilation-window-height buffer locally.
        (if compilation-process-setup-function




reply via email to

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