# HG changeset patch # User Steve Losh # Date 1545001086 18000 # Node ID 31ddcddb32bfe7c9f5ab96873a1b9f497b23dfa1 # Parent e2a961f1d037e53ea2809885a65feba66a9aa03e More diff -r e2a961f1d037 -r 31ddcddb32bf abclrc --- a/abclrc Thu Nov 08 18:11:27 2018 -0500 +++ b/abclrc Sun Dec 16 17:58:06 2018 -0500 @@ -27,3 +27,9 @@ (debug-prompt stream))) (setf top-level::*repl-prompt-fun* #'sjl-prompt) + +(setf *print-pretty* nil + *print-escape* t + *print-right-margin* 100 + *print-miser-width* nil + *print-length* 1000) diff -r e2a961f1d037 -r 31ddcddb32bf bin/cacl --- a/bin/cacl Thu Nov 08 18:11:27 2018 -0500 +++ b/bin/cacl Sun Dec 16 17:58:06 2018 -0500 @@ -4,5 +4,5 @@ LISPS=("sbcl" "ccl" "abcl" "ecl") LISPS=("sbcl" "ccl") -~/src/cacl/cacl-$(shuf -n1 -e "${LISPS[@]}") +rlwrap ~/src/cacl/cacl-$(shuf -n1 -e "${LISPS[@]}") diff -r e2a961f1d037 -r 31ddcddb32bf ccl-init.lisp --- a/ccl-init.lisp Thu Nov 08 18:11:27 2018 -0500 +++ b/ccl-init.lisp Sun Dec 16 17:58:06 2018 -0500 @@ -10,6 +10,13 @@ (setf ccl:*listener-prompt-format* #'sjl-lisp-prompt-format) +(setf *print-pretty* nil + *print-escape* t + *print-right-margin* 100 + *print-miser-width* nil + *print-length* 1000 + *print-level* 250) + ;;; The following lines added by ql:add-to-init-file: #-quicklisp diff -r e2a961f1d037 -r 31ddcddb32bf eclrc --- a/eclrc Thu Nov 08 18:11:27 2018 -0500 +++ b/eclrc Sun Dec 16 17:58:06 2018 -0500 @@ -15,6 +15,11 @@ (setf system:*tpl-prompt-hook* #'sjl-prompt) +(setf *print-pretty* nil + *print-escape* t + *print-right-margin* 100 + *print-miser-width* nil + *print-length* 1000) #-quicklisp (let ((quicklisp-init (merge-pathnames ".quicklisp/setup.lisp" diff -r e2a961f1d037 -r 31ddcddb32bf lispwords --- a/lispwords Thu Nov 08 18:11:27 2018 -0500 +++ b/lispwords Sun Dec 16 17:58:06 2018 -0500 @@ -83,6 +83,7 @@ (1 gathering-vector) (1 multiple-value-bind*) (1 do-repeat) +(1 do-range do-irange) ; qtools (1 qtenumcase) diff -r e2a961f1d037 -r 31ddcddb32bf restic/excludes.txt --- a/restic/excludes.txt Thu Nov 08 18:11:27 2018 -0500 +++ b/restic/excludes.txt Sun Dec 16 17:58:06 2018 -0500 @@ -2,7 +2,11 @@ cache2 /home/sjl/.dbus /home/sjl/src/dotfiles/vim/tmp +/home/sjl/snap /home/sjl/.mozilla /home/sjl/.dropbox +/home/sjl/.steam +/home/sjl/.local/share +/home/sjl/.config/chromium /home/sjl/Dropbox/.dropbox.cache diff -r e2a961f1d037 -r 31ddcddb32bf sbclrc --- a/sbclrc Thu Nov 08 18:11:27 2018 -0500 +++ b/sbclrc Sun Dec 16 17:58:06 2018 -0500 @@ -6,8 +6,6 @@ (load quicklisp-init))) ;; -; (pushnew "~/lib/asdf/" asdf:*central-registry* :test #'equal) - (defvar *last-package* nil) (defvar *cached-prompt* nil) @@ -27,4 +25,9 @@ (defun :fg () (sb-thread:release-foreground)) -; '(ql:update-client)' --eval '(ql:update-all-dists)' +(setf *print-pretty* nil + *print-escape* t + *print-right-margin* 100 + *print-miser-width* nil + *print-length* 1000 + *print-level* 250) diff -r e2a961f1d037 -r 31ddcddb32bf weechat/plugins.conf --- a/weechat/plugins.conf Thu Nov 08 18:11:27 2018 -0500 +++ b/weechat/plugins.conf Sun Dec 16 17:58:06 2018 -0500 @@ -73,9 +73,6 @@ python.slack.auto_open_threads = "false" python.slack.background_load_all_history = "false" python.slack.channel_name_typing_indicator = "true" -python.slack.color_buflist_muted_channels = "darkgray" -python.slack.color_reaction_suffix = "darkgray" -python.slack.color_thread_suffix = "lightcyan" python.slack.colorize_private_chats = "false" python.slack.debug_level = "3" python.slack.debug_mode = "false" @@ -97,7 +94,6 @@ python.slack.slack_api_token = "xoxp-3324703083-436133997184-447755985685-90585fad41071ee30fb518ad29831038" python.slack.slack_timeout = "20000" python.slack.switch_buffer_on_join = "true" -python.slack.thread_messages_in_channel = "false" python.slack.thread_suffix_color = "lightcyan" python.slack.unfurl_auto_link_display = "both" python.slack.unfurl_ignore_alt_text = "false" @@ -122,9 +118,6 @@ python.slack.auto_open_threads = "Automatically open threads when mentioned or inresponse to own messages." python.slack.background_load_all_history = "Load history for each channel in the background as soon as it opens, rather than waiting for the user to look at it." python.slack.channel_name_typing_indicator = "Change the prefix of a channel from # to > when someone is typing in it. Note that this will (temporarily) affect the sort order if you sort buffers by name rather than by number." -python.slack.color_buflist_muted_channels = "Color to use for muted channels in the buflist" -python.slack.color_reaction_suffix = "Color to use for the [:wave:(@user)] suffix on messages that have reactions attached to them." -python.slack.color_thread_suffix = "Color to use for the [thread: XXX] suffix on messages that have threads attached to them." python.slack.colorize_private_chats = "Whether to use nick-colors in DM windows." python.slack.debug_level = "Show only this level of debug info (or higher) when debug_mode is on. Lower levels -> more messages." python.slack.debug_mode = "Open a dedicated buffer for debug messages and start logging to it. How verbose the logging is depends on log_level." @@ -145,7 +138,6 @@ python.slack.slack_api_token = "List of Slack API tokens, one per Slack instance you want to connect to. See the README for details on how to get these." python.slack.slack_timeout = "How long (ms) to wait when communicating with Slack." python.slack.switch_buffer_on_join = "When /joining a channel, automatically switch to it as well." -python.slack.thread_messages_in_channel = "When enabled shows thread messages in the parent channel." python.slack.thread_suffix_color = "Color to use for the [thread: XXX] suffix on messages that have threads attached to them." python.slack.unfurl_auto_link_display = "When displaying ("unfurling") links to channels/users/etc, determine what is displayed when the text matches the url without the protocol. This happens when Slack automatically creates links, e.g. from words separated by dots or email addresses. Set it to "text" to only display the text written by the user, "url" to only display the url or "both" (the default) to display both." python.slack.unfurl_ignore_alt_text = "When displaying ("unfurling") links to channels/users/etc, ignore the "alt text" present in the message and instead use the canonical name of the thing being linked to." diff -r e2a961f1d037 -r 31ddcddb32bf xsessionrc --- a/xsessionrc Thu Nov 08 18:11:27 2018 -0500 +++ b/xsessionrc Sun Dec 16 17:58:06 2018 -0500 @@ -17,7 +17,7 @@ /home/sjl/src/dotfiles/bin/keysettings xcape -t 200 -e 'Control_L=Escape;Shift_L=Shift_L|9;Shift_R=Shift_R|0' -xautolock -time 10 -locker /usr/bin/slock & +xautolock -time 30 -locker /usr/bin/slock & # /usr/bin/dunst -config $HOME/.dunstrc &