From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Docstring of `decode-coding-string' a bit misleading about insertion in buffer Date: Tue, 21 Oct 2008 17:57:39 +0200 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: ger.gmane.org 1224604876 31586 80.91.229.12 (21 Oct 2008 16:01:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 21 Oct 2008 16:01:16 +0000 (UTC) Cc: lekktu@gmail.com, emacs-devel@gnu.org To: Kenichi Handa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Oct 21 18:02:11 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 1KsJdv-00053A-4k for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 17:59:35 +0200 Original-Received: from localhost ([127.0.0.1]:52631 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsJcp-0000bQ-Mi for ged-emacs-devel@m.gmane.org; Tue, 21 Oct 2008 11:58:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KsJcl-0000bC-RW for emacs-devel@gnu.org; Tue, 21 Oct 2008 11:58:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KsJck-0000ab-Rv for emacs-devel@gnu.org; Tue, 21 Oct 2008 11:58:23 -0400 Original-Received: from [199.232.76.173] (port=52996 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KsJck-0000aT-N7 for emacs-devel@gnu.org; Tue, 21 Oct 2008 11:58:22 -0400 Original-Received: from mtaout1.012.net.il ([84.95.2.1]:22430) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KsJck-0007PD-Bu for emacs-devel@gnu.org; Tue, 21 Oct 2008 11:58:22 -0400 Original-Received: from HOME-C4E4A596F7 ([77.126.98.197]) by i-mtaout1.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0K93000QXJ2EWN00@i-mtaout1.012.net.il> for emacs-devel@gnu.org; Tue, 21 Oct 2008 17:59:03 +0200 (IST) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by monty-python.gnu.org: Solaris 9.1 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:104754 Archived-At: > From: Kenichi Handa > Date: Mon, 20 Oct 2008 19:43:12 +0900 > Cc: emacs-devel@gnu.org > > > I'm sure it means that. I think I would still have missed it, because > > I misread the "inserted" as related to `insert', which moves the > > point. > > > I would just add "The point does not move." or somesuch. But I'm not > > good writing docs. > > Me neither. Could someone please improve these docstrings? > encode-coding-region > decode-coding-region > encode-coding-string > decode-coding-string Done.