From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kenichi Handa Newsgroups: gmane.emacs.devel Subject: Re: Docstring of `decode-coding-string' a bit misleading about insertion in buffer Date: Mon, 20 Oct 2008 17:12:03 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1224512496 19076 80.91.229.12 (20 Oct 2008 14:21:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2008 14:21:36 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Juanma Barranquero" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 20 16:22:29 2008 connect(): Connection refused 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 1Krpw5-00050W-4e for ged-emacs-devel@m.gmane.org; Mon, 20 Oct 2008 10:16:21 +0200 Original-Received: from localhost ([127.0.0.1]:40253 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Krpuz-0003KQ-Mt for ged-emacs-devel@m.gmane.org; Mon, 20 Oct 2008 04:15:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Krps7-0002sg-5U for emacs-devel@gnu.org; Mon, 20 Oct 2008 04:12:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Krps2-0002sK-VN for emacs-devel@gnu.org; Mon, 20 Oct 2008 04:12:12 -0400 Original-Received: from [199.232.76.173] (port=57521 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Krps2-0002sD-0k for emacs-devel@gnu.org; Mon, 20 Oct 2008 04:12:10 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]:10000) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Krps1-0006yK-KW for emacs-devel@gnu.org; Mon, 20 Oct 2008 04:12:09 -0400 Original-Received: from mx1.aist.go.jp ([150.29.246.133]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Krps0-0002oD-4O for emacs-devel@gnu.org; Mon, 20 Oct 2008 04:12:08 -0400 Original-Received: from rqsmtp1.aist.go.jp (rqsmtp1.aist.go.jp [150.29.254.115]) by mx1.aist.go.jp with ESMTP id m9K8C47V001911; Mon, 20 Oct 2008 17:12:04 +0900 (JST) env-from (handa@m17n.org) Original-Received: from smtp1.aist.go.jp by rqsmtp1.aist.go.jp with ESMTP id m9K8C3LC008430; Mon, 20 Oct 2008 17:12:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: by smtp1.aist.go.jp with ESMTP id m9K8C3BV012986; Mon, 20 Oct 2008 17:12:03 +0900 (JST) env-from (handa@m17n.org) Original-Received: from handa by etlken.m17n.org with local (Exim 4.69) (envelope-from ) id 1Krprv-0006JM-8q; Mon, 20 Oct 2008 17:12:03 +0900 In-reply-to: (lekktu@gmail.com) User-Agent: SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.2 Emacs/23.0.60 (i686-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-detected-kernel: by mx20.gnu.org: Solaris 9 X-detected-operating-system: by monty-python.gnu.org: GNU/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:104667 Archived-At: In article , "Juanma Barranquero" writes: > On Mon, Oct 20, 2008 at 09:04, Kenichi Handa wrote: > > How about adding "(after point and markers)" after "inserted > > in buffer"? > Is not that it inserts after point what is newsworthy, but that it > does not move the point, IMHO. Sorry, I can't parse the above sentence. Anyway, if we write "inserted in buffer (after point and markers)", I think it means the text is inserted without moving point and markers. --- Kenichi Handa handa@ni.aist.go.jp