From nobody Sun Jan 25 11:41:57 2004 Received: (qmail 75124 invoked from network); 25 Jan 2004 16:41:24 -0000 Received: from unknown (HELO lily.freemail.ne.jp) (219.100.31.236) by mozdev.org with SMTP; 25 Jan 2004 16:41:24 -0000 Received: (qmail 208 invoked by alias); 26 Jan 2004 01:33:00 +0900 Received: (qmail 178 invoked from network); 26 Jan 2004 01:33:00 +0900 Received: from unknown (HELO localhost) (220.214.78.219) by lily.freemail.ne.jp with SMTP; 26 Jan 2004 01:33:00 +0900 Date: Mon, 26 Jan 2004 01:50:16 +0900 (JST) Message-Id: <20040126.015016.41631667.harpy@lily.freemail.ne.jp> To: firstfield@mozdev.org From: harpy@lily.freemail.ne.jp X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: [Firstfield] SECONDfield and firstTEXTAREA X-BeenThere: firstfield@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Jan 2004 16:41:25 -0000 Hi. firstfield is working nice on my firebird :) I want some options. 1. Jump to the 2nd field, 3rd field, .., and so on. 2. Jump to the firstTEXTAREA. I want to jump to the 2nd field when the focus is on the first field. For example, some wikis has search page which has two textfields, one is for title search, another is for full text search. http://c2.com/cgi/wiki?FindPage In editing, I want to jump to the textarea by just typing Ctrl+; . Regards. P.S. I'm trying to develop another keyboard friendly plugin. http://blue.ribbon.to/~harpy/mozless/index.en.html ---- goto From nobody Sat Nov 6 09:08:23 2004 Received: (qmail 35028 invoked from network); 6 Nov 2004 14:08:21 -0000 Received: from rupert.tor.istop.com (HELO localhost) (66.11.182.207) by mozdev.org with SMTP; 6 Nov 2004 14:08:21 -0000 Received: from rupert by localhost with local (Exim 4.34) id 1CQREN-0008MA-KM for firstfield@mozdev.org; Sat, 06 Nov 2004 09:07:51 -0500 Date: Sat, 6 Nov 2004 09:07:50 -0500 From: Rupert Levene To: firstfield@mozdev.org Message-ID: <20041106140750.GA32104@levene.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i Sender: rupert Subject: [Firstfield] firstfield refuses to install on recent firefox X-BeenThere: firstfield@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Nov 2004 14:08:22 -0000 Hi, The subject line says it all... please could we have an update so I can use this very useful extension with a modern firefox? I'm using the one in debian sid: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3) Gecko/20041030 Firefox/1.0RC1 (Debian package 0.99+1.0RC1-2) All the best, Rupert From nobody Wed Jun 8 12:19:56 2005 Received: (qmail 75573 invoked from network); 8 Jun 2005 16:19:24 -0000 Received: from fm6.freemail.ne.jp (219.100.31.229) by mozdev.org with SMTP; 8 Jun 2005 16:19:24 -0000 Received: by fm6.freemail.ne.jp (Postfix, from userid 48) id C7833414328; Thu, 9 Jun 2005 01:10:21 +0900 (JST) Received: from 222.15.86.11 (SquirrelMail authenticated user harpy@lily.freemail.ne.jp); by lily.freemail.ne.jp with HTTP; Thu, 9 Jun 2005 01:10:21 +0900 (JST) Message-ID: <33985.222.15.86.11.1118247021.squirrel@222.15.86.11> Date: Thu, 9 Jun 2005 01:10:21 +0900 (JST) From: harpy@lily.freemail.ne.jp To: firstfield@mozdev.org User-Agent: SquirrelMail/1.4.3a-1 X-Mailer: SquirrelMail/1.4.3a-1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-2022-jp Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: [Firstfield] A cheat to use FF-1.1 on Firefox 1.0 or above X-BeenThere: firstfield@mozdev.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 16:19:24 -0000 firstfield-1.1.xpi cannot be installed on Firefox 1.0 or above, since FF-1.1 limits supporting versions of Firefox 0.9 to 0.10 . Here is a cheat to ignore the limit. Download firstfield-1.1.xpi and unzip it. It contains install.rdf and chrome/ directory. $ unzip firstfield-1.1.xpi Archive: firstfield-1.1.xpi inflating: install.rdf creating: chrome/ inflating: chrome/firstfield.jar Edit install.rdf by a text editor and change maxVersion 0.10 to 1.0.99 . $ diff install.rdf install.rdf.orig 23c23 < 1.0.99 --- > 0.10 Re-archive the modified resources. $ zip -r firstfield.xpi install.rdf chrome adding: install.rdf (deflated 52%) adding: chrome/ (stored 0%) adding: chrome/firstfield.jar (deflated 12%) Now, firstfield.xpi is the modified version of firstfield-1.1.xpi . Access firstfield.xpi by your Firefox. Or, make a installer HTML such as: $ cat index.html firstfield installer install firstfield And access the installer HTML.