From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Nielsen Newsgroups: gmane.emacs.help Subject: Readline in emacs Date: Tue, 3 Jun 2008 11:18:50 -0700 Organization: Simon Fraser University Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Trace: ger.gmane.org 1212763949 23822 80.91.229.12 (6 Jun 2008 14:52:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Jun 2008 14:52:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 06 16:53:12 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1K4dJE-000199-Nn for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jun 2008 16:52:52 +0200 Original-Received: from localhost ([127.0.0.1]:43217 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1K4dIS-00029T-0h for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Jun 2008 10:52:04 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!newsfeed.news.ucla.edu!nrc-news.nrc.ca!news.sfu.ca!stawlmihq!jdn Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: stawlmihq.math.sfu.ca Original-X-Trace: morgoth.sfu.ca 1212517038 23772 199.60.17.33 (3 Jun 2008 18:17:18 GMT) Original-X-Complaints-To: usenet@morgoth.sfu.ca Original-NNTP-Posting-Date: Tue, 3 Jun 2008 18:17:18 +0000 (UTC) X-X-Sender: jdn@stawlmihq Original-Xref: news.stanford.edu gnu.emacs.help:159087 X-Mailman-Approved-At: Fri, 06 Jun 2008 10:50:14 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:54512 Archived-At: Hi all, I have a console based application that has readline support for tab completion. I'd like to run it within emacs via comint mode but don't want to give up tab completion and would rather not spend hours writing elisp to get a similar functionality. Any help/direction/pointers would be greatly appreciated. Thanks, Jason