From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: $EDITOR to open at file end? Date: Mon, 09 Mar 2015 02:52:55 +0000 Message-ID: <877fuqevaw.fsf@robertthorpeconsulting.com> References: <20150308170959263276762@bob.proulx.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1425869608 27473 80.91.229.3 (9 Mar 2015 02:53:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 Mar 2015 02:53:28 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Bob Proulx Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Mar 09 03:53:17 2015 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 1YUnoi-0003Tp-6b for geh-help-gnu-emacs@m.gmane.org; Mon, 09 Mar 2015 03:53:16 +0100 Original-Received: from localhost ([::1]:41266 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUnoh-00018X-BT for geh-help-gnu-emacs@m.gmane.org; Sun, 08 Mar 2015 22:53:15 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUnoW-00018Q-G3 for help-gnu-emacs@gnu.org; Sun, 08 Mar 2015 22:53:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YUnoR-0002Q5-H9 for help-gnu-emacs@gnu.org; Sun, 08 Mar 2015 22:53:04 -0400 Original-Received: from outbound-smtp02.blacknight.com ([81.17.249.8]:54124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YUnoR-0002Q0-Ar for help-gnu-emacs@gnu.org; Sun, 08 Mar 2015 22:52:59 -0400 Original-Received: from mail.blacknight.com (pemlinmail03.blacknight.ie [81.17.254.16]) by outbound-smtp02.blacknight.com (Postfix) with ESMTPS id B4260980B0 for ; Mon, 9 Mar 2015 02:52:56 +0000 (UTC) Original-Received: (qmail 21011 invoked from network); 9 Mar 2015 02:52:56 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[109.78.101.199]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 9 Mar 2015 02:52:56 -0000 In-Reply-To: <20150308170959263276762@bob.proulx.com> (message from Bob Proulx on Sun, 8 Mar 2015 18:18:52 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.8 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:103084 Archived-At: Bob Proulx writes: > Robert Thorpe wrote: >> It sounds like you're using several computers in some way. If you >> describe the setup that would be useful. ... > $ time emacs -f kill-emacs > real 0m0.155s > user 0m0.128s > sys 0m0.024s > > Emacs can really be quite fast! Fair enough. I also use a minimalist init file that loads quickly. My Emacs doesn't start that quickly though, but that's probably because I don't have an SSD. Anyway, if you've got that tuned you don't need to worry about emacs vs emacsclient. Lots of people who use Emacs, especially new users, seem to have huge init files, I was assuming you were one of those. BR, Robert Thorpe