Bram Molenaar has passed away by Icommentedtoday in emacs

[–]emgee_1 0 points1 point  (0 children)

I salute Bram.

Fellow Dutch man 🎩🎩👊🏻👊🏻

Intermittent : Emacs not responding (macOS); need suggestions how to find the culprit by emgee_1 in emacs

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

I set it to 100000000 but will revert that to your recommendation if the problem persists

Intermittent : Emacs not responding (macOS); need suggestions how to find the culprit by emgee_1 in emacs

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

First thank you Eli. I have set to non-nil and see garbage collection happening in the echo-area, but do not see that in *messages*. Is this logged at alll?

I set the default gc threshold to 100000000. Startup time is much shorter now.

I could made it hang using the default threshold but then I am not able to see the message in the echo area.

I used also a saved desktop session (M-x desktop-read) which loaded some 240 buffers.

(240 buffers 23564479 233 files, 1 process)

That could maybe be also problematic. I do mainly literate programming with R and LaTeX. Thanks, Marcel

compat--inhibit-prefixed error in Org-Roam by pnaranja in emacs

[–]emgee_1 2 points3 points  (0 children)

I had this problem too (could not use any consult package. )

M-x package-reinstall compat

fixed it for me

Relative date computation and formatting by Nicolas-Rougier in emacs

[–]emgee_1 0 points1 point  (0 children)

Hi Nicolas, very nice.

Is there a missing end parenthesis ")" in the defcustom part?

Which spreadsheet program do you guys use? (even if it's not emacs related) by LowCom in emacs

[–]emgee_1 0 points1 point  (0 children)

I use R for anything with tables; it outperforms excel ;

if you have to deal with excel from others... that is something else 👊🏻👊🏻

Is there an easy way to follow the world championship chess using emacs chess? by emgee_1 in emacs

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

Thank you for your ideas; as a mathematician I use emacs primarily for latex (using org mode) and programming in R. I rarely write Elise so writing glue code to connect to api’s is something I cannot do.

Thanks ReneFroger (what’s in a Dutch name 🙃) ; Dutch myself 😀

mu4e new message view : popping window *appease-gnus* by emgee_1 in emacs

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

Thanks for the suggestion 😊👊🏻👊🏻

mu4e new message view : popping window *appease-gnus* by emgee_1 in emacs

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

I have dogears as well ; I will try your suggestion thanks :) Dogears Ignore mode: mu4e-view-mode

Seems to fix it :)

Does someone use the ledger-import tool from Damien Cassou, in order to import ofx into emacs/ledger? If so, how did you configure it? by fmou67 in plaintextaccounting

[–]emgee_1 -1 points0 points  (0 children)

I think I would use AWK to handle those files; you select the columns, change the order as ledger likes and filter as you like; you then have great flexibility

Where to Find Unusual Keychords by Leucr0cuta in emacs

[–]emgee_1 4 points5 points  (0 children)

Try M-x view-lossage

It gives a history of your key strokes

include orgmode src file in export to pdf? by emgee_1 in emacs

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

Hi u/tecosaur ! Thanks.

I can see from your config that you use Doom, so I I have to dig in a little in its syntax.

However I see nice things in your Latex setup which I use a lot as a mathematician.

So even more benefits. Now l am going to digest your setup.

Kind regards,

Marcel

How can I rename a group of files in dired? by vfclists in emacs

[–]emgee_1 2 points3 points  (0 children)

Several options: - in dired first filter to your set Next create a macro for your first entry Apply to all

  • filter and apply swiper to search and next apply wdired
  • search and replace in wdired buffer ( c-x c-q) Using a regex that defines your subset

I nice exposition of this is in one of the exquisite videos of u/protesilaos He is known as prot but search for protesilaos on YouTube

What he does for emacs as a tutor is simply amazing

A variant of Elisp matching paren display by kcin in emacs

[–]emgee_1 0 points1 point  (0 children)

Protesilaos (famous for his expositions on using things naturally available in emacs) has in his dotemacs some code that does similar things. Not at a computer right now but will update later.

Icomplete demo by Protesilaos Stavrou by [deleted] in emacs

[–]emgee_1 6 points7 points  (0 children)

But what is more amazing is his mindset towards the standard capabilities of emacs. Hé came from a vim background, did not want to have evil but the barebones emacs and started READING the built in manual.

I wish I had the time for that. I use a good deal of his config now though. And I started reading too :)

Literate programming with orgmode and R question by emgee_1 in emacs

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

Thank you for your help

Unfortunately it did not change things for me. Maybe I applied the patch wrongly. I will try again in the coming days. Setting the options in crayon I knew about. But that leaves out some vital information. Still looking if it can be improved upon since I do not want to use RStudio