|
From: <jar...@po...> - 2004-03-31 18:42:12
|
I'm sending thri patch here, as nobody seemed to have read the Sourceforge
patch page. The scroll to bottom function dies, if erc-insert-marker
is nil.
Jari
(if (and window (window-live-p window))
+ ;; If there is no value, nothing we can do
+ erc-insert-marker
;; Temporarily bind resize-mini-windows to nil so that users who have it
;; set to a non-nil value will not suffer from premature minibuffer
;; shrinkage due to the below recenter call. I have no idea why this
|