From owner-freebsd-gnome@FreeBSD.ORG Mon Feb 7 18:47:59 2005 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ADEDA16A4CE; Mon, 7 Feb 2005 18:47:59 +0000 (GMT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id F08A943D49; Mon, 7 Feb 2005 18:47:58 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.13.1/8.13.1) with ESMTP id j17IltE7073626; Mon, 7 Feb 2005 10:47:55 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.13.1/8.13.1/Submit) id j17IltRF073625; Mon, 7 Feb 2005 10:47:55 -0800 (PST) (envelope-from obrien) Date: Mon, 7 Feb 2005 10:47:54 -0800 From: "David O'Brien" To: Joe Marcus Clarke Message-ID: <20050207184754.GA73469@dragon.nuxi.com> References: <20050207110637.GA59300@dragon.nuxi.com> <4207A320.6020202@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4207A320.6020202@FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 6.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: gnome@FreeBSD.org Subject: Re: Keyboard input bug in firefox-1.0_7,1 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Feb 2005 18:47:59 -0000 On Mon, Feb 07, 2005 at 12:19:28PM -0500, Joe Marcus Clarke wrote: > David O'Brien wrote: > | Firebird 0.6.1 (and Mozilla 1.8) correctly knows when one is in the URL > | address text box or the search text box; thus correctly processing ^U. > | > | With firefox-1.0_7,1 ^U always pulls up "page source" which isn't what it > | should on Unix. > | > | Know bug? > > First, when upgrading like this, you should blow away all your .dat > files under ~/.mozilla/firefox. I blew away all of ~/.mozilla. :-) > However, the Cntrl+U "problem" is most likely due to the new GTK+ 2 > keybindings. If you want to revert to the old Emacs-style keys, consult > the all-powerful archives: > http://lists.freebsd.org/mailman/htdig/freebsd-gnome/2004-October/008615.html Yep, that message seems to be my answer. THANKS! I totally cannot believe the GTK+ 2 developers thought it OK to change the behavior of ^U. That is a Unix'ism, not an Emacs'ism. $ stty -a ..snip.. kill = ^U -- -- David (obrien@FreeBSD.org)