From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jacob Gerlach Newsgroups: gmane.emacs.help Subject: Re: gdb emacs no such file or directory gdb Date: Tue, 21 Oct 2014 15:38:58 -0400 Message-ID: References: <862bfff5-fd71-40f4-afa3-ae22c7bac5af@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1413920371 9524 80.91.229.3 (21 Oct 2014 19:39:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2014 19:39:31 +0000 (UTC) Cc: help-gnu-emacs To: Mike Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 21 21:39:24 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XgfHA-0007D7-Ks for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2014 21:39:24 +0200 Original-Received: from localhost ([::1]:53195 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgfHA-00029X-8j for geh-help-gnu-emacs@m.gmane.org; Tue, 21 Oct 2014 15:39:24 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51078) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgfGq-00023g-55 for help-gnu-emacs@gnu.org; Tue, 21 Oct 2014 15:39:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgfGm-0007ZY-Qw for help-gnu-emacs@gnu.org; Tue, 21 Oct 2014 15:39:04 -0400 Original-Received: from mail-qa0-x22e.google.com ([2607:f8b0:400d:c00::22e]:62518) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgfGm-0007ZO-Mb for help-gnu-emacs@gnu.org; Tue, 21 Oct 2014 15:39:00 -0400 Original-Received: by mail-qa0-f46.google.com with SMTP id s7so905136qap.19 for ; Tue, 21 Oct 2014 12:38:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=T7RUKLfQ3W9mRpnLABiWiX4cmym3momG1QrI4R33Rcg=; b=s24mqIP5nKYJXTwq3Eesn5GcoZuuxCdqn90CIEzDplNUXxikOaGfUMRrzAJJfj9ag4 cy5hIXGtpjcl1iRct1UV0XmipuLYP7iE/IMNfCTV12AEUVq3sBxn5+D6rUdxgS2wUt/d 3gKNoCXn26QSX/Z3zmwOBOowV9ScJbE7uwKD47nFsnpcABXjAllFuc/Z3jZ5ydo2yRel +0nA9lhfQ/tZCayn3iUBIxSnq1ZSFwBgN95RrJI3GVCgZ1olqe6COvrzYqynrPE/8+tv letp62+Vb2HFio3I0C+Pb1dm4+wrdUR2Ayisv6UzEaTOSouxbNKv0Gtc91lkDSjZnI0H dWQw== X-Received: by 10.140.19.107 with SMTP id 98mr30854215qgg.0.1413920338571; Tue, 21 Oct 2014 12:38:58 -0700 (PDT) Original-Received: by 10.229.36.7 with HTTP; Tue, 21 Oct 2014 12:38:58 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c00::22e X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100535 Archived-At: On Tue, Oct 21, 2014 at 3:24 PM, Mike wrote: > ;; set PATH to use standalone texlive instead > (setenv "PATH" "/usr/local/bin:$PATH" t)" > It looks like you have an unmatched " after the closing parenthesis.