unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: emacs-devel@gnu.org
Subject: Re: Proposal for shell completion in M-x shell RET
Date: Mon, 10 Sep 2007 16:30:01 +0200	[thread overview]
Message-ID: <86ejh64mqe.fsf@lola.quinscape.zz> (raw)
In-Reply-To: <jwvabru8uzn.fsf-monnier+emacs@gnu.org> (Stefan Monnier's message of "Mon\, 10 Sep 2007 10\:19\:24 -0400")

Stefan Monnier <monnier@iro.umontreal.ca> writes:

>> The way this would work would be when TAB is pressed to send the
>> partial line up to the cursor as input to the shell, followed by TAB,
>
> It would most likely have to be another key, because shell.el cannot know if
> the command is sent to bash or to some other application, so it could only
> be the user's choice to either get local completion or to send "prefix string
> plus TAB" to the application.

Maybe this can help on some platforms?

process-running-child-p is a built-in function in `C source code'.
(process-running-child-p &optional PROCESS)

Return t if PROCESS has given the terminal to a child.
If the operating system does not make it possible to find out,
return t unconditionally.

[back]

Anyway, one could just send the partial line plus TAB to the other
application, anyway.  If it just echoes it, no harm is done.  The
behavior should work for most applications that use either a normal
stty setting or readline.

-- 
David Kastrup

      parent reply	other threads:[~2007-09-10 14:30 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-09-10 12:44 Proposal for shell completion in M-x shell RET David Kastrup
2007-09-10 13:21 ` Andreas Schwab
2007-09-10 13:56   ` David Kastrup
2007-09-10 14:03     ` Andreas Schwab
2007-09-10 14:10       ` David Kastrup
2007-09-10 14:19 ` Stefan Monnier
2007-09-10 14:29   ` Stefan Monnier
2007-09-10 14:52     ` David Kastrup
2007-09-10 15:51       ` Andreas Schwab
2007-09-10 23:55       ` Richard Stallman
2007-09-10 14:30   ` David Kastrup [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=86ejh64mqe.fsf@lola.quinscape.zz \
    --to=dak@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).