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 16:03:10 -0500 (EST) Message-ID: References: <87y3x7z2x7.fsf@byu.edu> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-Trace: blaine.gmane.org 1487192627 6049 195.159.176.226 (15 Feb 2017 21:03:47 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 15 Feb 2017 21:03:47 +0000 (UTC) User-Agent: Alpine 2.20 (NEB 67 2015-01-07) To: "Tory S. Anderson" , Emacs Help List Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 15 22:03:43 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 1ce6jl-00017t-D6 for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Feb 2017 22:03:41 +0100 Original-Received: from localhost ([::1]:43016 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ce6jr-00071z-40 for geh-help-gnu-emacs@m.gmane.org; Wed, 15 Feb 2017 16:03:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60034) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ce6jM-0006z6-7k for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 16:03:17 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ce6jJ-0004yR-5L for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 16:03:16 -0500 Original-Received: from mailbackend.panix.com ([166.84.1.89]:54218) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1ce6jJ-0004xY-16 for help-gnu-emacs@gnu.org; Wed, 15 Feb 2017 16:03:13 -0500 Original-Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 0429D13216; Wed, 15 Feb 2017 16:03:10 -0500 (EST) Original-Received: by panix1.panix.com (Postfix, from userid 20712) id DCF0E14B9D; Wed, 15 Feb 2017 16:03:10 -0500 (EST) Original-Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id DC87314B7F; Wed, 15 Feb 2017 16:03:10 -0500 (EST) In-Reply-To: <87y3x7z2x7.fsf@byu.edu> 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:112329 Archived-At: 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 > > --