From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: [Old patch] Unify fn and var help to make learning elisp a little easier Date: Thu, 05 Feb 2015 20:51:16 +0300 Message-ID: <54D3AD94.7050107@yandex.ru> References: 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 1423158791 25937 80.91.229.3 (5 Feb 2015 17:53:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 17:53:11 +0000 (UTC) Cc: emacs-devel To: bruce.connor.am@gmail.com, Kelly Dean Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 05 18:53:06 2015 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 1YJQby-0005FD-4A for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 18:53:06 +0100 Original-Received: from localhost ([::1]:43607 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJQbx-0004Jv-L9 for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 12:53:05 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJQaQ-00021L-5x for emacs-devel@gnu.org; Thu, 05 Feb 2015 12:51:30 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJQaK-00089h-J4 for emacs-devel@gnu.org; Thu, 05 Feb 2015 12:51:30 -0500 Original-Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:42530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJQaK-00089Z-Bj for emacs-devel@gnu.org; Thu, 05 Feb 2015 12:51:24 -0500 Original-Received: by mail-lb0-f178.google.com with SMTP id b6so3425617lbj.9 for ; Thu, 05 Feb 2015 09:51:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=PpkY+ODZIqFbwT1TYTcpEHiFoLusT2nLsjkRzNx4xwk=; b=r5nIQav3BQh8TJCXtjokTVN2YS7gviPtSoIq1z5BiaT2mWNVHApKW9BKccL11HyqQt 4HmBLsCwD8laQcAjSSh2/CVdVISJCToVGqDR+CM5M9mdyoaKoYnmMteJwXSWHvPubX6v 6bfuEZjaUdCb7WWc1oEPKVtCUpzpL8QkM5iGj+RXo4sKPdsb55OtI2uHJyXodEthlbMG kuOxtPq2Iywq7KuRPIEHnGQzpFNFZndDK48p2MVFVz/17eWNJh9DPIMK1pObql9f5xZm 9lo6Etk9eD1Xf24XBf9iQ0DXcMQCBUcnLwvxjxSID3jx0UN8EDqIw1g1hPsiVGGKF1iA Rtyg== X-Received: by 10.152.87.83 with SMTP id v19mr1794336laz.15.1423158683465; Thu, 05 Feb 2015 09:51:23 -0800 (PST) Original-Received: from [10.175.14.141] ([91.238.127.37]) by mx.google.com with ESMTPSA id w1sm1087627lal.49.2015.02.05.09.51.22 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 Feb 2015 09:51:22 -0800 (PST) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:33.0) Gecko/20100101 Thunderbird/33.0 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::232 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:182464 Archived-At: On 02/05/2015 08:33 PM, Artur Malabarba wrote: > Pushed. > Thanks for the patch, Kelly. Why only variables and functions? We can also describe faces and packages (features).