From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: What does the _ in `(defun org-element-section-parser (_) ...)' stands for? Date: Thu, 11 Feb 2016 12:33:34 -0500 Message-ID: <8760xvrw29.fsf@alphaville.usersys.redhat.com> References: <87vb5xsrqa.fsf@gmail.com> <87r3gkgw8f.fsf@gmail.com> <87h9hfgoki.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39081) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTv85-0005D2-J7 for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 12:34:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aTv80-0001Da-Ju for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 12:34:09 -0500 Received: from plane.gmane.org ([80.91.229.3]:33294) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aTv80-0001DI-CX for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 12:34:04 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1aTv7v-0005Yo-A6 for emacs-orgmode@gnu.org; Thu, 11 Feb 2016 18:33:59 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Feb 2016 18:33:59 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 11 Feb 2016 18:33:59 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Thorsten Jolitz writes: > John Kitchin writes: > >> On Wed, Feb 10, 2016 at 3:13 PM, Thorsten Jolitz >> wrote: >> >> #+BEGIN_SRC emacs-lisp >> (defun my-foo (_) >> "Hello World. >> Argument _ unknown argument." >> (+ 1 1)) >> #+END_SRC >> >> strange. in Emacs 25.1, I am pretty sure I get no errors from >> checkdoc. > > Maybe not so strange, since I'm on: > > ,---- > | GNU Emacs 24.5.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.16.6) > | of 2015-09-10 on foutrelis > `---- > > And I thought with Archlinux I'm always up-to-date ... Unless you build your own from the upstream git repo, you can never be up to date; even so, it depends on how often you build - I build from upstream every six months or so and my current version is GNU Emacs 25.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.15) of 2015-08-16 It's probably time to rebuild... -- Nick