all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Riley <rileyrgdev@googlemail.com>
To: "Drew Adams" <drew.adams@oracle.com>
Cc: 'Richard Riley' <rileyrgdev@gmail.com>, help-gnu-emacs@gnu.org
Subject: Re: Selecting default prompt text
Date: Thu, 12 Feb 2009 18:48:21 +0100	[thread overview]
Message-ID: <499460e6.111f5e0a.3281.ffffa993@mx.google.com> (raw)
In-Reply-To: <00fb01c98d38$1f604e60$c2b22382@us.oracle.com> (Drew Adams's message of "Thu, 12 Feb 2009 09:34:11 -0800")

"Drew Adams" <drew.adams@oracle.com> writes:

>> > Something like this ?
>> >
>> > (defun minibuffer-select-inital-input ()
>> >   (let ((start (next-single-char-property-change 1 'read-only)))
>> >     (when (< start (point-max))
>> >       (set-mark start) (setq mark-active t))))
>> >
>> > (add-hook 'minibuffer-setup-hook 'minibuffer-select-inital-input)
>> > (read-string "> " "Hallo")
>> >
>> > -ap
>> 
>> Yes, thanks. But I released I was hoping for too much here since
>> region/mark etc works so many different ways depending on settings. As
>> "dim" in the #emacs said, probably best to rely on C-a C-k. 
>> e.g With my setting hitting right arrow there results in
>> "end of buffer" error.
>
> 1. I was going to suggest something like what ap said.
>
> That seems to respond to your request, so I'm not sure what you meant above - in
> particular about using the right arrow. If point is at the end of the input (end
> of buffer), then why would you hit the right arrow? What would you like the
> right arrow to do in that context?

The way I use the kbd, right arrow to remove select and edit existing
text with cursor at end or any other (non directional) key to clear the
field. Try Google example : enter text, tab to button, shit tab back,
press right arrow.  But I see this is probably not a good idea to
enforce in emacs.





  reply	other threads:[~2009-02-12 17:48 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-11 23:29 Selecting default prompt text Richard Riley
2009-02-12  2:53 ` Kevin Rodgers
     [not found] ` <mailman.497.1234407233.31690.help-gnu-emacs@gnu.org>
2009-02-12  9:54   ` Richard Riley
2009-02-12 12:27     ` Andreas Politz
2009-02-12 13:35       ` Richard Riley
2009-02-12 17:34         ` Drew Adams
2009-02-12 17:48           ` Richard Riley [this message]
     [not found]           ` <mailman.573.1234460908.31690.help-gnu-emacs@gnu.org>
2009-02-12 19:02             ` Richard Riley

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=499460e6.111f5e0a.3281.ffffa993@mx.google.com \
    --to=rileyrgdev@googlemail.com \
    --cc=drew.adams@oracle.com \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rileyrgdev@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 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.