- Nov 08, 2024
-
-
jonasgit authored
-
- Jan 24, 2024
-
-
Per Cederqvist authored
Reflow some texts that contain footnote-like markers. See merge request lyskom-elisp-client/lyskom-elisp-client!21
-
Per Cederqvist authored
* lyskom-rest.el (lyskom-fill-disqualifying-regexp): Make log-line more strict: require a colon after the bracketed number to make it less likely that a footnote-style number disqualifies a refill.
-
- Aug 16, 2023
-
-
Ulrik Haugen authored
Adjust server_list.patch to "upstream" changes See merge request lyskom-elisp-client/lyskom-elisp-client!20
-
Ulrik Haugen authored
-
- Jan 05, 2022
-
-
Per Cederqvist authored
Fix a false protocol error message See merge request lyskom-elisp-client/lyskom-elisp-client!19
-
Per Cederqvist authored
Alias list cleanup/update See merge request lyskom-elisp-client/lyskom-elisp-client!18
-
Per Cederqvist authored
* parse.el (lyskom-parse-float): Accept floats such as "4e-05" that has an exponent but no dot.
-
- Sep 26, 2020
-
-
Pontus Freyhult authored
-
- Sep 23, 2020
-
-
Per Cederqvist authored
Update the domain name of LuddKOM. See merge request lyskom-elisp-client/lyskom-elisp-client!17
-
Per Cederqvist authored
* vars.el (kom-builtin-server-aliases): Change the domain name from kom.ludd.luth.se to kom.ludd.ltu.se. * debian/fullserverlist.el (kom-builtin-server-aliases): Ditto. * src/debian/patches/server_list.patch: Adjust for the above change.
-
- 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.
-