From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Mastro Newsgroups: gmane.emacs.help Subject: Re: gdb emacs no such file or directory gdb Date: Wed, 22 Oct 2014 10:29:50 -0700 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 1413999040 27497 80.91.229.3 (22 Oct 2014 17:30:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Oct 2014 17:30:40 +0000 (UTC) Cc: Mike To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 22 19:30:34 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 1Xgzk1-0002gQ-Lm for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2014 19:30:33 +0200 Original-Received: from localhost ([::1]:59340 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgzk1-0001eo-91 for geh-help-gnu-emacs@m.gmane.org; Wed, 22 Oct 2014 13:30:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42631) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgzji-0001cB-85 for help-gnu-emacs@gnu.org; Wed, 22 Oct 2014 13:30:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xgzjg-0004hL-Tn for help-gnu-emacs@gnu.org; Wed, 22 Oct 2014 13:30:14 -0400 Original-Received: from mail-oi0-x22e.google.com ([2607:f8b0:4003:c06::22e]:64810) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgzjg-0004h2-JX for help-gnu-emacs@gnu.org; Wed, 22 Oct 2014 13:30:12 -0400 Original-Received: by mail-oi0-f46.google.com with SMTP id h136so3094127oig.33 for ; Wed, 22 Oct 2014 10:30:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=AGV6ubTKnNeHMxcc3x5Vg/qjAmVGjwbRZmhQUn0SXQ4=; b=cfjPR21ZIKcwNWnLdJF5D2Bk7whrORcvMDP+yXHGBqLuiZqmBNXCZKj7QgU8bOrTZQ vra1zPsEBMjlhubZH5OuiKlpnBQl7JffaLdz2TLIVWafVfJGgpb2cCrk+oaEzywzCvzD PM8gMOTOpauTDGXUQXVTftMLsHBUPZsbGFV2iKMz0ePwTfAoh+e0sDBx6M+61Z+Rc+dN OKNq9Dehw3bUH++fG3HuL28gjuBNfDOEtT6FBsNZpsuIc1JJHnNs0BQl6GMApeuK1Cyx qTY/REonrcSR7ig74dOMGm3/BfyYCJvmMGSDrzT3D63vrUjI1p1JrpxB8AtShJ1CE5Al 9wKQ== X-Received: by 10.182.81.97 with SMTP id z1mr37238916obx.35.1413999010958; Wed, 22 Oct 2014 10:30:10 -0700 (PDT) Original-Received: by 10.76.125.194 with HTTP; Wed, 22 Oct 2014 10:29:50 -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:4003:c06::22e 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:100551 Archived-At: John Mastro wrote: > Try copying them into normal Emacs Lisp file (like ~/init-test.el) and > commenting them out in your init file. The restart Emacs, open the other > file you put them in, and evaluate each form one by one. To do that, put > your cursor right after the form and type C-x C-e (for > `eval-last-sexp'). Hopefully this will tell you which form is causing a > problem. The other thing you should try, if you haven't already, is starting Emacs with --debug-init. For this, you want those forms to be in your init file, and *not* commented out. (I didn't mention this in the other message because I thought I remembered that you already did it, but just scanned through the messages and didn't see it. So just disregard if you have already done it and I missed it.) -- john