From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: saveplace does not work with emacsclient Date: Mon, 07 Jan 2008 08:41:33 -0800 Message-ID: <87r6gtd1vm.fsf@red-bean.com> References: <20080106044814.1e6ff426.porta.mana@gmail.com> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1199716912 12775 80.91.229.12 (7 Jan 2008 14:41:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 7 Jan 2008 14:41:52 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: P G L Porta Mana Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 07 15:42:13 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JBtB3-0001Sy-WA for ged-emacs-devel@m.gmane.org; Mon, 07 Jan 2008 15:42:10 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBtAh-00039s-2L for ged-emacs-devel@m.gmane.org; Mon, 07 Jan 2008 09:41:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JBtAd-00039a-Nz for emacs-devel@gnu.org; Mon, 07 Jan 2008 09:41:43 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JBtAd-00039O-2S for emacs-devel@gnu.org; Mon, 07 Jan 2008 09:41:43 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JBtAd-00039L-0D for emacs-devel@gnu.org; Mon, 07 Jan 2008 09:41:43 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBtAc-0007I0-PW for emacs-devel@gnu.org; Mon, 07 Jan 2008 09:41:42 -0500 Original-Received: from mx10.gnu.org ([199.232.76.166]) by fencepost.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JBtAc-0000bZ-24 for emacs-pretest-bug@gnu.org; Mon, 07 Jan 2008 09:41:42 -0500 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JBtAZ-0007Ha-3C for emacs-pretest-bug@gnu.org; Mon, 07 Jan 2008 09:41:42 -0500 Original-Received: from sanpietro.red-bean.com ([66.146.193.61]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JBtAY-0007HQ-RP for emacs-pretest-bug@gnu.org; Mon, 07 Jan 2008 09:41:38 -0500 Original-Received: from localhost ([127.0.0.1]:41236) by sanpietro.red-bean.com with esmtp (Exim 4.68) (envelope-from ) id 1JBtAT-0003aR-Pb; Mon, 07 Jan 2008 08:41:35 -0600 In-Reply-To: <20080106044814.1e6ff426.porta.mana@gmail.com> (P. G. L. Porta Mana's message of "Sun\, 6 Jan 2008 04\:48\:14 +0100") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:86479 gmane.emacs.pretest.bugs:20533 Archived-At: P G L Porta Mana writes: > Although saveplace-mode is activated by default, in files opened through > emacsclientw the point appears at the beginning of buffer. > > This was tested with the following simple .emacs file: > > (server-start) > (setq-default save-place t) > (require 'saveplace) Is "emacsclientw" a typo for "emacsclient", or is there some wrapper script going on here that I don't know about? I will reproduce and debug/fix when I get a chance. Thanks for the report. -Karl