From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Antipov Newsgroups: gmane.emacs.devel Subject: Always CHAR_VALID_P? Date: Thu, 05 Jun 2014 19:24:32 +0400 Message-ID: <53908BB0.9050204@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1401981912 29135 80.91.229.3 (5 Jun 2014 15:25:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Jun 2014 15:25:12 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 05 17:25:06 2014 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 1WsZXH-000430-K1 for ged-emacs-devel@m.gmane.org; Thu, 05 Jun 2014 17:24:59 +0200 Original-Received: from localhost ([::1]:42086 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsZXH-0008J1-6M for ged-emacs-devel@m.gmane.org; Thu, 05 Jun 2014 11:24:59 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51491) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsZX6-0008E3-RD for emacs-devel@gnu.org; Thu, 05 Jun 2014 11:24:56 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WsZWs-0006BQ-Mj for emacs-devel@gnu.org; Thu, 05 Jun 2014 11:24:48 -0400 Original-Received: from forward10l.mail.yandex.net ([84.201.143.143]:55085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WsZWs-0006B3-E3 for emacs-devel@gnu.org; Thu, 05 Jun 2014 11:24:34 -0400 Original-Received: from smtp2o.mail.yandex.net (smtp2o.mail.yandex.net [37.140.190.27]) by forward10l.mail.yandex.net (Yandex) with ESMTP id 2C16DBA11E8 for ; Thu, 5 Jun 2014 19:24:33 +0400 (MSK) Original-Received: from smtp2o.mail.yandex.net (localhost [127.0.0.1]) by smtp2o.mail.yandex.net (Yandex) with ESMTP id CA76336A1D96 for ; Thu, 5 Jun 2014 19:24:32 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp2o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id Unifr0PXGL-OWcKIpYF; Thu, 5 Jun 2014 19:24:32 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 42f16312-b0e3-4feb-a251-c6740412c3ca DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1401981872; bh=eTszvRxGAW+waLoTZw7G3v8eyNod6Erp8qc8+2DKyJU=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=mtwsRjVhY3jQtmzrAa571a/r7QRm2VPqBJFk5DUEF1feGXoF99CkA3UR+QngWnIy3 Dq8Zgu4bZgDOOeclivqL/dah0S627bU+ayK5XnYZEL9XA2mwdJeIOMvRRjZ2sESdAP JqV4mnn+tcsUMAx4Iw5hrpunBt3KleQq4ZVgUIxA= Authentication-Results: smtp2o.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.143 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 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-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:172367 Archived-At: Can we assume that all live multibyte Lisp_Strings always contains valid characters, except for the cases when some kind of encoding/decoding is in progress? Dmitry