all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: dont.spam.earl@gmail.com
To: help-gnu-emacs@gnu.org
Subject: Re: Looking for universal completion with simple UI
Date: Fri, 17 Oct 2014 08:18:08 -0700 (PDT)	[thread overview]
Message-ID: <0a28d84a-6aa4-4cf7-95a7-7741e0a3a2ae@googlegroups.com> (raw)
In-Reply-To: <6e3bbb36-8bdb-476a-9924-ead2536e702a@googlegroups.com>

Eric, Tu, thanks for the pointers to Helm and the documentation!


On Tuesday, October 7, 2014 10:42:14 PM UTC-7, Tu, Do wrote:
> Vào 03:26:36 UTC+7 Thứ hai, ngày 06 tháng mười năm 2014, dont.sp...@gmail.com đã viết:
> 
> > Hi all,
> 
> > 
> 
> > 
> 
> > 
> 
> > I'm posting to ask about a completion model I have in mind. Before I code it up myself I'm trying to find any packages that already implement most or all of this functionality.
> 
> > 
> 
> > 
> 
> > 
> 
> > The Emacs Wiki Category page for Completion lists packages for minibuffer completion and text completion:
> 
> > 
> 
> > http://www.emacswiki.org/emacs/CategoryCompletion
> 
> > 
> 
> > 
> 
> > 
> 
> > I want a package for completion both INSIDE and OUTSIDE of the minibuffer with a universal UI:
> 
> > 
> 
> > - Minibuffer Input Completion:
> 
> > 
> 
> >   - finding files
> 
> > 
> 
> >   - switching buffers
> 
> > 
> 
> >   - apropos for functions and variables
> 
> > 
> 
> >   - and any other minibuffer history lists
> 
> > 
> 
> > - Text Completion in a Buffer:
> 
> > 
> 
> >   - code completion
> 
> > 
> 
> >   - executables/commands at a comint prompt
> 
> > 
> 
> >   - i-searching in the current buffer
> 
> > 
> 
> >   - cycling through killed text for yanking
> 
> > 
> 
> > 
> 
> > 
> 
> > Further, I want to navigate via a couple "dimensions" of context, both historical (previous inputs I've entered), and alphabetical (previous and next alphabetically, as in files in a directory).
> 
> > 
> 
> > 
> 
> > 
> 
> > The UI model and keybindings for this might be as simple as:
> 
> > 
> 
> > - show prefix candidates with TAB
> 
> > 
> 
> > - show substring candidates with S-TAB
> 
> > 
> 
> > - with candidates already shown, the second TAB/S-TAB would select the first candidate
> 
> > 
> 
> > - navigate candidates alphabetically with C-r, C-s
> 
> > 
> 
> > - navigate candidates historically with C-p, C-n
> 
> > 
> 
> > 
> 
> > 
> 
> > Do any packages implement this already?
> 
> > 
> 
> > 
> 
> > 
> 
> > Thanks,
> 
> > 
> 
> > Earl
> 
> 
> 
> I wrote a Helm guide here: http://tuhdo.github.io/helm-intro.html . A lot of demos are in there. 
> 
> 
> 
> Here is code completion using Helm: http://tuhdo.github.io/static/c-ide/semantic-boost-demo.gif . The picture is in C/C++ guide: http://tuhdo.github.io/c-ide.html . Visit the page for more demos.



      reply	other threads:[~2014-10-17 15:18 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-05 20:26 Looking for universal completion with simple UI dont.spam.earl
2014-10-06  3:28 ` Drew Adams
     [not found] ` <mailman.10545.1412566158.1147.help-gnu-emacs@gnu.org>
2014-10-06  4:40   ` dont.spam.earl
2014-10-06  5:02     ` Eric Abrahamsen
2014-10-06  5:53     ` Drew Adams
     [not found]     ` <mailman.10546.1412571788.1147.help-gnu-emacs@gnu.org>
2014-10-07 15:38       ` dont.spam.earl
2014-10-07 16:51         ` Eric Abrahamsen
     [not found]     ` <mailman.10548.1412574805.1147.help-gnu-emacs@gnu.org>
2014-10-07 15:39       ` dont.spam.earl
2014-10-08 16:49         ` Drew Adams
     [not found]         ` <mailman.10751.1412786977.1147.help-gnu-emacs@gnu.org>
2014-10-17 15:19           ` dont.spam.earl
2014-10-17 16:31             ` Drew Adams
2014-10-20 21:48               ` Drew Adams
     [not found]               ` <mailman.11604.1413841750.1147.help-gnu-emacs@gnu.org>
2014-10-30 21:09                 ` dont.spam.earl
2014-10-08  5:42 ` Tu, Do
2014-10-17 15:18   ` dont.spam.earl [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0a28d84a-6aa4-4cf7-95a7-7741e0a3a2ae@googlegroups.com \
    --to=dont.spam.earl@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.