GNU bug report logs -
#32157
Emacs 26.1.50: Error in post-command-hook (icomplete-post-command-hook): (void-function set-message-beep)
Previous Next
Reported by: net june <netjune <at> outlook.com>
Date: Sat, 14 Jul 2018 15:54:01 UTC
Severity: normal
Merged with 6997,
31148
Found in versions 24.0.50, 26.1
Fixed in version 27.1
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 07/14/2018 11:58 PM, Eli Zaretskii wrote:
> I cannot reproduce this. I tried on GNU/Linux and on MS-Windows, and
> I get the expected results on each one of them.
>
I just pull the latest version from emacs git repo, and run "git clean
-f -x -d" to clean up. Then config with command:
CFLAG=-O2 ./configure --prefix=/home/jun/apps/emacs-26
--without-makeinfo --with-x-toolkit=gtk3 --with-modules
and make with command:
make && make install
The problem still exists.
> Also can be reproduced by following steps:
> 1. emacs -Q
> 2. C-h f or M-x describe-function
> 3. input "w32-<TAB>" where <TAB> is pressing the tab key
> 4. emacs error: byte-code: Symbol’s function definition is void:
> set-message-beep
In step 3, it seems that ONLY THE FIRST tab key produce the error
message for a emacs instance. Pressing the tab key twice, it will show
the completion window with content as following:
------------------------------------------------------------------
Click on a completion to select it.
In this buffer, type RET to select the completion near point.
Possible completions are:
w32-check-shell-configuration w32-convert-standard-filename
w32-get-valid-locale-ids w32-list-locales
w32-set-default-process-coding-system w32-set-system-coding-system
w32-shell-dos-semantics w32-shell-name
w32-system-shell-p
-------------------------------------------------
Why these symbols are visible on GNU/Linux? Is there something wrong
with my build commands?
This bug report was last modified 6 years and 306 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.