From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Cubizolles Subject: Re: :completion function isn't run anymore? Date: Sun, 29 Nov 2015 21:38:07 +0100 Message-ID: <87zixwh780.fsf@free.fr> References: <87ziy0xt58.fsf@free.fr> <87y4djbg8c.fsf@free.fr> <87mvtxlz6y.fsf@nicolasgoaziou.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57210) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a38je-00057z-3J for emacs-orgmode@gnu.org; Sun, 29 Nov 2015 15:38:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a38ja-000396-MA for emacs-orgmode@gnu.org; Sun, 29 Nov 2015 15:38:14 -0500 Received: from smtp2-g21.free.fr ([2a01:e0c:1:1599::11]:60259) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a38ja-000392-GE for emacs-orgmode@gnu.org; Sun, 29 Nov 2015 15:38:10 -0500 In-Reply-To: <87mvtxlz6y.fsf@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sun, 29 Nov 2015 14:20:21 +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, Nicolas Goaziou Nicolas Goaziou writes: > I didn't investigate much the issue yet, but, out of curiosity, would > the following patch solve the issue: Thanks for looking into it. It seems the completion-function is now being accessed but unfortunately something is still wrong. The error message is --8<---------------cut here---------------start------------->8--- org-publish-projects: Wrong type argument: sequencep, jc-org-publish-rename= -beamer-pdf --8<---------------cut here---------------end--------------->8--- On a related note, I finally figured why rebasing the gif tree didn't fix this problem: I was forgetting to recompile and was still using the former .elc files... If I'm to bisect, is it possible to reload all org-mode files without restarting emacs=C2=A0? Would M-x org-mode be enough=C2=A0? Julien.