From mboxrd@z Thu Jan 1 00:00:00 1970 From: Holger Wenzel Subject: org-insert-link and partial-completion-mode incompatibility? Date: Wed, 22 Jun 2011 22:27:54 +0200 Message-ID: <87k4cdwr05.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([140.186.70.92]:44920) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZSDQ-0007U5-5I for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 14:31:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QZSDO-0003hN-Nj for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 14:31:51 -0400 Received: from lo.gmane.org ([80.91.229.12]:34374) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QZSDO-0003h8-Bl for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 14:31:50 -0400 Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QZSDN-0007SY-5i for emacs-orgmode@gnu.org; Wed, 22 Jun 2011 20:31:49 +0200 Received: from 31.18.169.175 ([31.18.169.175]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jun 2011 20:31:49 +0200 Received: from drholgerwenzel by 31.18.169.175 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Jun 2011 20:31:49 +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: emacs-orgmode@gnu.org Hi, in emacs 23.3 with the org-mode release_7.5-421-ge734e I experience an incompatibility between org-insert-link and partial-completion-mode. org-insert-link in an org-mode buffer results in: "Symbol's definition is void: t" The trace back looks like Debugger entered--Lisp error: (void-function t) t(-1) org-icompleting-read("Link: " (("http:") ("https:") ("ftp:") ("mailto:") ("file:") ("news:") ("shell:") ("elisp:") ("doi:") ("message:") ("file+sys:") ("file+emacs:") ("bbdb:") ("bibtex:") ("docview:") ("gnus:") ("info:") ("irc:") ("mew:") ("mhe:") ("rmail:") ("vm:") ("wl:")) nil nil nil tmphist nil) apply(org-icompleting-read ("Link: " (("http:") ("https:") ("ftp:") ("mailto:") ("file:") ("news:") ("shell:") ("elisp:") ("doi:") ("message:") ("file+sys:") ("file+emacs:") ("bbdb:") ("bibtex:") ("docview:") ("gnus:") ("info:") ("irc:") ("mew:") ("mhe:") ("rmail:") ("vm:") ("wl:")) nil nil nil tmphist nil)) org-completing-read("Link: " (("http:") ("https:") ("ftp:") ("mailto:") ("file:") ("news:") ("shell:") ("elisp:") ("doi:") ("message:") ("file+sys:") ("file+emacs:") ("bbdb:") ("bibtex:") ("docview:") ("gnus:") ("info:") ("irc:") ("mew:") ("mhe:") ("rmail:") ("vm:") ("wl:")) nil nil nil tmphist nil) org-insert-link(nil) call-interactively(org-insert-link nil nil) Deactivating partial-completion-mode let me insert the link with no problems. Then it looks like org-insert-link doesn't call org-completing-read at all. Using the org version that comes with emacs 23.3 doesn't exhibit this behaviour. Kind regards, Holger