From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sebastian Rose Subject: Re: orgstruct and orgtbl mode inhibit TAB completion of addresses in gnus Date: Sat, 12 Sep 2009 12:24:34 +0200 Message-ID: <87vdjo795p.fsf@gmx.de> References: <873a6x4321.fsf@gmx.de> <6B3C3229-9FA5-4E39-8B1A-D79E183AECF7@gmail.com> <87d45x6edh.fsf@gmx.de> <16AB0AA2-7591-4275-BB45-F0034C016DB8@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MmPmc-0000RC-Or for emacs-orgmode@gnu.org; Sat, 12 Sep 2009 06:24:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MmPmZ-0000Mo-0k for emacs-orgmode@gnu.org; Sat, 12 Sep 2009 06:24:42 -0400 Received: from [199.232.76.173] (port=35868 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MmPmY-0000MX-MV for emacs-orgmode@gnu.org; Sat, 12 Sep 2009 06:24:38 -0400 Received: from mail.gmx.net ([213.165.64.20]:55318) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1MmPmY-0004Ye-69 for emacs-orgmode@gnu.org; Sat, 12 Sep 2009 06:24:38 -0400 In-Reply-To: <16AB0AA2-7591-4275-BB45-F0034C016DB8@gmail.com> (Carsten Dominik's message of "Sat, 12 Sep 2009 07:17:14 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Emacs-orgmode mailing list Carsten Dominik writes: > On Sep 11, 2009, at 11:04 AM, Sebastian Rose wrote: > >> Carsten Dominik writes: >>> On Sep 8, 2009, at 10:03 PM, Sebastian Rose wrote: >>> >>>> Hi, >>>> >>>> >>>> I don't remember when this started, but since some days orgstruct- >>>> mode >>>> and orgtbl-mode inhibit TAB-completion in the `To:', `Cc:' and 'Bcc:' >>>> lines in gnus. I have to turn off _both_ of them to make it work >>>> again. >>> >>> Do you have yasnippets on? >> >> >> Yes. I don't explicitly turn it on though. Also, yasnippets does not >> make any difference. No need to turn it off. >> >> Can I do something to help debugging this problem? > > If you are in such a line and have turned off orgstruct-mode and orgtbl-mode, > Please do `C-h k TAB' to find out what function is bound to TAB in the absence > of orgstruct-mode. The do the same for `C-h k C-i' > > What do you get? * YASNIPPETS ON, ORG ON C-h k TAB Debugger entered--Lisp error: (error "Couldn't find documentation for orgtbl-hijacker-command-102") signal(error ("Couldn't find documentation for orgtbl-hijacker-command-102")) error("Couldn't find documentation for %s" orgtbl-hijacker-command-102) Info-goto-emacs-command-node(orgtbl-hijacker-command-102) Info-goto-emacs-key-command-node([tab]) call-interactively(Info-goto-emacs-key-command-node nil nil) C-h k C-i TAB runs the command orgtbl-hijacker-command-103, which is an interactive Lisp function. It is bound to TAB. (orgtbl-hijacker-command-103 arg) In tables, run `orgtbl-tab'. Outside of tables, run the binding of ` ' or `[(tab)]'. This seems to be the right track. `C-i' completes addresses, TAB does not. I found, that turning of yasnippets works, too. Sorry. I just can't get both, yasnippets _and_ orgstruct++/orgtbl, to work in those `To:', `Cc:' and `Bcc:' lines. Sebastian