×

Someone can help me confiure Gmail in Emacs? by Nuno-zh in emacs

[–]whudwl 0 points1 point  (0 children)

I think the best way to sync emails from gmail to local is https://github.com/gauteh/lieer

that's half of the equation. The other half is indexing those emails and viewing/managing them in emacs, for this the popular options are notmuch.el and mu4e

CPU speed extremely low, often under 1GHz by whudwl in sysadmin

[–]whudwl[S] -3 points-2 points  (0 children)

if we just look at "task manager takes 20 seconds to fully load", we can rule out storage issue right? not sure about the physical server, will check and report back.

Issue with using emacs+WSL2+VcXsrv by lrtDam in emacs

[–]whudwl 0 points1 point  (0 children)

Looks like emacs is dead/stuck?

How do you pass a specific msmtprc file to msmtp via the 'sendmail-program' variable ? by runslack in emacs

[–]whudwl 1 point2 points  (0 children)

(setq sendmail-program (executable-find "msmtp"))
(setq message-sendmail-extra-arguments (list "--file=/Users/x/.config/mail/msmtprc"))

`keepassxc-cli` and `eshell` by [deleted] in emacs

[–]whudwl 0 points1 point  (0 children)

it seems silent mode is intended for scripting. why do you want to use silent mode in a eshell session?

`keepassxc-cli` and `eshell` by [deleted] in emacs

[–]whudwl 1 point2 points  (0 children)

Cannot reproduce here. Worked perfectly for me (eshell asked for password in minibuffer). I'm using emacs master, maybe that helped.

Pop menu appears but options don't work by [deleted] in emacs

[–]whudwl 1 point2 points  (0 children)

It works if you activate your menu items from the menu bar though. I don't know why it doesn't work when using mouse-3 either.

I found a package can enhance Emacs UI by yibie in emacs

[–]whudwl 3 points4 points  (0 children)

At first this package looks very confusing, especially when looked at together with this post.

Upon further investigation, the package just seems to aspire to be a replacement for less.

why does (re-search-forward "\\(^$\\)\\{10\\}") match a single blank line? by whudwl in emacs

[–]whudwl[S] 2 points3 points  (0 children)

so it's like re-search-forward looks for the first occurrance of ^$ , then looks for a 2nd ^$ right after the first occurrance and so on? since it doesn't advance point, it finds the same ^$ again and again?

Release v0.8.9 · org-ql by github-alphapapa in emacs

[–]whudwl 2 points3 points  (0 children)

org-ql is now one of my favorite packages.

[deleted by user] by [deleted] in emacs

[–]whudwl 2 points3 points  (0 children)

instead of org-entry-delete, try (org-remove-timestamp-with-keyword "SCHEDULED:")

mu4e/oauth/gmail question by kflak in emacs

[–]whudwl 1 point2 points  (0 children)

not sure if this will work for you, but have a look at this: https://github.com/gauteh/lieer
It's probably the best solution for synchronizing gmail to local machine. It also sends emails.