From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: $EDITOR to open at file end? Date: Sat, 07 Mar 2015 13:17:23 +1100 Message-ID: <87k2ytr1os.fsf@gmail.com> References: <20150305002027882961376@bob.proulx.com> <87lhjbf0lj.fsf@debian.uxu> <20150306171620044258862@bob.proulx.com> <20150306175609308968147@bob.proulx.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1425694757 32602 80.91.229.3 (7 Mar 2015 02:19:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 7 Mar 2015 02:19:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Mar 07 03:19:16 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 1YU4Ki-0004dH-9O for geh-help-gnu-emacs@m.gmane.org; Sat, 07 Mar 2015 03:19:16 +0100 Original-Received: from localhost ([::1]:33044 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YU4Kh-0007i4-HX for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Mar 2015 21:19:15 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YU4J6-0005MD-9y for help-gnu-emacs@gnu.org; Fri, 06 Mar 2015 21:17:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YU4J2-0005JU-83 for help-gnu-emacs@gnu.org; Fri, 06 Mar 2015 21:17:36 -0500 Original-Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:46642) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YU4J2-0005JE-0f for help-gnu-emacs@gnu.org; Fri, 06 Mar 2015 21:17:32 -0500 Original-Received: by pabli10 with SMTP id li10so56092377pab.13 for ; Fri, 06 Mar 2015 18:17:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=07wiA/Al9SmlENiCHp1UWZqFtTbhy7c5IQ2SziFYn2I=; b=UNSpWl0ItZAo2Mida6IWd+IdtF2DY26sa1qP7RMVaSy77fA0gtym8wuLkBbQnHQdnQ kUBfXlFtgCRB6HMP+BlbisparGyJu8f+QFwRQ6NIhR1ZQRoITgP7g1mL6k3CNniu2vkp MXzJBvqjDmbX+U1/gknxS+9lE0UoIIhW38IAaNULjMJkS3lXkuzgxkQIaLVZK6OGg08l ZsyJBMpN6mEzgW0goxjwHx4cPAhxGzCj1WJnySp8m+GG08qPsR4OpbXr2tW6N9jXKiqd 5m1fw08OxcMtkmP0/jzTw9Xej9QhM51eW0iVf9GIE0+dxsA1HqrbhAdWuYXY8O6l3GSq 8wEg== X-Received: by 10.68.65.75 with SMTP id v11mr30897819pbs.10.1425694650581; Fri, 06 Mar 2015 18:17:30 -0800 (PST) Original-Received: from localhost (ppp118-209-174-156.lns20.mel8.internode.on.net. [118.209.174.156]) by mx.google.com with ESMTPSA id ms5sm10682246pbb.59.2015.03.06.18.17.27 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Fri, 06 Mar 2015 18:17:29 -0800 (PST) In-reply-to: <20150306175609308968147@bob.proulx.com> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22f 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:103047 Archived-At: On 2015-03-07T11:57:38+1100, Bob Proulx said: BP> Bob Proulx wrote: >> Emanuel Berg wrote: > Alexis writes: > > Here's another >> possible kludge: > >... > emacs FILE --eval "(goto-char >> (point-max))" BP> I didn't mean to have been rude. Thank you both for the BP> suggestions! Oh, well, i must apologise in turn, as i really should have written ';-)' instead of ':-)' at the end of my previous message, as my code was rather tongue-in-cheek - sorry for not communicating that better! i was actually testing possibilities with -Q in order to not load up my own config, which takes ~25s to work through; leaving it in the command line i shared with you was an error on my part. And i usually run Emacs in daemon mode, which means i make use of emacsclient from the command line; but i didn't want to assume that was an option in your context .... Glad that Emanuel was able to offer you a sensible suggestion! Alexis.