From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nala Ginrut Newsgroups: gmane.lisp.guile.user Subject: [ANN] guile-colorized 0.0.4 released Date: Mon, 13 Oct 2014 14:05:28 +0800 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1413180348 4055 80.91.229.3 (13 Oct 2014 06:05:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 13 Oct 2014 06:05:48 +0000 (UTC) To: Guile User Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Oct 13 08:05:43 2014 Return-path: Envelope-to: guile-user@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 1XdYlL-00052A-Co for guile-user@m.gmane.org; Mon, 13 Oct 2014 08:05:43 +0200 Original-Received: from localhost ([::1]:60385 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdYlK-00087F-Ro for guile-user@m.gmane.org; Mon, 13 Oct 2014 02:05:42 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36842) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdYlA-00086I-TU for guile-user@gnu.org; Mon, 13 Oct 2014 02:05:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XdYl8-0000as-AX for guile-user@gnu.org; Mon, 13 Oct 2014 02:05:32 -0400 Original-Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:38402) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XdYl7-0000al-Uk for guile-user@gnu.org; Mon, 13 Oct 2014 02:05:30 -0400 Original-Received: by mail-lb0-f177.google.com with SMTP id w7so5725173lbi.8 for ; Sun, 12 Oct 2014 23:05:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=R6zci8Sj5GlnQE2PFHZVQhHKyHeuKysuC7AxeIoxMMg=; b=1DiX5qu5D5vMFJUbXcgY2QVmP2lT6q935eHz6g1MBDu7u3WunPMOa4iA9hyASgKIkB VYVpENRnr5SiIKwqdRALAKZEtB+ucvlTMy0AeT460Ey4O4LwjGInDBZjSkXkQLQ0RhoK yBrnNB1noPI8E7n4wPkSsQwEUS7puSZCgBs2eXA9Zoqsrg/pLJcs9PWnKc9udkUabPxw GCqJyPEUZpIYbvxW8eQ/kJEbirhlrsc1EC8IBLQc1w8f5j1ssBE0UWh+UoQUI6TGEmrP BIZXdC6BNrlDmuuAYAHdqxMqSWp/0CKCNjyhQeKHLPd7Jf9p3IPahwO18LZ4sjI5fO2W A/PA== X-Received: by 10.112.180.137 with SMTP id do9mr21376514lbc.63.1413180328220; Sun, 12 Oct 2014 23:05:28 -0700 (PDT) Original-Received: by 10.152.28.105 with HTTP; Sun, 12 Oct 2014 23:05:28 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::231 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:11578 Archived-At: This release aims to avoid colored-prompt bug[0]. When readline and colored-prompt are both enabled, there's something strange to use Ctrl-p in REPL. I've tried to find the reason, but nothing revealed yet. To avoid this issue temperately, I made colored-prompt optional and disable in default. Download link: https://github.com/NalaGinrut/guile-colorized/archive/v0.0.4.tar.gz refs: https://github.com/NalaGinrut/guile-colorized/issues/5