bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#12660: 24.2.50; Completion not showing all candidates


From: Jambunathan K
Subject: bug#12660: 24.2.50; Completion not showing all candidates
Date: Wed, 17 Oct 2012 01:56:56 +0530

0. Emacs from bzr. revno: 11057
1. emacs -Q
2. M-: (add-to-list 'load-path "~/src/org-mode/contrib/lisp")
3. M-x load-library RET org-e-odt RET

   For this to work, copy org-export.el and org-e-odt.el locally.

4. M-x o-e-o TAB TAB

    ,---- M-x o-e-o TAB TAB
    |
    |    org-e-o =>  org-e-odt- 
    |
    `----

    ,---- M-x o-e-o TAB TAB TAB
    | Click <mouse-2> on a completion to select it.
    | In this buffer, type RET to select the completion near point.
    | 
    | Possible completions are:
    | org-e-odt-convert         org-e-odt-export-as-odf
    | org-e-odt-export-as-odf-and-open  org-e-odt-export-to-odt
    `----

5. M-x o-e-o-l TAB

    ,---- M-x o-e-o-l TAB
    |
    |    org-end-of-li
    |
    `----

I am wondering why `org-end-of-line' is getting missed in step 4?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]