From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Error in post-command-hook (icomplete-post-command-hook): (void-function set-message-beep) Date: Sat, 14 Jul 2018 17:25:36 +0300 Message-ID: <83601hc2sf.fsf@gnu.org> References: NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1531578256 12168 195.159.176.226 (14 Jul 2018 14:24:16 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sat, 14 Jul 2018 14:24:16 +0000 (UTC) Cc: emacs-devel@gnu.org To: net june Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jul 14 16:24:12 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1feLT2-00033K-BJ for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2018 16:24:12 +0200 Original-Received: from localhost ([::1]:41539 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feLV7-00027j-Bg for ged-emacs-devel@m.gmane.org; Sat, 14 Jul 2018 10:26:21 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feLUP-00027d-HF for emacs-devel@gnu.org; Sat, 14 Jul 2018 10:25:38 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1feLUM-00080T-3w for emacs-devel@gnu.org; Sat, 14 Jul 2018 10:25:37 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:43051) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1feLUL-0007zz-BD; Sat, 14 Jul 2018 10:25:33 -0400 Original-Received: from [176.228.60.248] (port=2109 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1feLUK-00056Y-PE; Sat, 14 Jul 2018 10:25:33 -0400 In-reply-to: (message from net june on Sat, 14 Jul 2018 14:03:57 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:227400 Archived-At: > From: net june > Date: Sat, 14 Jul 2018 14:03:57 +0000 > > Emacs 26.1.50: Error in post-command-hook (icomplete-post-command-hook): > (void-function set-message-beep) > > emacs: 26.1.50 > OS: centos 7 x86_64 > > 1. copy "w32-register-hot-key" to clipboard > 2. emacs -Q > 3. C-h f or M-x describe-function > 4. use C-y to paste the content in clipboard to minibuffer, and press Enter > 5. emacs error: Error in post-command-hook > (icomplete-post-command-hook): (void-function set-message-beep) I can't reproduce this. And since the error talks about icomplete, I think you have somehow loaded and activated that package. Also, where did you get this version of Emacs? Did you build it yourself?