From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Jude DaShiell Newsgroups: gmane.emacs.help Subject: Re: Getting rid of the GUI pop-ups Date: Wed, 15 Feb 2017 18:11:36 -0500 (EST) Message-ID: References: <87y3x7z2x7.fsf@byu.edu> <87tw7vyw5v.fsf@gmail.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Trace: blaine.gmane.org 1487200332 29511 195.159.176.226 (15 Feb 2017 23:12:12 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2017 23:12:12 +0000 (UTC) User-Agent: Alpine 2.20 (NEB 67 2015-01-07) Cc: Emacs Help List To: torys.anderson@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 16 00:12:05 2017 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ce8k0-0007Bd-Jk for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Feb 2017 00:12:04 +0100 Original-Received: from localhost ([::1]:43417 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ce8k5-0006Vj-SO for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Feb 2017 18:12:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ce8jf-0006Qk-NS for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 18:11:44 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ce8jb-00033O-Lv for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 18:11:43 -0500 Original-Received: from mailbackend.panix.com ([166.84.1.89]:45047) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ce8jb-00033B-HX for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 18:11:39 -0500 Original-Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 0F8A01326E; Wed, 15 Feb 2017 18:11:36 -0500 (EST) Original-Received: by panix1.panix.com (Postfix, from userid 20712) id E07CE14B9D; Wed, 15 Feb 2017 18:11:36 -0500 (EST) Original-Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id DE3EB14B7F; Wed, 15 Feb 2017 18:11:36 -0500 (EST) In-Reply-To: <87tw7vyw5v.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux (Android) [fuzzy] X-Received-From: 166.84.1.89 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:112331 Archived-At: not good, screen readers in command line environments like espeak and fenrir and speechdup at the least are not going to like this. On Wed, 15 Feb 2017, torys.anderson@gmail.com wrote: > Date: Wed, 15 Feb 2017 16:35:40 > From: torys.anderson@gmail.com > To: Jude DaShiell > Cc: Emacs Help List > Subject: Re: Getting rid of the GUI pop-ups > > This behaves precisely the same way: :30-1:00 wait time for KDE to put up a > "password" prompt which requires I use a mouse. > Jude DaShiell writes: > >> Have you tried running emacs -nw inside of a terminal yet and interfacing >> with a password yet? >> >> On Wed, 15 Feb 2017, Tory S. Anderson wrote: >> >>> Date: Wed, 15 Feb 2017 14:09:40 >>> From: Tory S. Anderson >>> To: Emacs Help List >>> Subject: Getting rid of the GUI pop-ups >>> >>> With Emacs 25.1.1, password prompts are no longer in the menu bar but via >>> my (KDE/Plasma) window manager. Not only is this annoying, it is costly -- >>> it takes 30 seconds to a full minute for the popup to appear, meanwhile >>> Emacs is frozen. I would love for this to just be the menu prompt, as it >>> used to be. I've tried >>> >>> `(setq menu-prompting nil)` but it doesn't seem to have any effect. I see >>> these prompts most often when opening .gpg files and when trying to >>> perform a git push. I'm hoping someone will tell me there is a better way >>> to disable these than just rebuilding emacs from source with X menus >>> disabled (particularly as I have been pleased to get my emacs from the >>> repo without needing to build from source). >>> >>> Good news would be much appreciated! >>> >>> - Tory >>> >>> > --