From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "mandar.mitra" Newsgroups: gmane.emacs.help Subject: "emacs" and "emacs -q -l ~/.emacs.elc" behave differently Date: Mon, 15 Oct 2012 09:27:41 -0700 (PDT) Message-ID: <20825f85-2b54-4e0a-81c7-f2f366796e30@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1350318619 22675 80.91.229.3 (15 Oct 2012 16:30:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2012 16:30:19 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 15 18:30:26 2012 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 1TNnYb-0008KA-Px for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Oct 2012 18:30:21 +0200 Original-Received: from localhost ([::1]:51204 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNnYU-00026X-6Q for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Oct 2012 12:30:14 -0400 Original-Received: by 10.66.85.130 with SMTP id h2mr2904937paz.8.1350318461463; Mon, 15 Oct 2012 09:27:41 -0700 (PDT) Original-Received: by 10.68.242.37 with SMTP id wn5mr2577967pbc.4.1350318461406; Mon, 15 Oct 2012 09:27:41 -0700 (PDT) Original-Path: usenet.stanford.edu!kr7no30512356pbb.0!news-out.google.com!jt13ni6326pbb.1!nntp.google.com!kr7no30512355pbb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=14.139.222.67; posting-account=BgHpOgoAAAC6jJ5B10Buh4_uKHotZTaz Original-NNTP-Posting-Host: 14.139.222.67 User-Agent: G2/1.0 Injection-Date: Mon, 15 Oct 2012 16:27:41 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:194940 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:87270 Archived-At: Hello, I was under the impression that running emacs and running "emacs -q -l ~/.emacs.elc" would be the same, but I'm getting different behaviour in the two cases. Specifically, "emacs" hangs (100% CPU, non-responsive) when displaying a particular email in message mode, but "emacs -q -l ~/.emacs.elc" displays the message without problems. Emacs version: GNU Emacs 24.1.50.1 (i686-pc-linux-gnu, GTK+ Version 3.2.0) of 2012-09-19 on litembilla, modified by Debian (emacs-snapshot installed from Damien Cassou's ppa on Lubuntu 11.10) Thanks for any tips, mandar.