unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Stefan Monnier <monnier@iro.umontreal.ca>
Subject: Re: helpex.el 0.2 --- useful extensions for the C-h prefix
Date: Mon, 26 Jan 2004 22:02:40 GMT	[thread overview]
Message-ID: <jwvllnu4c1k.fsf-monnier+gnu.emacs.help@asado.iro.umontreal.ca> (raw)
In-Reply-To: bv3qkk$o0r4b$3@ID-39741.news.uni-berlin.de

> Hmm, unannounced Followup-To. Is that best current practice here in gnu.*?

I sometimes get tired of writing the same stuff over and over again, so
when redirecting discussions from gnu.emacs.sources to gnu.emacs.help,
I don't always do it "properly".  Especially because I think it's the role
of the newsreader to announce when followup is set to something else.

>> I haven't used p-c-m in a while and I use C-a SPC 
> Do you mean C-q SPC?

Oops, yes, indeed.  Sorry for the typo.

>> to insert a space, so
>> I wouldn't know.  If it works without p-c-m, then it's a bug in p-c-m,
>> otherwise it's a misfeature.
> It's most likely a bug in p-c-m. On the other hand, without p-c-m,
> when you hit TAB twice after entered the full file name (e.g.
> "(emacs)"), you first get "[Complete, but not unique]" and on the
> second try "[No completions]".  Maybe that's irritating p-c-m.

Sounds like a problem indirectly due to the fact that the completion
commands like TAB do not know how to deal with a completion-table that
"doesn't work".  Or seen from the other side, there's no way for the
completion table to tell the completion commands that "completion doesn't
work here".  So instead, the completion table lies and says things like
"this is valid text" (since potentially all is valid) but it also returns
an empty list of possible completions (even though the first response
implies that the current text is one valid completion).

Maybe we should extend `try-completion's interface to return `no-completion'
when completion is unavailable, so the completion commands can then output
some more meaningful message.


        Stefan

      reply	other threads:[~2004-01-26 22:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <buhb0j$hu8n8$2@ID-39741.news.uni-berlin.de>
2004-01-20 17:16 ` helpex.el 0.2 --- useful extensions for the C-h prefix Stefan Monnier
2004-01-21 19:36   ` Michael Schierl
2004-01-21 20:44     ` Stefan Monnier
2004-01-22 19:20       ` Kevin Rodgers
2004-01-26 19:43       ` Michael Schierl
2004-01-26 22:02         ` Stefan Monnier [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

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwvllnu4c1k.fsf-monnier+gnu.emacs.help@asado.iro.umontreal.ca \
    --to=monnier@iro.umontreal.ca \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).