HEmP

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins related to "sod"

2023-12-12
11:31
Add function sod-visit-definition-file-other-window. Leaf check-in: 6f624ca201 user: sebyte tags: sod
09:58
Rename special variables sod-directory sod-rundir & sod-payload-process-default-directory sod-payload-rundir. Replace ‘start-process’ in function names with ‘run’. Add functions sod-payload-write-conf-file-noclobber & sod-payload-rotate-conf-file-create. Simplify a number of docstrings. check-in: 4c8f583881 user: sebyte tags: sod
2023-10-07
09:11
Remove redundant FIXME. check-in: abd77a2682 user: sebyte tags: sod
08:58
Update ignore patterns. check-in: 90072c7719 user: sebyte tags: sod
08:56
Improve file commentary. check-in: 7095bd4b39 user: sebyte tags: sod
2023-09-19
09:45
Increase width of PID column (by one). check-in: cc0f8664d3 user: sebyte tags: sod
2023-09-02
09:57
Improve docstring of user option sod-emacs-program. check-in: 0035fe9816 user: sebyte tags: sod
2023-08-05
09:41
Add command #'sod-visit-definition-file. check-in: 9ba1d99fc3 user: sebyte tags: sod
2023-05-14
07:46
Load the sod definition file and schedule the call to #'payload-start _before_ visiting the sod definition file. check-in: 3c23c4933f user: sebyte tags: sod
2023-04-09
15:38
Add special variable (for use in sod definition files); sod-directory. check-in: 1f491a93e0 user: sebyte tags: sod
2023-03-22
19:11
Update to output generated by #'loaddefs-generate. check-in: b28cd69932 user: sebyte tags: sod
2023-03-21
19:32
Add user option sod-emacs-program. check-in: 4d1668a1c1 user: sebyte tags: sod
2023-03-19
12:40
Correctly escape single quotation marks in docstrings and update loaddefs. check-in: d2588016f8 user: sebyte tags: sod
2022-12-02
11:15
Alter the timestamp produced by #'sod-timestamp; remove the colons and underscores and use just three hyphens. check-in: c1e1e90f72 user: sebyte tags: sod
2022-12-01
12:29
Add function #'sod-timestamp and discard call to #'process-name in sod-default-payload-sentinel. check-in: b5edfd49c2 user: sebyte tags: sod
09:57
Remove spurious use of Emacs variable this-command. check-in: e09ec37a40 user: sebyte tags: sod
2022-11-30
16:29
Add function sod-server-socket and tweak the message displayed by sod-default-payload-sentinel. Tidy up and add some new commentary. check-in: fc7e774eae user: sebyte tags: sod
2022-10-10
12:03
Add function sod-payload-rotate-log-file-create. check-in: 64037114b1 user: sebyte tags: sod
2022-07-27
13:31
Rename function sod-user-process-tree sod-process-tree, bind it to ‘t’ rather than ‘u’ and reinstate its function definition (using a different implementation). check-in: d255efd79a user: sebyte tags: sod
2022-07-20
07:50
Tweak the docstring of user-customisable special variable sod-sod-directory. check-in: 3d05309453 user: sebyte tags: sod
2022-07-19
10:41
By default, a sod started at boot time, e.g. using cron, will write its server socket file under directory /tmp/emacs$(id -u)/ and a sod started manually, i.e. by a user, will write it under directory $XDG_RUNTIME_DIR/emacs/. (See the definition of variable server-socket-dir for details). We could configure the DoS, as well as manually started sods, to write their server socket files under directory /tmp/emacs$(id -u)/ too, but the changes in this commit implement a different approach; we identify sods by an absolute server socket file name, rather than just by server name, thus making the value of sever-socket-dir irrelevant. In sod-mode.el, modify function sod-sodclients-pidlist; alter pattern passed to sod-pgrep-pilist. Modify function sod-sodclients; discard the socket directory to glean the names of engaged sods. Add function sod-server-socket accepting a sod name and returning an absolute server socket file name. Employ sod-server-socket in sod-sod-do, sod-engage-and-select-window and in sod-clobber-dot-files-create. In sod-dot-sod.el, rename special sod-dos-name sod-dos-server-socket. check-in: e431c18b58 user: sebyte tags: sod
2022-06-16
19:17
Add a TODO item to file commentary. check-in: ed1a26e869 user: sebyte tags: sod
2022-03-31
08:07
Remove superflous format argument. check-in: 61d36d0f50 user: sebyte tags: sod
08:01
Divide the defvars in sod-dot-sod.el into sections ‘internal’ and ‘for use in definition files’, and update the content of the stock sod defintion file. check-in: 9f4a6c8e25 user: sebyte tags: sod
07:19
Restructure code layout. Move ‘actions’, e.g. reading the dos file and loading any user init, towards the end of the file. Reanme functions sod-payload-start-process-with-size-limited-output-buffer sod-payload-start-process-with-plain-output-buffer and sod-payload-start-process-with-size-limited-logtail-buffer sod-payload-start-process-with-logtail-output-buffer. check-in: 133a903dea user: sebyte tags: sod
06:52
Add utility function sod-payload-start-process-with-comint-output-buffer. check-in: dbe34def5c user: sebyte tags: sod
2022-03-30
12:28
Add function sod-payload-start-process-with-size-limited-logtail-buffer. Alter sod-payload-start-process-with-size-limited-output-buffer; ensure sod-payload-process-default-directory exists. Alter function sod-payload-tail-log-file-in-output-buffer; bind default-directory to log file directory. check-in: 630fdd4916 user: sebyte tags: sod
07:01
Eval sod-payload-before-process-start-forms immediately before starting the process, i.e. with sod-payload-output-buffer current and with sod-payload-process-default-directory bound. check-in: 7f9b9cf51f user: sebyte tags: sod
2022-03-29
17:12
Add special variables sod-payload-before-process-start-forms & sod-payload-after-process-start-forms and employ both in function sod-payload-start-process-with-size-limited-output-buffer (renamed from sod-start-payload-with-size-limited-output-buffer). Add function sod-payload-rotate-conf-file and base it on reworked function sod-payload-rotate-log-file, which now accepts optional argument ‘no-error’. check-in: f8f8206ade user: sebyte tags: sod
11:17
Add specials sod-payload-process-default-directory, sod-payload-sentinel, sod-payload-shutdown-sentinel, sod-payload-restart-sentinel, sod-payload-output-buffer-erase-at-payload-start-p, sod-payload-output-buffer-max-lines & sod-payload-start-at-sod-start-time-p. Add utility function sod-start-payload-with-size-limited-output-buffer. When required, start the payload at sod start time. check-in: 65cda641f2 user: sebyte tags: sod
2022-03-27
10:54
Discard unnecessary special variable sod-payload-sentinel. check-in: fa2306ab86 user: sebyte tags: sod
2022-03-23
07:23
Add two special variables; sod-payload-{log|conf}-file. Add three utils; sod-payload-tail-log-file-in-output-buffer, sod-payload-rotate-log-file & sod-payload-write-conf-file. check-in: 8c8624f9a3 user: sebyte tags: sod
2022-03-21
13:25
In sod-dot-sod.el, document funtion sod-payload-output-buffer-size-limiting-filter and add interactive command ‘start’. Adapt sod-default-payload-sentinel accordingly. In sod-mode.el, adapt sod-payload-start accordingly, i.e. greatly simplify it, and update sod-write-stock-definition-file. In example/hello-world.el, remove redundant ‘start’ function definition, employ get-buffer-create when binding sod-payload-output-buffer and tweak payload-start accordingly. Improve commentary in all three files. check-in: 63528fa1ba user: sebyte tags: sod
2022-03-20
17:55
Add utility function sod-payload-output-buffer-size-limiting-filter to sod-dot-sod.el and employ in example/hello-world.el, rendering function payload-output-filter redundant. Tweak commentary. check-in: 26aa07fc19 user: sebyte tags: sod
12:59
Adhere to namespace policy; sod-* for pre-defined symbols and payload-* for user-defined symbols. Move the body of interactive command start into non-interactive function payload-start. Improve commentary. check-in: a06e77328e user: sebyte tags: sod
12:55
Alter function sod-payload-start; try payload-start first and, failing that, start. Call user-error if neither function is defined. Employ variable this-command in sod-payload-{stop|status|restart}. check-in: e28a8440a1 user: sebyte tags: sod
12:48
Change default value of sod-payload-stop-signal to 'term. Move the body of command stop into non-interactive function sod-payload-stop. Do the same for commands status & restart. Alter function sod-default-payload-restart-sentinel; try calling payload-start first and, failing that, start. Call user-error rather than sod-message if neither function is defined. check-in: b9cbdbf0c6 user: sebyte tags: sod
08:27
Discard special variable sod-defined-sods and functions sod-register-definition-files & sod-set-default-directory. (Each was unnecessary and non-functional in style, updating the value of a special variables as a side effect). Ensure sod directory exists in mode call. check-in: 0bb9e27b44 user: sebyte tags: sod
2022-03-19
16:28
Fix incorrectly quoted symbol in function #'stop and replace multiple apostrophes (#x27) with right single quotation marks (#x2019). check-in: 8bd45790d7 user: sebyte tags: sod
11:50
Discard command definitions (stop, status & restart) now pre-defined in all sods. Update file commentary and add inline commentary. check-in: 0c77e48f40 user: sebyte tags: sod
11:47
Update file commentary and text of function sod-write-stock-definition-file. check-in: f60233d77e user: sebyte tags: sod
11:45
Add commands stop, status & restart. Bind special variables sod-payload-process, sod-payload-output-buffer, sod-payload-sentinel, sod-payload-stop-signal, sod-payload-restart-sentinel & sod-payload-shutdown-sentinel. Rename function sod-shutdown-sentinel sod-default-payload-shutdown-sentinel. Add function sod-default-payload-restart-sentinel. Replace calls to #'boundp with calls to #'processp. Update file commentary. check-in: e39cc6ab3a user: sebyte tags: sod
2022-03-17
18:51
Add ‘hello-world’ example definition file. check-in: c4c7640b07 user: sebyte tags: sod
13:05
Update text written by function sod-write-stock-definition-file. check-in: 04bc0f7926 user: sebyte tags: sod
13:03
Add and employ special variable sod-definition-file. Discard use of (when load-in-progress …) degguging aids. check-in: a13f8eba1b user: sebyte tags: sod
2022-03-16
18:28
Discard special variable sod-defined-sods and add function sod-register-definition-files. Employ sod-register-definition-files in place of form (setq sod-defined-sods …). Additionally, employ after writing a stock defintion file. Discard advice given to tabulated-list-print. check-in: 0dea4ed565 user: sebyte tags: sod
12:11
Bind local variable no-update-autoloads to true in sod-dot-sod.el. Not doing so has surprising repercussions for completion (in the dos). check-in: 3758467358 user: sebyte tags: sod
10:41
Define sod-buffer-name, sod-screen-password-protected-p, sod-screen-min-window-number & sod-buffer-revert-delay as user-customisable variables using #'defcustom. Change default value of sod-buffer-revert-delay from milliseconds (500) to seconds (1). Change default value of sod-screen-min-window-number from 2 to 0. Update text written by sod-write-stock-definition-file. check-in: 7b5432b276 user: sebyte tags: sod
10:36
Add function sod-shutdown-sentinel and employ it in sod-shutdown-bdo. Alter function sod-message; ignore any error attempting to send the message to the dos. check-in: 1c1328ed01 user: sebyte tags: sod
2022-03-14
16:51
Fix typo. check-in: c6936420e8 user: sebyte tags: sod