~akagi

~akagi/vc-pijul

Last active 6 months ago

~akagi/devicetree-ts-mode

Last active 1 year, 21 days ago

~akagi/srht.el

Last active 1 year, 5 months ago

~akagi/rrr

Last active 2 years ago
View more

Recent activity

[PATCH rde] features: emacs-smtpmail: mail-providers-settings rde value a month ago

From Aleksandr Vityazev to ~abcdw/rde-devel

Rename mail-account-id key so it doesn't overlap with mail-account accessor.
Use setopt in elisp configuartion.
---
 src/rde/features/mail.scm | 49 +++++++++++++++++++++------------------
 1 file changed, 27 insertions(+), 22 deletions(-)

diff --git a/src/rde/features/mail.scm b/src/rde/features/mail.scm
index 9b67bfd9..85a93792 100644
--- a/src/rde/features/mail.scm
+++ b/src/rde/features/mail.scm
@@ -811,11 +811,11 @@ default severities with which bugs should be filered with DEFAULT-SEVERITIES."

(define* (feature-emacs-smtpmail
          #:key
[message trimmed]

[PATCH rde] features: emacs-gnus, goimapnotify: Use mail-providers-settings rde value a month ago

From Aleksandr Vityazev to ~abcdw/rde-devel

---
 src/rde/features/mail.scm | 51 ++++++++++++++++++---------------------
 1 file changed, 24 insertions(+), 27 deletions(-)

diff --git a/src/rde/features/mail.scm b/src/rde/features/mail.scm
index e024df8d..9b67bfd9 100644
--- a/src/rde/features/mail.scm
+++ b/src/rde/features/mail.scm
@@ -581,6 +581,11 @@ topics with your preferred hierarchy."
                  (get-value 'mail-accounts config))
          (get-value 'mail-accounts config)))
    (define mail-dir ((get-value 'mail-directory-fn config) config))
    (define (smtp-settings provider)
      (assoc-ref
[message trimmed]

Re: [PATCH rde] rde: foreign-distro: Add `SSL_CERT_DIR` and `SSL_CERT_FILE` 3 months ago

From Aleksandr Vityazev to ~abcdw/rde-devel

On 2024-12-28 21:41, Jake Shilling wrote:

> Without this, on a foreign distro, openssl has trouble finding the right
> certificates. See "(guix) X.509 Certificates"
> ---
>  src/rde/features/base.scm | 12 +++++++++++-
>  1 file changed, 11 insertions(+), 1 deletion(-)
>
> diff --git a/src/rde/features/base.scm b/src/rde/features/base.scm
> index b5e1454c..f3a19875 100644
> --- a/src/rde/features/base.scm
> +++ b/src/rde/features/base.scm
> @@ -380,7 +380,17 @@ HiDPI friendly."

Re: [PATCH emacs-arei] Fix blink when bounds is nil 3 months ago

From Aleksandr Vityazev to ~abcdw/rde-devel

On 2024-12-20 18:55, Nicolas Graves wrote:

> ---
>  arei-ui.el | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arei-ui.el b/arei-ui.el
> index de5ba89..a92d802 100644
> --- a/arei-ui.el
> +++ b/arei-ui.el
> @@ -60,7 +60,7 @@ to 10000."
>  
>  (defun arei-ui-blink-region (bounds)
>    "Temporarily highlight the region from START to END."

[PATCH] rde: mail: Add provider Disroot 4 months ago

From Aleksandr Vityazev to ~abcdw/rde-devel

---
 src/rde/features/mail/providers.scm | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/src/rde/features/mail/providers.scm b/src/rde/features/mail/providers.scm
index 317cfe2e..1fe90a5c 100644
--- a/src/rde/features/mail/providers.scm
+++ b/src/rde/features/mail/providers.scm
@@ -72,6 +72,13 @@
    ("trash"   . "Trash")
    ("junk"    . "Junk")))

(define disroot-folder-mapping
  '(("inbox"   . "INBOX")
[message trimmed]

[PATCH emacs-arei] Enhance arei-ui-show-result doc string. 5 months ago

From Aleksandr Vityazev to ~abcdw/rde-devel

---
 arei-ui.el | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/arei-ui.el b/arei-ui.el
index 6ec448b..de5ba89 100644
--- a/arei-ui.el
+++ b/arei-ui.el
@@ -89,7 +89,11 @@ A bit of a hack, but works fine."
            'arei-ui--eros--remove-result-overlay)

(defun arei-ui-show-result (fmt result &optional expression-end)
  "Show result with overlay if possible or message, when it's not."
  "Show RESULT with overlay if possible or message, when it's not.
[message trimmed]

rde: Migrating Emacs configs to setopt and keymap.el 7 months ago

From Aleksandr Vityazev to ~abcdw/rde-discuss

Hi,

My config for Emacs before switching to rde consisted entirely of
`setopt` instead of `setq`, and `define-keymap` instead of `define-key`,
so when I switched, I rewrote the features I needed. There are
practically no differences from the upstream rde, so it would be better
for me to make updates in the rde repository.

setopt and keymap.el appeared in Emacs 29.1, because of this it is not
possible to use the config with earlier versions.

1) keymap.el
Example:
--8<---------------cut here---------------start------------->8---

Re: About rde-browse-url-open-with-cookies from feature-emacs-browse-url 8 months ago

From Aleksandr Vityazev to ~abcdw/rde-devel

On 2024-07-26 17:02, Andrew Tropin wrote:

> On 2023-12-09 11:42, Aleksandr Vityazev wrote:
>
>> Hi Miguel,
>>
>> I have a question about the following funtction
>> https://git.sr.ht/~abcdw/rde/tree/master/src/rde/features/emacs-xyz.scm#L1552.
>> Should it work from M-x or should it be called via embark? As it does
>> not work from M-x at the moment.
>>
>> Also about this line:
>> https://git.sr.ht/~abcdw/rde/tree/master/src/rde/features/emacs-xyz.scm#L1560
>>

Re: Typo in (ares-extension ares extension) module 8 months ago

From Aleksandr Vityazev to ~abcdw/rde-devel

On 2024-07-26 10:13, Andrew Tropin wrote:

> On 2024-07-25 18:13, Aleksandr Vityazev wrote:
>
>> Also on the line
>> https://git.sr.ht/~abcdw/guile-ares-rs/tree/master/src/guile/ares-extension/ares/extension.scm#L45
>> should be (extensions-atom (assoc-ref state 'extensions))
>
> Thank you for reports, I forgot to commit updates :)
> It should be fixed in https://git.sr.ht/~abcdw/guile-ares-rs/commit/ed1d0a2
>
> Let me know if you find any other problems!
Thanks for the fixes.

Re: Typo in (ares-extension ares extension) module 8 months ago

From Aleksandr Vityazev to ~abcdw/rde-devel

Also on the line
https://git.sr.ht/~abcdw/guile-ares-rs/tree/master/src/guile/ares-extension/ares/extension.scm#L45
should be (extensions-atom (assoc-ref state 'extensions))

-- 
Best regards,
Aleksandr Vityazev