- Sep 04, 2020
-
-
Per Cederqvist authored
Isolate bidi directionality changes to a single text. See merge request lyskom-elisp-client/lyskom-elisp-client!15
-
Per Cederqvist authored
* view-text.el (lyskom-print-text): Insert a paragraph separator if the bidi directionality was changed by the text.
-
- Aug 17, 2020
-
-
Per Cederqvist authored
Fix Emacs 27.1 incompatibility in lyskom-subtract-one-day See merge request lyskom-elisp-client/lyskom-elisp-client!14
-
Per Cederqvist authored
Keep any sub-second time elements unchanged, so that we return a valid time format in lyskom-subtract-one-day. Emacs 27.1 expects it to be on the (HI LO US PS) form, and decode-time will raise an error if it is on the (HI LO nil) form that lyskom-subtract-one-day previously returned.
-
- Aug 06, 2020
-
-
David Byers authored
Replace binding of S-tab with backtab See merge request lyskom-elisp-client/lyskom-elisp-client!4
-
David Byers authored
-
- Jul 01, 2020
-
-
Ulrik Haugen authored
-
- Feb 26, 2020
- Nov 25, 2019
-
-
Ulrik Haugen authored
Tweak debian devbuilds See merge request lyskom-elisp-client/lyskom-elisp-client!3
-
- Nov 24, 2019
-
-
Ulrik Haugen authored
-
Ulrik Haugen authored
-
Ulrik Haugen authored
-
Ulrik Haugen authored
-
- Nov 23, 2019
-
-
Ulrik Haugen authored
-
- Aug 08, 2019
-
-
Per Cederqvist authored
* lyskom-rest.el (lyskom-format-image): Link to jskom when an image cannot be displayed. * swedish-strings.el, english-strings.el (image-no-show): Now takes two additional arguments (two links to display).
-
- Apr 10, 2018
-
-
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
-
- Dec 31, 2016
-
-
Ulrik Haugen authored
The debian source format i specified three years ago doesn't permit version suffixes (at least now).
-
Ulrik Haugen authored
-
- Dec 30, 2016
-
-
Ulrik Haugen authored
-
- Jul 07, 2016
-
-
Christer Ekholm authored
The function generates a warning in emacs-25 lyskom.el:31094:6:Warning: ‘nil’ is not a condition name (in condition-case) Since it's not used, just remove it instead of trying to fix it.
-
Christer Ekholm authored
Don't redefine kbd if existing definition is correct.
-
- May 25, 2016
-
-
Christer Ekholm authored
-
- Jan 31, 2015
-
-
Per Cederqvist authored
-
- Jan 13, 2015
-
-
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
-
- Jan 12, 2015
-
-
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.
-
- Oct 30, 2014
-
-
Christer Ekholm authored
To avoid failure when copying the write-protected files.
-
- Oct 26, 2014
-
-
Christer Ekholm authored
If HEAD is not a tagged commit then construct lyskom-clientversion the same way as wen building default target (lyskom.elc)
-
- Sep 04, 2014
-
-
Christer Ekholm authored
Commit 8ae3ab53 removed target fast. But I forgot to also remove the comment telling about it.
-
- Sep 02, 2014
-
-
Christer Ekholm authored
Also chmod 444 some more generated files. The reason to write-protect generated files is to make it harder to accidentally edit them by mistake.
-
- Aug 26, 2014
-
-
Christer Ekholm authored
There is no need to. And if it's writable we don't need to have rm -f too.
-
- Aug 25, 2014
-
-
Christer Ekholm authored
By removing "$(MAKE) $(VERSION-EL)" from the recipe for lyskom.el, and adding the elisp source-files as dependencies for version.el
-
Christer Ekholm authored
make fast doesn't work any more. So instead of trying to fix it, just remove it.
-
- Aug 16, 2014
-
-
Christer Ekholm authored
dont-compile is marked as obsolete in emacs-24.4, and gives a lot of warnings "Warning: `dont-compile' is an obsolete macro (as of 24.4)."
-
- Aug 14, 2014
-
-
Joel Rosdahl authored
-
- Aug 10, 2014
-
-
Christer Ekholm authored
* lyskom-rest.el (lyskom-do-format): Don't (set-buffer lyskom-buffer) unless kom-deferred-printing is t. It's not needed then, and kom-edit-show-commented sets it to nil when inserting the commented text in *Commented*
-
- Aug 08, 2014
-
-
Per Cederqvist authored
Bug introduced in a4b10328. * elib-string.el (string-replace-match): Track the renamed variables elib-string and elib-newtext. (elib-string-expand-newtext): Fixed the documentation now that the variables are renamed.
-
- Aug 05, 2014
-
-
Christer Ekholm authored
The code is supposed to use set-face-strikethru-p if available (in xemacs). But the function was misspelled in the test, thus never used.
-
- Aug 02, 2014
-
-
Christer Ekholm authored
-
- Jul 24, 2014
-
-
Christer Ekholm authored
-
Christer Ekholm authored
Moved selection of wday from convdate to a more natural place, and reduced line-length.
-