all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: About `char' in momentary-string-display
Date: Thu, 17 Oct 2013 07:17:20 -0600	[thread overview]
Message-ID: <l3onvq$ram$1@ger.gmane.org> (raw)
In-Reply-To: <CAAF+z6GCbPC3O6EobFy_JxYSE+C770NeoL7nt_2VAPHifpK03A@mail.gmail.com>

On 10/17/13 7:06 AM, Xue Fuqiao wrote:
> Hi,
>
> In (info "(elisp) Temporary Displays"):
>
>   -- Function: momentary-string-display string position&optional char
>            message
> [...]
>       Thus, typing CHAR will simply remove the string from the display,
>       while typing (say) `C-f' will remove the string from the display
>       and later (presumably) move point forward.  The argument CHAR is a
>       space by default.
>
> I tried evaluating ‘(momentary-string-display "foo" 1)’ in the *scratch*
> buffer and typed ‘C-f’, but the point didn't move forward.  Instead, a
> ‘[6]’ is echoed in the *Messages* buffer.  I don't know what the ‘[6]’
> stands for, but the codepoint for ^F is #x6 (ACK).  So I think there may
> be a link between them.
>
> But anyway, why didn't the point move forward (the point wasn't at eob)?
> Can anyone point me in the right direction?


CHAR defaults to SPC, but you typed C-f.  What happens if you type SPC?

What happens if you specify C-f as CHAR:
(momentary-string-display "foo" 1 ?\C-f)

-- 
Kevin Rodgers
Denver, Colorado, USA




  reply	other threads:[~2013-10-17 13:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-17 13:06 About `char' in momentary-string-display Xue Fuqiao
2013-10-17 13:17 ` Kevin Rodgers [this message]
2013-10-18  7:44   ` Xue Fuqiao
2013-10-17 20:12 ` Kai Großjohann
2013-10-18  7:51   ` Xue Fuqiao
2013-10-18 22:19     ` Kai Großjohann

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='l3onvq$ram$1@ger.gmane.org' \
    --to=kevin.d.rodgers@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.