From: Richard Riley <rileyrgdev@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Selecting default prompt text
Date: Thu, 12 Feb 2009 20:02:37 +0100 [thread overview]
Message-ID: <gn1roe$a8e$1@rileyrgdev.motzarella.org> (raw)
In-Reply-To: mailman.573.1234460908.31690.help-gnu-emacs@gnu.org
Richard Riley <rileyrgdev@googlemail.com> writes:
> "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,
Hmm. I must be more careful when typing "shift" .... Sorry.
> press right arrow. But I see this is probably not a good idea to
> enforce in emacs.
>
>
>
--
important and urgent problems of the technology of today are no longer the satisfactions of the primary needs or of archetypal wishes, but the reparation of the evils and damages by the technology of yesterday. ~Dennis Gabor, Innovations: Scientific, Technological and Social, 1970
prev parent reply other threads:[~2009-02-12 19:02 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
[not found] ` <mailman.573.1234460908.31690.help-gnu-emacs@gnu.org>
2009-02-12 19:02 ` Richard Riley [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='gn1roe$a8e$1@rileyrgdev.motzarella.org' \
--to=rileyrgdev@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.