Skip to content
Snippets Groups Projects
Select Git revision
  • kill-keep-alive-with-buffer
  • master default
  • keep-alive-fix-attempt-1
  • v0-45-1-maint
  • v0-38-2
  • v0.48
  • v0.45.2
  • v0.45.1.P1
  • last-in-cvs
  • v0.47.1
  • v0.47.1.BETA.2
  • v0.47.1.BETA.1
  • v0.47
  • v0.47.BETA.4
  • v0.47.BETA.3
  • v0.47.BETA.2
  • v0.47.BETA.1
  • v0.46.2.BETA.2
  • v0.46.2.BETA.1
  • v0.46.1
  • v0.46.1.BETA.5
  • v0.46.1.BETA.4
  • v0.46.1.BETA.3
  • v0.46.1.BETA.2
  • v0.46.1.BETA.1
25 results

lyskom-elisp-client

  • Clone with SSH
  • Clone with HTTPS
  • Forked from lyskom-elisp-client / lyskom-elisp-client
    Source project has a limited visibility.
    user avatar
    Peter Liljenberg authored
    Since lyskom-keep-alive-timers is a buffer-local variable,
    lyskom-keep-alive-callback can't stop the keep-alive timer
    if the buffer has been killed.  As a result, it keeps saying ERROR! in
    the mini buffer.
    
    On an idea from Christer Ekholm, terminate the timer explicitly with a
    kill-buffer-hook instead.  The error logging in
    lyskom-keep-alive-callback has been improved too, to provide more
    information on what went wrong if there are other error situations in
    the future.
    c74c4bbc
    History
    Name Last commit Last update