all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#62775: 29.0.60; C-M-i or ispell-complete-word experiences "lookup-words error"
@ 2023-04-11 12:48 Van Ly
  2023-04-11 13:29 ` Eli Zaretskii
  0 siblings, 1 reply; 10+ messages in thread
From: Van Ly @ 2023-04-11 12:48 UTC (permalink / raw)
  To: 62775

[-- Attachment #1: Type: text/plain, Size: 952 bytes --]


M-$ or ispell-word works by default but C-M-i or ispell-complete-word fails.

Steps to reproduce the error
 - emacs -Q
 - C-x b xxx
 - M-x text-mode
 +
 - type "ju"
 - C-M-i ;;=> causes the echo area to say the following

> ispell-lookup-words: lookup-words error: No plain word-list found at
> systemdefault locations.  Customize ‘ispell-alternate-dictionary’ to
> set yours.

The unexpected behavior is the above error shown in the *Messages* buffer.

The expected behavior is similar to the result from M-$ or ispell-word providing a list of options to choose.

A workaround I have found is as follows
 - at the shell command line
 - $ aspell -l en dump master > en-word-list
 - $ sort en-word-list > en-sorted-word-list
 +
 - customize:ispell-complete-word-dict to read the file "path/to/en-sorted-word-list"
 - C-M-i on "ju" then generates a listing of word options

See attached file bug-gnu-emacs--report.text


[-- Attachment #2: bug report from gnu emacs --]
[-- Type: application/octet-stream, Size: 2898 bytes --]


In GNU Emacs 29.0.60 (build 1, aarch64-unknown-linux-gnu, GTK+ Version
 3.24.24, cairo version 1.16.0) of 2023-01-19 built on x23
Repository revision: faee7e1f1bd0167e455a0e1e5fe02e21d23fd77f
Repository branch: emacs-29
Windowing system distributor 'The X.Org Foundation', version 11.0.12011000
System Description: Debian GNU/Linux 11 (bullseye)

Configured features:
CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GSETTINGS HARFBUZZ JPEG
LIBSELINUX LIBXML2 MODULES NOTIFY INOTIFY PDUMPER PNG SECCOMP SOUND
SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER X11 XDBE XIM
XINPUT2 XPM GTK3 ZLIB

Important settings:
  value of $LANG: C.UTF-8
  locale-coding-system: utf-8-unix

Major mode: Messages

Minor modes in effect:
  tooltip-mode: t
  global-eldoc-mode: t
  show-paren-mode: t
  electric-indent-mode: t
  mouse-wheel-mode: t
  tool-bar-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  blink-cursor-mode: t
  buffer-read-only: t
  line-number-mode: t
  indent-tabs-mode: t
  transient-mark-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t

Load-path shadows:
None found.

Features:
(shadow sort mail-extr emacsbug message mailcap yank-media puny dired
dired-loaddefs rfc822 mml mml-sec password-cache epa derived epg rfc6068
epg-config gnus-util text-property-search mm-decode mm-bodies mm-encode
mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047
rfc2045 ietf-drums mm-util mail-prsvr mail-utils time-date subr-x
cl-loaddefs cl-lib ispell rmc iso-transl tooltip cconv eldoc paren
electric uniquify ediff-hook vc-hooks lisp-float-type elisp-mode mwheel
term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image
regexp-opt fringe tabulated-list replace newcomment text-mode lisp-mode
prog-mode register page tab-bar menu-bar rfn-eshadow isearch easymenu
timer select scroll-bar mouse jit-lock font-lock syntax font-core
term/tty-colors frame minibuffer nadvice seq simple cl-generic
indonesian philippine cham georgian utf-8-lang misc-lang vietnamese
tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek
romanian slovak czech european ethiopic indian cyrillic chinese
composite emoji-zwj charscript charprop case-table epa-hook
jka-cmpr-hook help abbrev obarray oclosure cl-preloaded button loaddefs
theme-loaddefs faces cus-face macroexp files window text-properties
overlay sha1 md5 base64 format env code-pages mule custom widget keymap
hashtable-print-readable backquote threads dbusbind inotify
dynamic-setting system-font-setting font-render-setting cairo
move-toolbar gtk x-toolkit xinput2 x multi-tty make-network-process
emacs)

Memory information:
((conses 16 40906 6987)
 (symbols 48 5291 0)
 (strings 32 15210 1995)
 (string-bytes 1 418795)
 (vectors 16 9626)
 (vector-slots 8 151201 9211)
 (floats 8 27 34)
 (intervals 56 208 0)
 (buffers 984 11))

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-04-15 18:01 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-11 12:48 bug#62775: 29.0.60; C-M-i or ispell-complete-word experiences "lookup-words error" Van Ly
2023-04-11 13:29 ` Eli Zaretskii
2023-04-11 15:31   ` Van Ly
2023-04-11 15:45     ` Eli Zaretskii
2023-04-11 18:02       ` Van Ly
2023-04-11 18:39         ` Eli Zaretskii
2023-04-11 22:50         ` Agustin Martin
2023-04-12  6:08           ` Eli Zaretskii
2023-04-15 17:51             ` Van Ly
2023-04-15 18:01               ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.