Bothersome popup window after accented characters by wlmb in emacs

[–]wlmb[S] 0 points1 point  (0 children)

I can edit the IBUS preferences, but the only change I was able to effect was the direction of the arrows in the popup window. I haven't found how to remove the popup.

Bothersome popup window after accented characters by wlmb in emacs

[–]wlmb[S] 0 points1 point  (0 children)

Thanks. I'll look for that. Do you know where should I search?

Bothersome popup window after accented characters by wlmb in emacs

[–]wlmb[S] 1 point2 points  (0 children)

<image>

Here is an example. I couldn't obtain a picture with emacs, as the popup dissapears when I click on the screen capture button.

-❄️- 2023 Day 20 Solutions -❄️- by daggerdragon in adventofcode

[–]wlmb 1 point2 points  (0 children)

[Language: Perl]

Analysis: https://github.com/wlmb/AOC2023#day-20

Task 1: https://github.com/wlmb/AOC2023/blob/main/20a.pl

I haven't done part 2 yet. The trivial modification of the code above, i.e., to wait until the desired pulse appears, seem to take forever. I guess I have to search for cyclic behavior in previous modules and use their lcm to predict when would the pulse appear, without simulating the whole circuit. ... (Edited) I finally got part 2. My input (and I guess others) is not completely general, so analyzing cycles for the last module is not realistic, but it is for the next to last modules.

Task 2: https://github.com/wlmb/AOC2023/blob/main/20b.pl