msys2 / MINGW-packages

Package scripts for MinGW-w64 targets to build under MSYS2.
https://packages.msys2.org
BSD 3-Clause "New" or "Revised" License
2.31k stars 1.23k forks source link

aspell Warning: Unable to enter Nroff mode #9753

Open wb8tyw opened 3 years ago

wb8tyw commented 3 years ago

Fresh msys2 mingw 64 installed today.

mingw-w64-x86_64-aspell mingw-w64-x86_64-aspell-en

$ aspell --version
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.8)

Platform is Windows 7, 64 bit.

$ printf "speling\n" | aspell -a
@(#) International Ispell Version 3.1.20 (but really Aspell 0.60.8)
& speling 23 0: spelling, spieling, sapling, spewing, spilling, spoiling, spooling, spline, spellings, pealing, peeling, sealing, selling, soling, spleen, sling, speckling, paling, piling, poling, puling, splint, spelling's

WARNING: Unable to enter Nroff mode: Unknown mode: "nroff".

A workaround is supposed to be to add --mode-none, which does not work either.

$ printf "speling\n" | aspell --mode=none -a
Error: Unknown mode: "none".
zilongshanren commented 1 year ago

bump! Same issue here, wish someone could fix this problem.

thanks in advance.

Biswa96 commented 1 year ago

May I ask some questions to understand the issue.