unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juri Linkov <juri@jurta.org>
To: Leo <sdl.web@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: HIST to read-from-minibuffer
Date: Tue, 25 May 2010 20:54:20 +0300	[thread overview]
Message-ID: <87ljb7q33m.fsf@mail.jurta.org> (raw)
In-Reply-To: <xbaizkzoj5t6.fsf@cam.ac.uk> (Leo's message of "Tue, 25 May 2010 17:37:41 +0100")

>> (let ((hist '("a" "b" "c")))
>>   (read-from-minibuffer "Prompt: " nil nil nil '(hist . 2)))
>>
>> M-p => "c"
>
> I think I don't understand this sentence:
>
> "Positions are counted starting from 1 at the beginning of the list."
>
> I thought HIST is a 1-based list, but it is still 0-based. Could you
> make the doc-string a bit clearer? Thanks.

It is 1-based.

> For example, 0 works just fine:
>
>  (let ((hist '("a" "b" "c")))
>    (read-from-minibuffer "Prompt: " nil nil nil '(hist . 0)))
>
> M-p => "a"

"a" is the 1st element of HIST.  M-p moves to the 1st history element here.

-- 
Juri Linkov
http://www.jurta.org/emacs/



  reply	other threads:[~2010-05-25 17:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-22 20:25 HIST to read-from-minibuffer Leo
2010-05-25 16:09 ` Juri Linkov
2010-05-25 16:37   ` Leo
2010-05-25 17:54     ` Juri Linkov [this message]
2010-05-25 18:20       ` Leo
2010-05-26  3:52         ` Leo
2010-05-30 18:45         ` Juri Linkov
2010-05-31 11:52           ` Leo

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=87ljb7q33m.fsf@mail.jurta.org \
    --to=juri@jurta.org \
    --cc=emacs-devel@gnu.org \
    --cc=sdl.web@gmail.com \
    /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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).