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: Wed, 28 Jan 2015 09:27:26 -0200 Message-ID: References: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a113d233afafd95050db4a713 X-Trace: ger.gmane.org 1422444472 14581 80.91.229.3 (28 Jan 2015 11:27:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 28 Jan 2015 11:27:52 +0000 (UTC) Cc: emacs-devel To: Kelly Dean Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 28 12:27:52 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 1YGQmg-0004lR-6i for ged-emacs-devel@m.gmane.org; Wed, 28 Jan 2015 12:27:46 +0100 Original-Received: from localhost ([::1]:52580 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGQmf-0002Rj-D0 for ged-emacs-devel@m.gmane.org; Wed, 28 Jan 2015 06:27:45 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGQmO-0002Qn-GE for emacs-devel@gnu.org; Wed, 28 Jan 2015 06:27:29 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YGQmN-00060b-Mj for emacs-devel@gnu.org; Wed, 28 Jan 2015 06:27:28 -0500 Original-Received: from mail-oi0-x231.google.com ([2607:f8b0:4003:c06::231]:46266) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YGQmN-00060R-J6 for emacs-devel@gnu.org; Wed, 28 Jan 2015 06:27:27 -0500 Original-Received: by mail-oi0-f49.google.com with SMTP id a3so16988511oib.8 for ; Wed, 28 Jan 2015 03:27:27 -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; bh=nS8gl9Jb9YXRuMmyXmUPXFClejCq9KA8fxAFXemXpp0=; b=Oy50EL9pifPazfOp6FhW97oPTZBBRTRugALLxE6t/d/Zr/H/bpUGws4ao+pEZM014B XQ0s5GB13IBhLXbJYPdatiL8OK7V67l1XvGS23ecdrD1+gQb9hLOSx3XLXRxadmDNrRN 8zqmvtXG1yOn72hC+d1+3wyw5XFbMh35TiJKZBgF4m2b5X4tjzPPGeC8PlvyjAPIKV8L Itl4qzpufMX2au11pmef9UfodyVP1SWS10mxn8dSbo8nFTK1D/s5PoOf/Yky6tK2q7Bv f7F/T5PT+BO8/1NowDp7HZE2h/pYn92mFYnZMn71UlXHrJUhBdbEZ9s6hkrcIt6b/AMR FgLg== X-Received: by 10.202.90.139 with SMTP id o133mr1550416oib.99.1422444447069; Wed, 28 Jan 2015 03:27:27 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Wed, 28 Jan 2015 03:27:26 -0800 (PST) Original-Received: by 10.76.125.1 with HTTP; Wed, 28 Jan 2015 03:27:26 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: mJ81DP5Y1G0EujVRs7YdtVWgUKw X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::231 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:181896 Archived-At: --001a113d233afafd95050db4a713 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On 28 Jan 2015 08:25, "Kelly Dean" wrote: > > Stefan Monnier wrote: > >> I've been using this patch since the time I wrote it, and find it > >> handy. I rarely use =C2=ABC-h v=C2=BB or =C2=ABC-h f=C2=BB anymore. > > > > Looks good to me, > > What do I need to do with this patch? Send it to bug-gnu-emacs for a ticket number? Seems like it was well received. If no one else picks this up, I'll test and merge it in for you on Friday (getting on a reeeally long plane trip today). --001a113d233afafd95050db4a713 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

On 28 Jan 2015 08:25, "Kelly Dean" <kelly@prtime.org> wrote:
>
> Stefan Monnier wrote:
> >> I've been using this patch since the time I wrote it, and= find it
> >> handy. I rarely use =C2=ABC-h v=C2=BB or =C2=ABC-h f=C2=BB an= ymore.
> >
> > Looks good to me,
>
> What do I need to do with this patch? Send it to bug-gnu-emacs for a t= icket number?

Seems like it was well received.
If no one else picks this up, I'll test and merge it in for you on Frid= ay (getting on a reeeally long plane trip today).

--001a113d233afafd95050db4a713--