From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Typo in 'org-without-partial-completion' Date: Sun, 03 Jul 2011 12:44:43 +0200 Message-ID: <8739intzhg.fsf@gnu.org> References: <87wrg3k7io.fsf@gnu.org> <871uybdsqf.wl%dmaus@ictsoc.de> <87iprl9lv6.wl%dmaus@ictsoc.de> <9904.1309617631@alphaville.dokosmarshall.org> <87sjqozq83.wl%dmaus@ictsoc.de> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50894) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdKA0-0005Ge-F9 for emacs-orgmode@gnu.org; Sun, 03 Jul 2011 06:44:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdK9x-0002Ei-U0 for emacs-orgmode@gnu.org; Sun, 03 Jul 2011 06:44:20 -0400 Received: from mail-wy0-f169.google.com ([74.125.82.169]:63220) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdK9x-0002EX-Hw for emacs-orgmode@gnu.org; Sun, 03 Jul 2011 06:44:17 -0400 Received: by wyg36 with SMTP id 36so3615048wyg.0 for ; Sun, 03 Jul 2011 03:44:16 -0700 (PDT) In-Reply-To: <87sjqozq83.wl%dmaus@ictsoc.de> (David Maus's message of "Sat, 02 Jul 2011 16:55:56 +0200") 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: David Maus Cc: emacs-orgmode@gnu.org, nicholas.dokos@hp.com, Paul Sexton Hi Nick, David, David Maus writes: > Yes and yes. > > (and (boundp 'partial-completion-mode) > partial-completion-mode > (fboundp 'partial-completion-mode)) > > Is the right condition. Bound, non-nil and callable. > > @Bastien: Pushed fix for this to master. Thanks! -- Bastien