From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: stefan.puiu@gmail.com Newsgroups: gmane.emacs.help Subject: Re: running gdb as root under emacs (24) Date: Thu, 11 Jan 2018 06:56:13 -0800 (PST) Message-ID: <58c53167-4c57-4ab5-863a-a947c8ab267b@googlegroups.com> References: <79a65efd-756e-409f-8b35-5c2ff019a673@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1515682729 1388 195.159.176.226 (11 Jan 2018 14:58:49 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 11 Jan 2018 14:58:49 +0000 (UTC) Injection-Date: Thu, 11 Jan 2018 14:56:13 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 11 15:58:44 2018 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 1eZeJU-00087m-DT for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jan 2018 15:58:40 +0100 Original-Received: from localhost ([::1]:49011 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eZeLS-0006fn-F1 for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jan 2018 10:00:42 -0500 X-Received: by 10.200.24.189 with SMTP id s58mr15851462qtj.15.1515682573992; Thu, 11 Jan 2018 06:56:13 -0800 (PST) X-Received: by 10.31.153.82 with SMTP id b79mr2465461vke.0.1515682573693; Thu, 11 Jan 2018 06:56:13 -0800 (PST) Original-Path: usenet.stanford.edu!i22no118929qta.1!news-out.google.com!g8ni436qtk.0!nntp.google.com!z1no316932qta.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: <79a65efd-756e-409f-8b35-5c2ff019a673@googlegroups.com> Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.226.172.43; posting-account=zoTxwQoAAABg4AQzY_r8k_HEVmMPN3k5 Original-NNTP-Posting-Host: 193.226.172.43 Original-Xref: usenet.stanford.edu gnu.emacs.help:221536 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:115653 Archived-At: > I tried this only on Emacs 24, the one that comes with Ubuntu. I can try a newer version, just to make sure. Hey, what do you know, this actually works on emacs 25! It asks for my password twice (once when setting the current directory, once when starting gdb), but otherwise, works OK! Thanks a lot!