emacs-devel
[Top][All Lists]
Advanced

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

rcirc bugfix


From: Ryan Yeske
Subject: rcirc bugfix
Date: Thu, 03 May 2007 15:09:58 -0700

I have had a couple reports in the past few days that rcirc
connections are being dropped when running things like gnus, or
synchronous file copies.  This patch turns up the timeout from one
minute to ten, which is a better default.



2007-05-03  Ryan Yeske  <address@hidden>

        * rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
        disconnections.




*** rcirc.el    18 Mar 2007 19:32:30 -0800      1.32
--- rcirc.el    03 May 2007 15:06:53 -0700      
***************
*** 312,318 ****
    "List of urls seen in the current buffer.")
  (put 'rcirc-urls 'permanent-local t)
  
! (defvar rcirc-timeout-seconds 60
    "Kill connection after this many seconds if there is no activity.")
  
  (defconst rcirc-id-string (concat "rcirc on GNU Emacs " emacs-version))
--- 312,318 ----
    "List of urls seen in the current buffer.")
  (put 'rcirc-urls 'permanent-local t)
  
! (defvar rcirc-timeout-seconds 600
    "Kill connection after this many seconds if there is no activity.")
  
  (defconst rcirc-id-string (concat "rcirc on GNU Emacs " emacs-version))




reply via email to

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