all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
Subject: RE: wrapper fn for message and minibuffer-message?
Date: Sat, 15 Oct 2005 07:39:41 -0700	[thread overview]
Message-ID: <DNEMKBNJBGPAOPIJOOICOEGMCNAA.drew.adams@oracle.com> (raw)
In-Reply-To: <87slv2rjtl.fsf@jurta.org>

    > OK, I understand you now, I think. `message' does this:
    >
    > if `minibufferp',
    >    then if `minibuffer-message-at-end'
    >         then don't erase minibuffer, but append message there
    >         else temporarily replace minibuffer contents with message
    >    else temporarily replace any minibuffer contents with message
    >
    > `minibuffer-message' will just call `message' with non-nil
    > `minibuffer-message-at-end'. (However, to keep the current
    > behavior in all cases, it should not call `message' if the
    > minibuffer is not active, but should instead do nothing.)

    I wonder if this can be used to display the isearch prompt while
    searching the minibuffer contents?  Currently the isearch prompt
    completely overwrites the minibuffer contents.  I imagine using
    `minibuffer-message-at-end' to append the isearch prompt to the
    minibuffer contents.  For example, with the minibuffer:

    Eval: (setq foo 'bar)
    typing `C-s foo' will display:
    Eval: (setq foo 'bar) [I-search backward: foo]
    and `foo' will be highlighted in `isearch' face, as usual.

Not bad (but don't you mean C-r for backward search)? I like it.

Anyway, this seems orthogonal to the discussion of merging message and
minibuffer-message. Couldn't this be done today, just by using
minibuffer-message instead of message?

  reply	other threads:[~2005-10-15 14:39 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-04 21:58 wrapper fn for message and minibuffer-message? Drew Adams
2005-10-05 15:53 ` Stefan Monnier
2005-10-05 16:23   ` Drew Adams
2005-10-06  5:28   ` Richard M. Stallman
2005-10-06 15:52     ` Drew Adams
2005-10-07  3:04       ` Richard M. Stallman
2005-10-07 22:29         ` Drew Adams
2005-10-09 18:16           ` Richard M. Stallman
2005-10-09 21:25             ` Drew Adams
2005-10-10 18:06               ` Richard M. Stallman
2005-10-10 19:52               ` Drew Adams
2005-10-15 13:08                 ` Juri Linkov
2005-10-15 14:39                   ` Drew Adams [this message]
2005-10-15 14:57                     ` Juri Linkov
2005-10-16 14:40                   ` Richard M. Stallman
2005-10-17  8:04                     ` Searching in the minibuffer (was: wrapper fn for message and minibuffer-message?) Juri Linkov
2005-10-17 21:57                       ` Richard M. Stallman
2005-10-18  8:05                         ` Searching in the minibuffer Juri Linkov
2005-10-19  2:43                           ` Richard M. Stallman
2005-10-19 15:55                             ` Juri Linkov
2005-10-20  4:54                               ` Richard M. Stallman
2005-10-21 15:38                                 ` Juri Linkov
2005-10-21 22:19                                   ` Richard M. Stallman
2005-10-21 22:30                                     ` Drew Adams

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=DNEMKBNJBGPAOPIJOOICOEGMCNAA.drew.adams@oracle.com \
    --to=drew.adams@oracle.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.