all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#12660: 24.2.50; Completion not showing all candidates
@ 2012-10-16 20:26 Jambunathan K
  2012-10-16 21:47 ` Stefan Monnier
  0 siblings, 1 reply; 2+ messages in thread
From: Jambunathan K @ 2012-10-16 20:26 UTC (permalink / raw
  To: 12660


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?





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#12660: 24.2.50; Completion not showing all candidates
  2012-10-16 20:26 bug#12660: 24.2.50; Completion not showing all candidates Jambunathan K
@ 2012-10-16 21:47 ` Stefan Monnier
  0 siblings, 0 replies; 2+ messages in thread
From: Stefan Monnier @ 2012-10-16 21:47 UTC (permalink / raw
  To: Jambunathan K; +Cc: 12660

tags 12660 notabug
thanks

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

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

If you hit ? before each of the TABs you'll understand better.
On the second TAB the `partial-completion' style is not involved because
simple prefix matching gives you an answer.  If you don't like that,
then just remove `basic' from your completion-styles.


        Stefan





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-10-16 21:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-16 20:26 bug#12660: 24.2.50; Completion not showing all candidates Jambunathan K
2012-10-16 21:47 ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.