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: Fplist_(put|get) Date: Thu, 15 Aug 2013 19:02:41 +0400 Message-ID: <520CED91.4080307@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 1376578987 16210 80.91.229.3 (15 Aug 2013 15:03:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 Aug 2013 15:03:07 +0000 (UTC) To: Emacs development discussions Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 15 17:03:07 2013 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 1V9z4s-00065n-WD for ged-emacs-devel@m.gmane.org; Thu, 15 Aug 2013 17:03:07 +0200 Original-Received: from localhost ([::1]:53799 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9z4s-00061J-Kr for ged-emacs-devel@m.gmane.org; Thu, 15 Aug 2013 11:03:06 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59399) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9z4g-0005md-OT for emacs-devel@gnu.org; Thu, 15 Aug 2013 11:03:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V9z4Z-0003y3-E8 for emacs-devel@gnu.org; Thu, 15 Aug 2013 11:02:54 -0400 Original-Received: from forward8l.mail.yandex.net ([84.201.143.141]:45277) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V9z4Y-0003xs-RZ for emacs-devel@gnu.org; Thu, 15 Aug 2013 11:02:47 -0400 Original-Received: from smtp8.mail.yandex.net (smtp8.mail.yandex.net [77.88.61.54]) by forward8l.mail.yandex.net (Yandex) with ESMTP id 069EC1A40EAE for ; Thu, 15 Aug 2013 19:02:43 +0400 (MSK) Original-Received: from smtp8.mail.yandex.net (localhost [127.0.0.1]) by smtp8.mail.yandex.net (Yandex) with ESMTP id B5E311B60C9A for ; Thu, 15 Aug 2013 19:02:43 +0400 (MSK) Original-Received: from 50.gprs.mts.ru (50.gprs.mts.ru [213.87.134.50]) by smtp8.mail.yandex.net (nwsmtp/Yandex) with ESMTP id 8gmpNZL9kP-2hRm735w; Thu, 15 Aug 2013 19:02:43 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1376578963; bh=LnEB4XuCikJDJL4G0zWOcTIlfXWNhDD2SgmvB8GZOe4=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: Content-Type:Content-Transfer-Encoding; b=eyjxNheSFQQGonw92eNqbfcH8qZ9eHz83vfMphhbNY9SL2r2RPUj+JGJN6tIlMiXV DK/RyCM6l4DVxT+f8o2x2SkSEyjonq5JUVIEBdrBIZfdB83AgpwhIVGZnuHVjRhfQa sC2YYAVfQV01RRigWlLxFIHOFmqsGlrEIVgknUBQ= Authentication-Results: smtp8.mail.yandex.net; dkim=pass header.i=@yandex.ru User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] [fuzzy] X-Received-From: 84.201.143.141 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:162764 Archived-At: Are there non-obvious reasons for why Fplist_put can QUIT but Fplist_get can't? I found it pretty confusing while working on Bug#15025... Dmitry