all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Steven Degutis <sbdegutis@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Better vertical-ness in ido-mode?
Date: Tue, 2 Apr 2013 13:11:46 -0500	[thread overview]
Message-ID: <CACeWA3iiAyhq_q3kB_ihbm6-6+rV7R-RYOp3Wz0YO4bofhj1Rg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 1220 bytes --]

Currently I use this code on emacswiki (
http://emacswiki.org/emacs/InteractivelyDoThings#toc20) for making ido-mode
vertical. It's much easier to visually parse than horizontal mode. But ido
wasn't meant to be done vertically, so some things are a bit strange.

For example, if you've typed enough to narrow it down to one candidate, it
shows up on the same line as what you're typing, instead of the line below
it like it would if there were at least two candidates. Changing the 5th
element of ido-decorations to show up on the next line isn't a legitimate
solution because sometimes that's used to visually wrap around a partial
match, which ends up looking very confusing and strange on the next line.

How hard would it be to change/edit/hack ido-mode to work more naturally
when showing results vertically, maybe as an official option of ido-mode,
or a fork?

I've tried helm, and it's way too overkill for this small task. It's much
too heavyweight, uses buffers and leaves them sitting around, and does way
too many things. Now ido-mode is *almost* perfect for completion and
narrowing when used vertically. It just has a few quirks because it was
never imagined to be used this way by the developers.

-Steven

[-- Attachment #2: Type: text/html, Size: 1492 bytes --]

             reply	other threads:[~2013-04-02 18:11 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-02 18:11 Steven Degutis [this message]
2013-04-03 13:30 ` Better vertical-ness in ido-mode? Stefan Monnier
2013-04-03 15:17   ` Eli Zaretskii
2013-04-03 19:58     ` Stefan Monnier
2013-04-04  0:00       ` Steven Degutis
2013-04-04 15:06         ` Tom
2013-04-04 15:16           ` Steven Degutis
2013-04-04 15:57             ` Steven Degutis
2013-04-04 16:00         ` Stefan Monnier
2013-04-05  6:26           ` Steven Degutis
2013-04-05 12:39             ` Stefan Monnier

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=CACeWA3iiAyhq_q3kB_ihbm6-6+rV7R-RYOp3Wz0YO4bofhj1Rg@mail.gmail.com \
    --to=sbdegutis@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.