From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14483: Problem with loading ~/.emacs file Date: Mon, 27 May 2013 21:52:22 -0400 Message-ID: References: <51A37692.5020706@redhat.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1369705988 25580 80.91.229.3 (28 May 2013 01:53:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 May 2013 01:53:08 +0000 (UTC) Cc: 14483@debbugs.gnu.org To: Petr Hracek Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue May 28 03:53:07 2013 Return-path: Envelope-to: geb-bug-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 1Uh961-0007Sg-Hs for geb-bug-gnu-emacs@m.gmane.org; Tue, 28 May 2013 03:53:05 +0200 Original-Received: from localhost ([::1]:54207 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uh961-0008CK-8G for geb-bug-gnu-emacs@m.gmane.org; Mon, 27 May 2013 21:53:05 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uh95p-0008CD-WA for bug-gnu-emacs@gnu.org; Mon, 27 May 2013 21:53:02 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uh95i-00027Z-MI for bug-gnu-emacs@gnu.org; Mon, 27 May 2013 21:52:53 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:48615) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uh95i-00026X-HG for bug-gnu-emacs@gnu.org; Mon, 27 May 2013 21:52:46 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1Uh96v-0001VR-IN for bug-gnu-emacs@gnu.org; Mon, 27 May 2013 21:54:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 28 May 2013 01:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14483 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo unreproducible Original-Received: via spool by 14483-submit@debbugs.gnu.org id=B14483.13697060225742 (code B ref 14483); Tue, 28 May 2013 01:54:01 +0000 Original-Received: (at 14483) by debbugs.gnu.org; 28 May 2013 01:53:42 +0000 Original-Received: from localhost ([127.0.0.1]:36973 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uh96c-0001UZ-7X for submit@debbugs.gnu.org; Mon, 27 May 2013 21:53:42 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:47228 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1Uh96Z-0001UR-Ja for 14483@debbugs.gnu.org; Mon, 27 May 2013 21:53:40 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Uh95K-0004kf-7O; Mon, 27 May 2013 21:52:22 -0400 X-Spook: class struggle KGB satellite imagery Soviet keyhole X-Ran: wTQH,0GgS8K*M:s(}\ldG)k$`k*k@3+"vXc^3zV?:E"z6VIJ7&A(KS":~_nCiFRSrd=hmj X-Hue: cyan X-Attribution: GM In-Reply-To: <51A37692.5020706@redhat.com> (Petr Hracek's message of "Mon, 27 May 2013 17:06:58 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:74610 Archived-At: Petr Hracek wrote: > BZ(https://bugzilla.redhat.com/show_bug.cgi?id=827898) Insufficient data for meaningful answer. (Also, this seems to be a year-old report from a pretest version of Emacs 24.1.) > my ~/.emacs file looks like: Works fine for me with 24.3. > (unless (featurep 'xemacs) > (add-to-list 'load-path "~/.emacs-config/lisp.emacs" t) > (add-to-list 'load-path "~/.emacs-config/lisp.xemacs" t)) Doesn't seem to make sense to add lisp.xemacs when not using XEmacs. > (add-to-list 'load-path "~/.emacs-config/lisp" t) These 3 directories could contain literally anything at all. The OP might try (setq debug-on-quit t) at the start of .emacs, then interrupt it with ctrl-g when it hangs and examine the backtrace.