From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: Re: Line editor with dynamic prompt Date: Wed, 29 Oct 2014 04:44:34 +0100 Message-ID: <87wq7jtu8t.fsf@web.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1414554324 7755 80.91.229.3 (29 Oct 2014 03:45:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 29 Oct 2014 03:45:24 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 29 04:45:17 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XjKCC-0005Rw-KG for geh-help-gnu-emacs@m.gmane.org; Wed, 29 Oct 2014 04:45:16 +0100 Original-Received: from localhost ([::1]:42503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjKCC-0000DT-AB for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Oct 2014 23:45:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjKBt-00005t-OO for help-gnu-emacs@gnu.org; Tue, 28 Oct 2014 23:45:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XjKBm-0001vy-5B for help-gnu-emacs@gnu.org; Tue, 28 Oct 2014 23:44:57 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:41848) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XjKBl-0001vo-U3 for help-gnu-emacs@gnu.org; Tue, 28 Oct 2014 23:44:50 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XjKBk-00059e-TE for help-gnu-emacs@gnu.org; Wed, 29 Oct 2014 04:44:48 +0100 Original-Received: from ip-90-187-250-99.web.vodafone.de ([90.187.250.99]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 04:44:48 +0100 Original-Received: from michael_heerdegen by ip-90-187-250-99.web.vodafone.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 29 Oct 2014 04:44:48 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 10 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ip-90-187-250-99.web.vodafone.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:7oVD5L4yJyxizw8v+j6Cb7gjvxg= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100643 Archived-At: Whitfield Diffie writes: > Does anyone know how to do this without having to write the line > editor by hand? What do you mean by "this"? The same thing but maybe more elegant, doing this without the minibuffer involved, or only the message feedback? Michael.