From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18513 invoked from network); 24 Aug 2008 23:53:06 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 24 Aug 2008 23:53:06 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 54817 invoked from network); 24 Aug 2008 23:52:59 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 24 Aug 2008 23:52:59 -0000 Received: (qmail 19287 invoked by alias); 24 Aug 2008 23:52:49 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25526 Received: (qmail 19269 invoked from network); 24 Aug 2008 23:52:48 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 24 Aug 2008 23:52:48 -0000 Received: from ey-out-2122.google.com (ey-out-2122.google.com [74.125.78.26]) by bifrost.dotsrc.org (Postfix) with ESMTP id 09CE1801E2B4 for ; Mon, 25 Aug 2008 01:52:43 +0200 (CEST) Received: by ey-out-2122.google.com with SMTP id 25so155539eya.3 for ; Sun, 24 Aug 2008 16:52:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:mime-version:content-type:content-transfer-encoding :content-disposition:message-id; bh=Uyc3PnvkxFQQVfl3DBAwtMhBWtzIspFa0FMuFI6R5Rs=; b=jrfSJ/V61HKdWVryohZSVwoRhzL9qQLCIxVyVkk9u0dTaMhkT5dDey9o71D1SEo0nq KFlLo2E5uubJaUftsq1gvn8v9fk3evuNbyzj9rKalzy4tYnGYmj601QYJM4e7yJ3pQpa EjgcGSimYtBUOdqxRJJpU1PWjYGY0rdko9x+E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:mime-version:content-type :content-transfer-encoding:content-disposition:message-id; b=Zq+ErLAoIyc66TT5pWUkSBDGcLhFS2nnMTSRGetN08/cEesnjzCKlVPrKtcMv0Wg15 vQrXjE5rTn1/O0ER/KxfsUgydf7KldIHilu41/rSo3Xp5HvHj3kAHIPH2UsJNaN336wg FjeKLz/NG7dO82Ljhwt9FwcUxNMBGr/xr29q0= Received: by 10.210.81.10 with SMTP id e10mr5692663ebb.44.1219621962616; Sun, 24 Aug 2008 16:52:42 -0700 (PDT) Received: from ?192.168.1.2? ( [87.123.228.107]) by mx.google.com with ESMTPS id b33sm3628913ika.2.2008.08.24.16.52.41 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 24 Aug 2008 16:52:41 -0700 (PDT) From: "=?iso-8859-1?q?xRaich=5Bo=5D=B2x?=" To: zsh-workers@sunsite.dk Subject: Quickhack that seems to fix issues with the menuselect keymap Date: Mon, 25 Aug 2008 01:52:38 +0200 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200808250152.38836.raichoo@googlemail.com> X-Virus-Scanned: ClamAV 0.92.1/8082/Sun Aug 24 18:40:03 2008 on bifrost X-Virus-Status: Clean Hi, I had some issues with Zsh (http://www.zsh.org/mla/users/2008/msg00772.html= ).=20 I did a quickhack which seems to fix the behavior mentioned there, but i=20 don't know if this makes any sense at all. i changed line 2315 of the complist.c file from selectlocalmap(mskeymap); into selectkeymap("menuselect",1); This is a "lets-see-what-happens" hack, so it might be complete rubbish.=20 Comments and pointers are very welcome since I'm totally new to Zsh Regards, Bj=F6rn