From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: About Emacs invocation Date: Sun, 03 Mar 2013 13:30:53 +0100 Message-ID: <87txos3bsy.fsf@web.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1362313750 29631 80.91.229.3 (3 Mar 2013 12:29:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 3 Mar 2013 12:29:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 03 13:29:34 2013 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 1UC82m-0003mg-R3 for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Mar 2013 13:29:32 +0100 Original-Received: from localhost ([::1]:45956 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UC82R-0005qv-Hx for geh-help-gnu-emacs@m.gmane.org; Sun, 03 Mar 2013 07:29:11 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:49038) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UC82I-0005qe-6B for help-gnu-emacs@gnu.org; Sun, 03 Mar 2013 07:29:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UC82H-0003g2-9r for help-gnu-emacs@gnu.org; Sun, 03 Mar 2013 07:29:02 -0500 Original-Received: from mout.web.de ([212.227.15.4]:56053) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UC82H-0003fx-0k for help-gnu-emacs@gnu.org; Sun, 03 Mar 2013 07:29:01 -0500 Original-Received: from drachen.dragon ([92.74.177.220]) by smtp.web.de (mrweb003) with ESMTPSA (Nemesis) id 0MXYTG-1UH40r2GLm-00W78u; Sun, 03 Mar 2013 13:28:59 +0100 Mail-Followup-To: help-gnu-emacs@gnu.org In-Reply-To: (Xue Fuqiao's message of "Sun, 03 Mar 2013 15:52:10 +0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-Provags-ID: V02:K0:uGBEk/lOn2qk8tZhIh+BDtOQuL1Q34ueoZaovrO9C1X r5O3hdbgWd3kk9CWpCgthcqDb3i/ZwnJ65n3z56sYrkR+YwLE1 AmfwJDSRG5eykv0f/+IkCGgsQU3BEzTOebjvnaq4rkAT9u0TiH ktogfgr/rmYE+biSP3JThAYdoG6D1GPKCf8ajVSGiif4ooneyj IOOYnDdER4Cmo7WBMkAgyCKY77111spmWKDBPk6m2I= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x-2.6.x [generic] X-Received-From: 212.227.15.4 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:89323 Archived-At: Xue Fuqiao writes: > In (info "(eintr) Simple Extension"): > > When I start instances of Emacs that do not load my `.emacs' > file or any site file, I also turn off blinking: > > emacs -q --no-site-file -eval '(blink-cursor-mode nil)' > > Or nowadays, using an even more sophisticated set of options, > > emacs -Q - D > > What does the second invocation mean? I've read (info "(emacs) Emacs > Invocation"), but I don't find anything useful. Can anybody help? > Thanks. Looks like a typo, "-D" would make sense. Feel free to report. Regards, Michael.