Gnus development mailing list
 help / color / mirror / Atom feed
From: Steven L Baur <steve@miranova.com>
Subject: Re: nnml problem: move suggestion not correctly handled
Date: 23 May 1996 08:40:53 -0700	[thread overview]
Message-ID: <m24tp7tn22.fsf@deanna.miranova.com> (raw)
In-Reply-To: Hans de Graaff's message of 23 May 1996 00:16:00 -0700

>>>>> "Hans" == Hans de Graaff <J.J.deGraaff@TWI.TUDelft.NL> writes:

Hans> sgnus-0.91, XEmacs 19.13.

Hans> I'm using the nnml backend to read high-volume mail with. I can
Hans> move articles just fine with B m. When I want to move a second
Hans> article, nnml even presents me with the previous mailbox I moved
Hans> an article to as the default. This is great, except pressing
Hans> just enter (to accept the default) gives my an 'incomplete
Hans> specification' message. I need to type the full name at the
Hans> prompt.

This is an XEmacs feature -- it doesn't happen with GNU Emacs 19.30.
The prompt is annoying, but can be ignored even though you have to hit
enter twice to get by it.

(setq minibuffer-confirm-incomplete nil)
to make it go away.

minibuffer-confirm-incomplete's value is t
  -- a variable declared in Lisp.

Documentation:
If true, then in contexts where completing-read allows answers which
are not valid completions, an extra RET must be typed to confirm the
response.  This is helpful for catching typos, etc.

Also see:
minibuffer-completion-confirm's value is nil
  -- a variable declared in Lisp.

Documentation:
Non-nil => demand confirmation of completion before exiting minibuffer.



As Per Abrahamsen has pointed out (in a different context), you can
hit the up-arrow to fill in the minibuffer with the previous value,
which will also work.

-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be proofread for $250/hour.
Andrea Seastrand: For your vote on the Telecom bill, I will vote for anyone
except you in November.


  parent reply	other threads:[~1996-05-23 15:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-05-23  7:16 Hans de Graaff
1996-05-23 13:37 ` Lars Magne Ingebrigtsen
1996-05-23 15:40 ` Steven L Baur [this message]
1996-05-23 17:35   ` Per Abrahamsen
1996-05-23 19:27     ` Steven L Baur
1996-05-23 19:28     ` Lars Magne Ingebrigtsen
1996-05-28  7:18       ` Hans de Graaff

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=m24tp7tn22.fsf@deanna.miranova.com \
    --to=steve@miranova.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.
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 NNTP newsgroup(s).