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: How to use string-to/as-unibyte correctly? Date: Wed, 22 Jun 2016 17:59:56 +0300 Message-ID: <83bn2t5kwj.fsf@gnu.org> References: Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1466607668 9882 80.91.229.3 (22 Jun 2016 15:01:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 22 Jun 2016 15:01:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Liu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 22 17:01:03 2016 Return-path: Envelope-to: ged-emacs-devel@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 1bFjeJ-0008AN-0J for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2016 17:01:03 +0200 Original-Received: from localhost ([::1]:58936 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFjeI-0005m3-D5 for ged-emacs-devel@m.gmane.org; Wed, 22 Jun 2016 11:01:02 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFje6-0005Zh-Qt for emacs-devel@gnu.org; Wed, 22 Jun 2016 11:00:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFje2-0004nA-4a for emacs-devel@gnu.org; Wed, 22 Jun 2016 11:00:49 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41257) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFje2-0004n5-1d; Wed, 22 Jun 2016 11:00:46 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:1855 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1bFje0-0001pw-L3; Wed, 22 Jun 2016 11:00:45 -0400 In-reply-to: (message from Leo Liu on Wed, 22 Jun 2016 11:33:19 +0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:204666 Archived-At: > From: Leo Liu > Date: Wed, 22 Jun 2016 11:33:19 +0800 > > Looks like we'd better start the process of phasing out these functions > so that nobody will make the mistake of using them. You mean, deprecating them? Patches to that effect are welcome. Thanks.