GNU bug report logs -
#53590
28.0.91; icompletion-vertical-mode gets stuck on 'M-x man RET awk'
Previous Next
Full log
View this message in rfc822 format
> Date: Fri, 28 Jan 2022 21:22:13 +0000 (UTC)
> From: Van Ly <van.ly <at> sdf.org>
> cc: 53590 <at> debbugs.gnu.org
>
> # inside GNU Emacs on NetBSD
> # M-x man RET -k awk RET
> # *Man -k awk* buffer shows
> '''
> [1] Segmentation fault man -k awk 2>/dev/null |
> Done sed -e "/^[^A-^Z][^A-^Z]*\$/d" -e "//s///g" ... |
> Done awk "
> BEGIN { blankline=0; anonblank=0; }
> /^...
> '''
>
> # inside GNU Emacs on GNU/Linux
> # you can only type the following
> # M-x man RET -k-awk
> # that dash between "k" and "a" is forced in
Does the following command segfault when invoked from the shell outside
Emacs?
man -k awk 2>/dev/null
If that command doesn't segfault, then what about the following one?
man -k awk 2>/dev/null | cat
This bug report was last modified 3 years and 139 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.