unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Error in post-command-hook (icomplete-post-command-hook): (void-function set-message-beep)
@ 2018-07-14 14:03 net june
  2018-07-14 14:25 ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: net june @ 2018-07-14 14:03 UTC (permalink / raw)
  To: emacs-devel@gnu.org

I have sent a mail to bug-gnu-emacs@gnu.org. But I didn't receive a bug 
number reply after 2 hours. So I re-send it here.



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)

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

* Re: Error in post-command-hook (icomplete-post-command-hook): (void-function set-message-beep)
  2018-07-14 14:03 Error in post-command-hook (icomplete-post-command-hook): (void-function set-message-beep) net june
@ 2018-07-14 14:25 ` Eli Zaretskii
  2018-07-14 15:00   ` net june
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2018-07-14 14:25 UTC (permalink / raw)
  To: net june; +Cc: emacs-devel

> From: net june <netjune@outlook.com>
> 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?



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

* Re: Error in post-command-hook (icomplete-post-command-hook): (void-function set-message-beep)
  2018-07-14 14:25 ` Eli Zaretskii
@ 2018-07-14 15:00   ` net june
  2018-07-14 15:13     ` net june
  0 siblings, 1 reply; 6+ messages in thread
From: net june @ 2018-07-14 15:00 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel@gnu.org



On 07/14/2018 10:25 PM, Eli Zaretskii wrote:

> 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?
> 

I built it using the emacs-26 branch (after 26.1 released) in emacs git 
repo with no modification.

I see that set-message-beep and w32-register-hot-key are defined on 
windows and is not available for GNU/Linux. Did you test it on 
GNU/Linux? Maybe the problem only appears on GNU/Linux.

I'm using GNU/Linux(Centos 7).

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

* Re: Error in post-command-hook (icomplete-post-command-hook): (void-function set-message-beep)
  2018-07-14 15:00   ` net june
@ 2018-07-14 15:13     ` net june
  2018-07-14 15:47       ` Eli Zaretskii
  0 siblings, 1 reply; 6+ messages in thread
From: net june @ 2018-07-14 15:13 UTC (permalink / raw)
  To: emacs-devel@gnu.org



On 07/14/2018 11:00 PM, net june wrote:
> 
> 
> On 07/14/2018 10:25 PM, Eli Zaretskii wrote:
> 
>> 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?
>>
> 
> I built it using the emacs-26 branch (after 26.1 released) in emacs git
> repo with no modification.
> 
> I see that set-message-beep and w32-register-hot-key are defined on
> windows and is not available for GNU/Linux. Did you test it on
> GNU/Linux? Maybe the problem only appears on GNU/Linux.
> 
> I'm using GNU/Linux(Centos 7).
> 

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

Note:
The error message is not right in the original mail. That error message 
was copied from another emacs session( not "emacs -Q"). The error 
message in this mail(in the step 4) is the right one. Sorry for the mistake.

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

* Re: Error in post-command-hook (icomplete-post-command-hook): (void-function set-message-beep)
  2018-07-14 15:13     ` net june
@ 2018-07-14 15:47       ` Eli Zaretskii
  2018-07-15  3:48         ` net june
  0 siblings, 1 reply; 6+ messages in thread
From: Eli Zaretskii @ 2018-07-14 15:47 UTC (permalink / raw)
  To: net june; +Cc: emacs-devel

> From: net june <netjune@outlook.com>
> Date: Sat, 14 Jul 2018 15:13:14 +0000
> 
> > I see that set-message-beep and w32-register-hot-key are defined on
> > windows and is not available for GNU/Linux. Did you test it on
> > GNU/Linux? Maybe the problem only appears on GNU/Linux.
> > 
> > I'm using GNU/Linux(Centos 7).

I tried now in GNU/Linux, and I still cannot reproduce this.

> 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

I get "No match" when I press TAB.



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

* Re: Error in post-command-hook (icomplete-post-command-hook): (void-function set-message-beep)
  2018-07-14 15:47       ` Eli Zaretskii
@ 2018-07-15  3:48         ` net june
  0 siblings, 0 replies; 6+ messages in thread
From: net june @ 2018-07-15  3:48 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: emacs-devel@gnu.org

This is the bug: 32157@debbugs.gnu.org


On 07/14/2018 11:47 PM, Eli Zaretskii wrote:
>> From: net june <netjune@outlook.com>
>> Date: Sat, 14 Jul 2018 15:13:14 +0000
>>
>>> I see that set-message-beep and w32-register-hot-key are defined on
>>> windows and is not available for GNU/Linux. Did you test it on
>>> GNU/Linux? Maybe the problem only appears on GNU/Linux.
>>>
>>> I'm using GNU/Linux(Centos 7).
> 
> I tried now in GNU/Linux, and I still cannot reproduce this.
> 
>> 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
> 
> I get "No match" when I press TAB.
> 

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

end of thread, other threads:[~2018-07-15  3:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-14 14:03 Error in post-command-hook (icomplete-post-command-hook): (void-function set-message-beep) net june
2018-07-14 14:25 ` Eli Zaretskii
2018-07-14 15:00   ` net june
2018-07-14 15:13     ` net june
2018-07-14 15:47       ` Eli Zaretskii
2018-07-15  3:48         ` net june

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).