From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: [Old patch] Unify fn and var help to make learning elisp a little easier Date: Thu, 5 Feb 2015 17:33:19 +0000 Message-ID: References: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1423157606 3108 80.91.229.3 (5 Feb 2015 17:33:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2015 17:33:26 +0000 (UTC) Cc: emacs-devel To: Kelly Dean Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Feb 05 18:33:25 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 1YJQIu-00008H-Sa for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 18:33:25 +0100 Original-Received: from localhost ([::1]:43458 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJQIu-0001JP-B7 for ged-emacs-devel@m.gmane.org; Thu, 05 Feb 2015 12:33:24 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48263) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJQIr-0001JA-Qj for emacs-devel@gnu.org; Thu, 05 Feb 2015 12:33:22 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJQIq-00024D-1j for emacs-devel@gnu.org; Thu, 05 Feb 2015 12:33:21 -0500 Original-Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:48158) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJQIp-000245-U2 for emacs-devel@gnu.org; Thu, 05 Feb 2015 12:33:19 -0500 Original-Received: by mail-ob0-f175.google.com with SMTP id va2so8347132obc.6 for ; Thu, 05 Feb 2015 09:33:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=TOk0FhRjEWzMDunXR52dvUvMT0YhrymRrGolXoDdB5I=; b=cfViG8OOH46pQedf9PpHIjJdLdmNWvL+l6VcpgQ7PK+3DujP7wL0SGrqrXqDPJNTGW mSSi7wiLbce3QjTpd4WJSxEkBzNkYtcEgq4hxjdbyyTk93fD1p5Wxja9ooPoRoGD1kCO PMjAcNU2KZ+h3ermT+XWSaPO5k2wHY1LDh0+NkfBpyj6MZxkBxC40xRcnisntSPqi01E 81Ln4KvHOLWvMz/ZGeCS30AU0ckfSfQm90oiqe0uOD9JNtjaT5VLY+O2gL640MhY1BbF cI6FVpC+wfVbarFeTMx7D9JvueumZZ52JbVJTq4vweACu3SX9uGOpb/uc5LfwzBwci4M 9Evg== X-Received: by 10.202.203.6 with SMTP id b6mr969381oig.27.1423157599312; Thu, 05 Feb 2015 09:33:19 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Thu, 5 Feb 2015 09:33:19 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: GNhqqPftv1EQQHPcsa8Q-ChguPE X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22f 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:182463 Archived-At: Pushed. Thanks for the patch, Kelly. 2015-02-05 1:59 GMT-02:00 Kelly Dean : > Artur Malabarba wrote: >> Not yet, but I haven't forgotten about it. It just didn't apply >> cleanly and I haven't had time to look into it. >> >> Would you like to recreate the patch from current master? >> >> >> Here's the apply output >> >> $ git apply descfunorvar.patch >> error: patch failed: lisp/help.el:215 >> error: lisp/help.el: patch does not apply > > That's just Git being stupid. The =C2=ABpatch=C2=BB program works fine. > > Updated patch attached below so even Git can handle it. >