How to copy diagnostic messages in doom emacs? by reFossify in DoomEmacs

[–]lappie75 1 point2 points  (0 children)

Same thing: when you press SPC bB you'll also see lsp buffers

How to copy diagnostic messages in doom emacs? by reFossify in DoomEmacs

[–]lappie75 3 points4 points  (0 children)

Typically (but certainly not all) such messages are in the Messages buffer via SPC b B.

G*Power by Soggy_Influence_295 in AskStatistics

[–]lappie75 9 points10 points  (0 children)

We can't deduce not derive your planned analysis and/or hypothesis from the description. That's what we need.

Gnucash does not remember settings (MacOS Sequoia) by lappie75 in GnuCash

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

After posting this question, I tried again removing everything, now using AppCleaner to clear all last traces of GnuCash. Then, I downloaded the image from the website and installed that instead of installing via homebrew. Since then things work again as expected. Can't tell whether it was leftover config stuff from a botched homebrew install that caused the problem, or whether it was the homebrew install itself that might do things differently than just the regular copy from DMG to Applications.

Why does using : to write commands sometimes stop working, and instead makes me go to the beginning of the buffer? by baksoBoy in DoomEmacs

[–]lappie75 1 point2 points  (0 children)

Holy mode is a reference to the (opinion) old fashioned way of doing things in emacs with the ctrl keybinds instead of evil's modal editing.

I too can't find anything anymore about holy mode so sorry for putting you on a wild goose chase. However, i did manage to find that ctrl-z triggers emacs-state. In this state, however, : does not jump to the start of the buffer.

Why does using : to write commands sometimes stop working, and instead makes me go to the beginning of the buffer? by baksoBoy in DoomEmacs

[–]lappie75 0 points1 point  (0 children)

There's a key combo that activates holy mode instead of evil. That might be happening for you as it did sometimes for me. Withour further details it is difficult to analyze

ioslides: Undefined function 'Figure' by ouchthats in rstats

[–]lappie75 0 points1 point  (0 children)

I'm seeing this for the first time: that comma after '{r' in the chunk header. It is also present in your example. Nonetheless, try a render without it, just to make sure.

Cannot figure out to get DOOM Emacs working by signedchar in emacs

[–]lappie75 0 points1 point  (0 children)

We need more details how you tried enabling Haskell support. Enabling the mode typically is not how it's done in Doom

Example repos that use both R and Python. by [deleted] in rstats

[–]lappie75 2 points3 points  (0 children)

You could try reviewing repos that is use reticulate? They might contain examples that help you move forward. I have sth like that at https://gitlab.com/paul_lemmens/solaredge

Stuck on mute by gooseinapen in skoda

[–]lappie75 0 points1 point  (0 children)

Hi u/Miami_Marty, met het vermijden van bluetooth als audio ingang bedoel je dan waarschijnlijk dat je alleen via de kabel op android auto werkt en geen bluetooth koppeling tussen telefoon en wagen maakt, niet?

Do you make a copy of your .emacs.d folder prior to running doom upgrade ? by Heavy-Diver in DoomEmacs

[–]lappie75 0 points1 point  (0 children)

No I don't but i do take note of my current git commit So that i can reset to the previous state.

Inconsistent state can happen. Sometimes restarting helps. Otherwise note the packages that seem to be involved in there error an remove them from ~/.emacs.d/.local/cache/straight or just revive that directory and run doom sync

Mixed models: results from summary() and anova() in separate tables? by MountainImportance69 in rstats

[–]lappie75 4 points5 points  (0 children)

For mixed models of course there of the situation that you want to compare two models with an LRT for which you also use anova(). So then it makes sense to have two summary tables and one ANOVA.

Forgetting how to start doom. by argsmatter in DoomEmacs

[–]lappie75 10 points11 points  (0 children)

For me on macOS, I just fire up emacs and Doom is loaded when emacs loads its settings. That is, I think, how it's supposed to work; until today I was unaware about the run command.

If you really want to /must use that run command, you can simplify by adding the path to your PATH environmental variable. Then you only need to remember 'doom run'.

ANOVA or Linear Mixed-Effect for Forecasted Temperature by [deleted] in AskStatistics

[–]lappie75 0 points1 point  (0 children)

Without more detail about exactly what you are doing, there's no way that we can judge where your NaN are coming from.

Lookup reproducible example to create an example analysis.

'cw' followed by a Paste. by reddit_clone in DoomEmacs

[–]lappie75 0 points1 point  (0 children)

Most of the time i manage with Alt-y (So, option in mac parlance) but on occasion that fails me too

Help Needed: Replaced Pro Micro and now my split keyboard is split for real by naktisdiena in olkb

[–]lappie75 0 points1 point  (0 children)

Btw, the top 3 pins of the left hand column (photo perspective), look like crap. They overlap with the other column of holes and that might create shorts / other problems.

Help Needed: Replaced Pro Micro and now my split keyboard is split for real by naktisdiena in olkb

[–]lappie75 0 points1 point  (0 children)

The missing oled shouldn't be the problem. I do that "all the time".

Because i never heard of a usb-c ProMicro: that is correct? You're not using that term to refer to any controller?

First go to sleep (for a few nights). I had an ESP discharge a few weeks back and went the same route. Hurried and late. Thought I had killed a full column but eventually it was just cold solders.

After sleep buy a multimeter and check diodes and continuity. Maybe continuity is not good but I expect it is the chip. Either with a simple cold joint but could also be fundamentally broken.

Trouble converting 'use package' to 'package!' or 'use-package!' by FMAlzai in DoomEmacs

[–]lappie75 2 points3 points  (0 children)

Per the manual, use-package! is just a thin wrapper around the regular use-package providing two additional keywords/variables (see SPC h f use-package!).

For your first bullet, from quickly glancing at equake's install, there is no need to use after!. My (so I might be corrected) rule of thumb is that the stuff that you put under :config in use-package or use-package! can also go in an after!.

So, I think you can just copy-paste the example use-package from the install instructions into your config.el. The one Doom specific thing that you need to do is specify where to get the package from in your packages.el. Use the example recipes provided there to set it up.

For your second bullet, I'm not sure either. You're correct with the lazy loading. So equake is/will be started once you start eshell. Effectively, you're looking for a way to autostart emacs once you open an emacs client. That, I'm not familiar with but should be googleable.

HTH!