emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63278: closed ([DOCUMENTATION] doc: Update dicod-configuration examp


From: GNU bug Tracking System
Subject: bug#63278: closed ([DOCUMENTATION] doc: Update dicod-configuration example)
Date: Thu, 11 May 2023 13:39:03 +0000

Your message dated Thu, 11 May 2023 15:38:45 +0200
with message-id <87mt2b2dju.fsf@gnu.org>
and subject line Re: bug#63278: [DOCUMENTATION] doc: Update dicod-configuration 
example
has caused the debbugs.gnu.org bug report #63278,
regarding [DOCUMENTATION] doc: Update dicod-configuration example
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63278: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63278
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [DOCUMENTATION] doc: Update dicod-configuration example Date: Thu, 04 May 2023 09:58:27 -0500 User-agent: mu4e 1.8.13; emacs 30.0.50
* doc/guix.texi (Dictionary Service): Update dicod-configuration example to
fix outdated WordNet database configuration.
---
 doc/guix.texi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 46e7fd3908..6a35bf83f8 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -114,6 +114,7 @@
 Copyright @copyright{} 2023 Giacomo Leidi@*
 Copyright @copyright{} 2022 Antero Mejr@*
 Copyright @copyright{} 2023 Karl Hallsby
+Copyright @copyright{} 2023 Nathaniel Nicandro
 
 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.3 or
@@ -38094,15 +38095,14 @@
           (handlers (list
                      (dicod-handler
                       (name "wordnet")
-                      (module "dictorg")
+                      (module "wordnet")
                       (options
-                       (list #~(string-append "dbdir=" #$wordnet))))))
+                       (list #~(string-append "wnhome=" #$wordnet))))))
           (databases (list
                       (dicod-database
                        (name "wordnet")
                        (complex? #t)
-                       (handler "wordnet")
-                       (options '("database=wn")))
+                       (handler "wordnet"))
                       %dicod-database:gcide))))
 @end lisp
 

base-commit: 4884ee6dd4b1694a4a502dd8058d6c61fa0c0199
-- 
2.39.1



--- End Message ---
--- Begin Message --- Subject: Re: bug#63278: [DOCUMENTATION] doc: Update dicod-configuration example Date: Thu, 11 May 2023 15:38:45 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hi,

Nathaniel Nicandro <nathanielnicandro@gmail.com> skribis:

> * doc/guix.texi (Dictionary Service): Update dicod-configuration example to
> fix outdated WordNet database configuration.

Applied, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]