centzon400

joined 11 months ago
[–] centzon400@alien.top 2 points 9 months ago (1 children)

9?

Holy cow. It may have been RMS who said if you are even "four-deep" it's time to refactor.

[–] centzon400@alien.top 1 points 9 months ago (1 children)

It's a great name for the colors chosen, at least for me. Quite evocative.

(Since you mentioned Prot's themes… https://protesilaos.com/codelog/2022-10-24-ef-cyprus-theme/ I've been rocking for a little while now.)

[–] centzon400@alien.top 1 points 9 months ago (1 children)

wth is this? ):

That's an unbalanced parenthesis. You are not allowed emoticons in Lispland, and will have to upgrade to emojis, like so: 😄

[–] centzon400@alien.top 1 points 10 months ago

I'll admit without shame that the for complicated stuff, I do it all in python helpers

Have to laugh. One of my first paying jobs in tech was to mungle DSSSL/SGML and make presentable HTML.

Because all I knew was Perl… I tried this using regular expressions.

TL;DR don't let zoology undregrads near computers.

[–] centzon400@alien.top 1 points 10 months ago

Have you tried taking that on a plane?

[–] centzon400@alien.top 1 points 10 months ago (2 children)
[–] centzon400@alien.top 1 points 11 months ago
(add-to-list 'display-buffer-alist
             '("\\*e?shell\\*"
               (display-buffer-in-side-window)
               (side . bottom)
               (slot . -1) ;; -1 == L  0 == Mid 1 == R
               (window-height . 0.33) ;; take 2/3 on bottom left
               (window-parameters
                (no-delete-other-windows . nil))))

(add-to-list 'display-buffer-alist
             '("\\*\\(Backtrace\\|Compile-log\\|Messages\\|Warnings\\)\\*"
               (display-buffer-in-side-window)
               (side . bottom)
               (slot . 0)
               (window-height . 0.33)
               (window-parameters
                (no-delete-other-windows . nil))))

(add-to-list 'display-buffer-alist
             '("\\*\\([Hh]elp\\|Command History\\|command-log\\)\\*"
               (display-buffer-in-side-window)
               (side . right)
               (slot . 0)
               (window-width . 80)
               (window-parameters
                (no-delete-other-windows . nil))))

(add-to-list 'display-buffer-alist
             '("\\*TeX errors\\*"
               (display-buffer-in-side-window)
               (side . bottom)
               (slot . 3)
               (window-height . shrink-window-if-larger-than-buffer)
               (dedicated . t)))

(add-to-list 'display-buffer-alist
             '("\\*TeX Help\\*"
               (display-buffer-in-side-window)
               (side . bottom)
               (slot . 4)
               (window-height . shrink-window-if-larger-than-buffer)
               (dedicated . t)))
[–] centzon400@alien.top 1 points 11 months ago

That would be perfect on my Hannah Montana Linux installation :-)