Skip to content
Snippets Groups Projects
  1. Nov 24, 2019
  2. Nov 23, 2019
  3. Aug 08, 2019
  4. Apr 10, 2018
    • Christer Ekholm's avatar
      Remove duplicate &optional · 1d357c67
      Christer Ekholm authored
      In emacs-26 duplicate &optional is an error.
      
        ...
        lyskom.el:42124:26:Error: Duplicate &optional
        make: *** [Makefile:195: lyskom.elc] Error 1
      1d357c67
  5. Dec 31, 2016
  6. Dec 30, 2016
  7. Jul 07, 2016
  8. May 25, 2016
  9. Jan 31, 2015
  10. Jan 13, 2015
    • Christer Ekholm's avatar
      Merge branch 'kill-keep-alive-with-buffer' into 'master' · 8366b4e0
      Christer Ekholm authored
      Terminate keep-alive in kill-buffer-hook
      
      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.
      
      See merge request !2
      8366b4e0
  11. Jan 12, 2015
    • Peter Liljenberg's avatar
      Terminate keep-alive in kill-buffer-hook. · c74c4bbc
      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
  12. Oct 30, 2014
  13. Oct 26, 2014
  14. Sep 04, 2014
  15. Sep 02, 2014
  16. Aug 26, 2014
  17. Aug 25, 2014
  18. Aug 16, 2014
  19. Aug 14, 2014
  20. Aug 10, 2014
  21. Aug 08, 2014
  22. Aug 05, 2014
  23. Aug 02, 2014
  24. Jul 24, 2014
  25. Jul 23, 2014
    • Christer Ekholm's avatar
      Fix bug introduced in comit ee028db4. · fd108eaf
      Christer Ekholm authored
      The "(decode-time (encode-time" combination must not be used unless
      kom-show-mx-date-as-local and must be used on "safe" values, not
      directly on the result from parse-time-string.
      fd108eaf
  26. Jul 22, 2014
    • Christer Ekholm's avatar
      Fix bug 1701 · ee028db4
      Christer Ekholm authored
      * view-text.el (lyskom-mx-date-to-time): Removed the use of
      calendar-iso-from-absolute and calendar-absolute-from-gregorian from
      calendar. Use instead decode-time and encode-time to complete the
      result from parse-time-string to include weekday.
      ee028db4
  27. Jul 13, 2014
  28. Jul 04, 2014
  29. Jul 02, 2014
  30. Jun 26, 2014
Loading