From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.help Subject: Re: alist-get in Emacs 24? Date: Fri, 2 Oct 2015 09:39:31 +0300 Message-ID: <560E26A3.9060504@yandex.ru> References: <871tddvl08.fsf@mbork.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1443767998 13754 80.91.229.3 (2 Oct 2015 06:39:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Oct 2015 06:39:58 +0000 (UTC) To: Marcin Borkowski , Help Gnu Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 02 08:39:53 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Zhu0V-0003Qx-Vq for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Oct 2015 08:39:52 +0200 Original-Received: from localhost ([::1]:57757 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhu0V-0004SP-6f for geh-help-gnu-emacs@m.gmane.org; Fri, 02 Oct 2015 02:39:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47102) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhu0J-0004SD-AF for help-gnu-emacs@gnu.org; Fri, 02 Oct 2015 02:39:40 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zhu0E-0001NU-8D for help-gnu-emacs@gnu.org; Fri, 02 Oct 2015 02:39:39 -0400 Original-Received: from mail-lb0-x236.google.com ([2a00:1450:4010:c04::236]:33252) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhu0E-0001NJ-17 for help-gnu-emacs@gnu.org; Fri, 02 Oct 2015 02:39:34 -0400 Original-Received: by lbos8 with SMTP id s8so21343418lbo.0 for ; Thu, 01 Oct 2015 23:39:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:subject:to:references:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=16xppNANpjDP+Tg7HuDYS6iuDwdcHISVJQKZawAmU3I=; b=O1bi0SljBWxVmwnRHyqbzlLcm5r9jjQpbicgeM8QOaFhyKhKhGI4X8MsW02dYRZpER eK3xNACSCGBV8H7O+FHLXVHwo7tCpeL7mTcKRKr401VUaqFhs24VI7271/Ht12ikhmfb XFJ5AtpnNFlag9yunQ8OOcxmAKdc4MgE6yqiQpWkRdNy0SPbgdY4cFKS5ociah70EDbw QfR4D+K/YvuhVYMBuLe9bW1Z0mAsdnYdK79r+QyoOf7hHWvEzuk1LpeIoBCDm+KuY07O /oSXFQkj9d3IQebw+2InMBKhwMJ0bruzX2VaK1VMiBsTrYeTvCsv/V+qF5Nu6tEBhQUB XFzQ== X-Received: by 10.112.199.100 with SMTP id jj4mr4859464lbc.122.1443767973363; Thu, 01 Oct 2015 23:39:33 -0700 (PDT) Original-Received: from [192.168.1.190] ([178.252.127.222]) by smtp.googlemail.com with ESMTPSA id mw10sm1213611lbb.4.2015.10.01.23.39.32 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Oct 2015 23:39:32 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:41.0) Gecko/20100101 Thunderbird/41.0 In-Reply-To: <871tddvl08.fsf@mbork.pl> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::236 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107459 Archived-At: On 10/02/2015 09:32 AM, Marcin Borkowski wrote: > some time ago, someone here recommended the alist-get function to me. > It works like a charm for me, but not for some other user who's running > Emacs 24. Why not use assoc-default?