From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Optionally disabling / silencing help-echo? Date: Tue, 13 Dec 2022 19:39:52 +0200 Message-ID: <83sfhjnqxj.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="39404"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: "T.V Raman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Dec 13 18:40:31 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p59GY-000A5q-JL for ged-emacs-devel@m.gmane-mx.org; Tue, 13 Dec 2022 18:40:30 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p59Fu-0006Mb-79; Tue, 13 Dec 2022 12:39:50 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p59Fs-0006M6-Ti for emacs-devel@gnu.org; Tue, 13 Dec 2022 12:39:48 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p59Fs-0000zM-Gt; Tue, 13 Dec 2022 12:39:48 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=waszpGuhswEl66c+hiRx/rPrNx+WQB4Q0QDy+vScKqc=; b=HTjSCsQ7+Kvp ETwvbF4re8tXncV7WcoGiBZ14Co2YwCVcTjFT+U1uFPle7I8f+Sde42mpLllYqv6atevKrDW2pglh 81kgUPVVriuUYV9WCCfinReSnCcKa7GMpdPCWd2W8wD2VKIDlnyNCpFzdNiZ02F6WCP5+t/+HwpZV 4MUnQX75nzcZwA3ThnIavJeZNr6RXkd70mvI6+gBNHwRdbz3fcnHbxcMqqMxZA0LQe1fRIAsNMbRE G24ZmhL0t0BRF5/dsoFx+dPAboqrHoHIUtZ6SJXdpbV3hW+inyT5QBi5T3w7s7kMuCHByXPnis9D5 5HqwWUhVKgStuo857Sgy6A==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p59Fr-0001q4-2E; Tue, 13 Dec 2022 12:39:48 -0500 In-Reply-To: (raman@google.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301333 Archived-At: > Date: Tue, 13 Dec 2022 09:27:35 -0800 > From: "T.V Raman" > > One problem I have with my relatively new laptop is that as a touch > typist I inadvertantly touch the touch pad. I've got > disable-mouse-mode active so it doesn't do much damage, however emacs > randomly displays help-echo depending on where the mouse is. Is there > a single function that does this echoing so I can silence speech from > emacspeak? Note: I already have tooltips disabled. Try setting show-help-function to the nil value.