all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Better vertical-ness in ido-mode?
@ 2013-04-02 18:11 Steven Degutis
  2013-04-03 13:30 ` Stefan Monnier
  0 siblings, 1 reply; 11+ messages in thread
From: Steven Degutis @ 2013-04-02 18:11 UTC (permalink / raw
  To: help-gnu-emacs

[-- 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 --]

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

end of thread, other threads:[~2013-04-05 12:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-02 18:11 Better vertical-ness in ido-mode? Steven Degutis
2013-04-03 13:30 ` 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

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.