From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.help Subject: Re: "emacs" and "emacs -q -l ~/.emacs.elc" behave differently Date: Mon, 15 Oct 2012 19:09:30 +0200 Message-ID: References: <20825f85-2b54-4e0a-81c7-f2f366796e30@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1350322121 22889 80.91.229.3 (15 Oct 2012 17:28:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 15 Oct 2012 17:28:41 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "mandar.mitra" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 15 19:28:48 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 1TNoT9-0003TE-5Y for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Oct 2012 19:28:47 +0200 Original-Received: from localhost ([::1]:39365 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNoT2-00050O-8Y for geh-help-gnu-emacs@m.gmane.org; Mon, 15 Oct 2012 13:28:40 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60685) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNoSt-0004zK-OC for help-gnu-emacs@gnu.org; Mon, 15 Oct 2012 13:28:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TNoSs-00010K-Po for help-gnu-emacs@gnu.org; Mon, 15 Oct 2012 13:28:31 -0400 Original-Received: from mail-bk0-f41.google.com ([209.85.214.41]:37068) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TNoHT-0004xE-Pm for help-gnu-emacs@gnu.org; Mon, 15 Oct 2012 13:16:43 -0400 Original-Received: by mail-bk0-f41.google.com with SMTP id jm1so2388749bkc.0 for ; Mon, 15 Oct 2012 10:16:42 -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=Di7xO9CiOJIvMdW5CO1JHjBMz3k+cI6qxNK2mAYFxa4=; b=W+vcR2qsWCaKr3up+SvJjqf5gJVv5URJTvCbnBzQ0VM6qSzfhUARFoq9mZCSx0L3xK rNhh56/WhhKjN3L0mRHH3wmGaTgR7ry86gQXC+UUlTl6dv4gyVjuXBLTmCoZPMb8tKDc IlzYVStGSQJOEQ8bfFFzapVvgqvhQ/SiGimKeC6asOvJ3D/JWZGEZK6sYb1AKLxk8ehI RbK8H3iyosrFk7fOKaRijmJBIGPzHxHIAZbqZx5zP1ix4lL5RTz+ha4dOoKmQLzXG0ol qXArSsoLTAf5IBY2zDuY6oo7n9zUwHs5btyoDqWAimFcCw8a/s9GMFslsNlcCZmkVdAG TShw== Original-Received: by 10.204.136.197 with SMTP id s5mr3436453bkt.88.1350321011194; Mon, 15 Oct 2012 10:10:11 -0700 (PDT) Original-Received: by 10.205.34.204 with HTTP; Mon, 15 Oct 2012 10:09:30 -0700 (PDT) In-Reply-To: <20825f85-2b54-4e0a-81c7-f2f366796e30@googlegroups.com> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.214.41 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:87272 Archived-At: On Mon, Oct 15, 2012 at 6:27 PM, mandar.mitra wrote: > I was under the impression that running emacs and running > "emacs -q -l ~/.emacs.elc" would be the same Generally speaking, no. The sequence of actions will be different. Take a look at the "Startup Summary" node of the Emacs Lisp Reference Manual. Juanma