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: Re: Dumper problems and a possible solutions Date: Thu, 26 Jun 2014 07:02:40 +0400 Message-ID: <53AB8D50.5020005@yandex.ru> References: <20140624171955.GS179@brightrain.aerifal.cx> <53AB0EF8.4090608@yandex.ru> <831tucrguf.fsf@gnu.org> <20140625183241.GW179@brightrain.aerifal.cx> <83wqc4q0xl.fsf@gnu.org> <20140625190333.GZ179@brightrain.aerifal.cx> <20140625202403.GB179@brightrain.aerifal.cx> <20140625220758.GE179@brightrain.aerifal.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1403751788 7185 80.91.229.3 (26 Jun 2014 03:03:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Jun 2014 03:03:08 +0000 (UTC) Cc: emacs-devel@gnu.org To: Rich Felker Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 26 05:03:02 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 1Wzzxl-00021O-GA for ged-emacs-devel@m.gmane.org; Thu, 26 Jun 2014 05:03:01 +0200 Original-Received: from localhost ([::1]:41998 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzzxl-0000sq-39 for ged-emacs-devel@m.gmane.org; Wed, 25 Jun 2014 23:03:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36514) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wzzxb-0000sQ-F2 for emacs-devel@gnu.org; Wed, 25 Jun 2014 23:02:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WzzxU-0004F5-Bb for emacs-devel@gnu.org; Wed, 25 Jun 2014 23:02:51 -0400 Original-Received: from forward7l.mail.yandex.net ([84.201.143.140]:59091) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WzzxU-0004Eq-3d for emacs-devel@gnu.org; Wed, 25 Jun 2014 23:02:44 -0400 Original-Received: from smtp11.mail.yandex.net (smtp11.mail.yandex.net [95.108.130.67]) by forward7l.mail.yandex.net (Yandex) with ESMTP id 5EDFCBC0D44; Thu, 26 Jun 2014 07:02:41 +0400 (MSK) Original-Received: from smtp11.mail.yandex.net (localhost [127.0.0.1]) by smtp11.mail.yandex.net (Yandex) with ESMTP id 095FB7E0182; Thu, 26 Jun 2014 07:02:40 +0400 (MSK) Original-Received: from unknown (unknown [37.139.80.10]) by smtp11.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id vPmqtfsDqe-2etCTj5N; Thu, 26 Jun 2014 07:02:40 +0400 (using TLSv1 with cipher AES128-SHA (128/128 bits)) (Client certificate not present) X-Yandex-Uniq: 8c47a8ea-049f-4eb8-b0fe-826fe15f3723 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1403751760; bh=jOac3McCE26XwRnFH4H1o1IkvNouYOR0xB3A6axvuMc=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=hnZH5QPCOxAq6qqKN+dHbUN52gieC7dl930/VoYi+qHzFNR+BmNAcARH0fECIaxG9 T13w7r/DpYrXZugRVUBxcR6WzSAGNUCmPxG0JeBrRk7oxHWtTV4ZbhoaVCfz+UzeMk weeIemkU3phN/kODlBuveiD7aWR1wF+ARmhTlt2Q= Authentication-Results: smtp11.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.6.0 In-Reply-To: <20140625220758.GE179@brightrain.aerifal.cx> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.140 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:172742 Archived-At: BTW, if you're doing your own libc, why do not implement Solaris-style dldump()? Dmitry