all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Marcin Borkowski <mbork@wmi.amu.edu.pl>
To: help-gnu-emacs@gnu.org
Subject: Re: Order of items in ido selection list
Date: Mon, 20 Jan 2014 08:22:01 +0100	[thread overview]
Message-ID: <20140120082201.3307ab01@aga-netbook> (raw)
In-Reply-To: <20140119192035.2b16f9fb@aga-netbook>

Dnia 2014-01-19, o godz. 19:20:35
Marcin Borkowski <mbork@amu.edu.pl> (by way of Marcin Borkowski
<mbork@wmi.amu.edu.pl>) napisał(a):

> Hi all,
> 
> I'm using the yas-ido-prompt in Yasnippet.  However, my entries seem
> to be ordered alphabetically.  Is there a way to have them listed in
> order I specify in the snippet?

OK, so I've figured it out.  The point is, they were not sorted
alphabetically, but *reversed*, since the choice list was processed by
something like

(dolist (choice choices)
  ...(push choice filtered-choices))

I sent a pull request (adding a single "reverse") to the developer of
YASnippet.

Best,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Adam Mickiewicz University



      reply	other threads:[~2014-01-20  7:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-19 18:20 Order of items in ido selection list Marcin Borkowski
2014-01-20  7:22 ` Marcin Borkowski [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=20140120082201.3307ab01@aga-netbook \
    --to=mbork@wmi.amu.edu.pl \
    --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.