From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22205 invoked from network); 2 Nov 2006 10:08:24 -0000 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00, DATE_IN_PAST_24_48,FORGED_RCVD_HELO autolearn=no version=3.1.7 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 2 Nov 2006 10:08:24 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 40677 invoked from network); 2 Nov 2006 10:08:13 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 2 Nov 2006 10:08:13 -0000 Received: (qmail 22942 invoked by alias); 2 Nov 2006 10:08:10 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 22949 Received: (qmail 22931 invoked from network); 2 Nov 2006 10:08:09 -0000 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by sunsite.dk with SMTP; 2 Nov 2006 10:08:09 -0000 Received: (qmail 40385 invoked from network); 2 Nov 2006 10:08:08 -0000 Received: from uucp.gnuu.de (84.16.234.68) by a.mx.sunsite.dk with SMTP; 2 Nov 2006 10:08:07 -0000 Received: by uucp.gnuu.de (Postfix, from userid 10) id 67A7918804E; Thu, 2 Nov 2006 11:08:05 +0100 (CET) Received: from news by alea.gnuu.de with local (Exim 4.50) id 1Gf1vc-0004zt-O5 for zsh-workers@sunsite.dk; Tue, 31 Oct 2006 23:17:52 +0100 To: zsh-workers@sunsite.dk Path: not-for-mail From: =?UTF-8?Q?J=C3=B6rg?= Sommer Newsgroups: local.mailinglist.zsh Subject: visible mark and reverse-menu-complete Date: Tue, 31 Oct 2006 22:17:52 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: alea.gnuu.de 1162333072 19209 192.168.0.5 (31 Oct 2006 22:17:52 GMT) X-Complaints-To: usenet@alea.gnuu.de User-Agent: slrn/0.9.8.1pl2 (Debian) Sender: news Hi, I've two problems/questions: · Is it possible to make the mark (the text between the point where you pressed ^@ and the editing point) visible? I thought of something like printing the text in inverse mode (\e[7m). · To iterate through a list of menu completions I use reverse-menu-completion. But if no menu completion startet r-m-c starts at the begin of the list not the end. % ls M Mail/ Mnt/ % ls Mail/ but I expected % ls Mnt/ What I doing wrong? Bye, Jörg. -- Roesen's Law (http://www.bruhaha.de/laws.html): Sobald ein Troll, DAU oder Elch im Lauf eines Threads auf heftige Kritik stößt, argumentiert er mit der Arroganz des Kritikers. Dies kann auch vorsorglich erfolgen.