~abcdw

http://trop.in

~abcdw/rde-devel

Last active 3 days ago

~abcdw/rde-discuss

Last active 10 days ago

~abcdw/rde-announce

Last active 2 months ago
View more

Recent activity

Re: [PATCH v2 1/6] feature: emacs-org-roam: Avoid loading org-roam-dailies if not used. 3 days ago

From Andrew Tropin to ~abcdw/rde-devel

On 2023-09-20 15:05, Nicolas Graves wrote:

> On 2023-09-07 15:51, Andrew Tropin wrote:
>
>> On 2023-09-05 12:08, Nicolas Graves wrote:
>>
>>> This commit:
>>> - deletes the duplicate org-roam-dailies-directory declaration.
>>> - assumes that if org-roam-dailies-directory is not set, then the user doesn't
>>> use it and there's no need to load the extension.
>>> - solves the conflict between org-roam and citar-org-roam packages is the user
>>> enters an org-roam-package.
>>
>> It's better to send independent patches separately (the chance of review

Re: [PATCH v4] rde: Add emacs-dmenu command. 3 days ago

From Andrew Tropin to ~abcdw/rde-devel

On 2023-09-14 14:02, Nicolas Graves wrote:

> ---
>  src/rde/features/emacs.scm | 46 ++++++++++++++++++++++++++++++++++++--
>  1 file changed, 44 insertions(+), 2 deletions(-)
>
> diff --git a/src/rde/features/emacs.scm b/src/rde/features/emacs.scm
> index 25d34514..01cb8837 100644
> --- a/src/rde/features/emacs.scm
> +++ b/src/rde/features/emacs.scm
> @@ -477,6 +477,47 @@ It can contain settings not yet moved to separate features."
>                             "--no-splash"
>                             (cdr (command-line)))))
>  

Re: [PATCH] feature-database: Export postgresql-role. 6 days ago

From Andrew Tropin to ~abcdw/rde-devel

On 2023-09-15 19:17, Nicolas Graves wrote:

> User experience is more simple if we don't have to add other modules than the
> one provided with the feature in user configuration. Re-export postgresl-role
> to avoid the need to load another module.
> ---
>  src/rde/features/databases.scm | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/src/rde/features/databases.scm b/src/rde/features/databases.scm
> index 8ce16dd2..4a261fbe 100644
> --- a/src/rde/features/databases.scm
> +++ b/src/rde/features/databases.scm
> @@ -29,7 +29,8 @@

[PATCH 3/3] rde: emacs-citation: Set citar-notes-paths to #f by default 8 days ago

From Andrew Tropin to ~abcdw/rde-devel

---
 src/rde/features/emacs-xyz.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
index 816b72e6..555eb37f 100644
--- a/src/rde/features/emacs-xyz.scm
+++ b/src/rde/features/emacs-xyz.scm
@@ -4537,7 +4537,7 @@ marginalia annotations."
          (emacs-zotra emacs-zotra)
          (bibtex-dialect 'biblatex)
          (citar-library-paths (list "~/docs/library"))
          (citar-notes-paths (list "~/docs/bib/notes"))
          (citar-notes-paths #f)
[message trimmed]

[PATCH 2/3] rde: emacs-citation: Add emacs-zotra 8 days ago

From Andrew Tropin to ~abcdw/rde-devel

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

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
index 5d19dd46..816b72e6 100644
--- a/src/rde/features/emacs-xyz.scm
+++ b/src/rde/features/emacs-xyz.scm
@@ -4534,6 +4534,7 @@ marginalia annotations."
          #:key
          (emacs-citar emacs-citar)
          (emacs-citar-org-roam emacs-citar-org-roam)
          (emacs-zotra emacs-zotra)
          (bibtex-dialect 'biblatex)
[message trimmed]

[PATCH 1/3] rde: emacs-xyz: Rename emacs-citar to emacs-citation 8 days ago

From Andrew Tropin to ~abcdw/rde-devel

The feature configures not only citar, so it make sense to use more generic
name.
---
 src/rde/features/emacs-xyz.scm | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/rde/features/emacs-xyz.scm b/src/rde/features/emacs-xyz.scm
index 5ca0967e..5d19dd46 100644
--- a/src/rde/features/emacs-xyz.scm
+++ b/src/rde/features/emacs-xyz.scm
@@ -40,6 +40,7 @@
  #:use-module (rde serializers elisp)

  #:use-module (guix gexp)
[message trimmed]

[PATCH 0/3] Moving from feature-emacs-citar to feature-emacs-citation 8 days ago

From Andrew Tropin to ~abcdw/rde-devel

More general name seems to serve the purpose of the feature better.

I tried out zotra with docker baked version of zotero translation
server and it works well, I guess it's the most extensive way for
converting urls to bibliographic entries at the moment, so I will try
to package zotra-cli and translation server in next couple of weeks.

Also, there are a couple more improvements for the feature in latest
commits:
https://git.sr.ht/~abcdw/rde/commit/4707685d1556f5dfd52d6732e0216f05621239bf
https://git.sr.ht/~abcdw/rde/commit/2107a570c47da02341e8387a4f06f73844afee38

Andrew Tropin (3):
  rde: emacs-xyz: Rename emacs-citar to emacs-citation

Re: [PATCH 0/2] feature-laminar 8 days ago

From Andrew Tropin to ~abcdw/rde-devel

On 2023-09-14 14:18, Nicolas Graves wrote:

> On 2023-09-14 14:09, Nicolas Graves wrote:
>
>> These patches add a home feature-laminar, which can help with
>> continuous integration of projects.
>>
>> The laminar service in Guix uses a special system account, which doesn't
>> have access to user projects repositories, which makes it very difficult
>> to actually use on a project. Instead, this version integrates quite
>> well with local project development: you can have your laminar jobs
>> versionned in projects and simply link the job in
>> $LAMINAR_HOME/cfg/jobs properly.
>>

Re: [PATCH v2] rde: fonts: Add font-liberation by default. 8 days ago

From Andrew Tropin to ~abcdw/rde-devel

On 2023-09-14 13:58, Nicolas Graves wrote:

> IIUC, the choice is between usability and customizability / minimalism.
>
> I haven't noticed any major problem with pdfs or sites, but if you do, I
> think usability in this case is more important for now. 

Thank you for your note!  Marking as APPLIED, will push it soon.

-- 
Best regards,
Andrew Tropin

Re: [PATCH] rde: adding isync provider settings. 8 days ago

From Andrew Tropin to ~abcdw/rde-devel

On 2023-09-13 12:33, Peter Kannewitz wrote:

> ---
>  src/rde/features/mail.scm | 4 ++++
>  1 file changed, 4 insertions(+)
>
> diff --git a/src/rde/features/mail.scm b/src/rde/features/mail.scm
> index 17426200..c8d8fc94 100644
> --- a/src/rde/features/mail.scm
> +++ b/src/rde/features/mail.scm
> @@ -1087,6 +1087,9 @@ control whether to NOTIFY? when new emails arrive."
>  (define hosteurope-de-isync-settings
>    (generate-isync-serializer "imap.hosteurope.de" hosteurope-de-folder-mapping))
>