From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: eww Date: Wed, 19 Jun 2013 15:16:12 -0600 Message-ID: <87mwqlztr7.fsf@fleche.redhat.com> References: <87d2rkb1pi.fsf@fleche.redhat.com> <87fvwfa3ev.fsf@fleche.redhat.com> <8653DC2F-D77A-4AE8-B925-A6F0DBF2CCAC@mit.edu> <8738sd7sr9.fsf@mail.jurta.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371676583 29540 80.91.229.3 (19 Jun 2013 21:16:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 19 Jun 2013 21:16:23 +0000 (UTC) Cc: chad , emacs-devel@gnu.org To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 19 23:16:24 2013 Return-path: Envelope-to: ged-emacs-devel@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 1UpPjq-0007t8-TA for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 23:16:23 +0200 Original-Received: from localhost ([::1]:48317 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpPjq-0003Bi-DT for ged-emacs-devel@m.gmane.org; Wed, 19 Jun 2013 17:16:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46477) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpPjl-00037j-Ip for emacs-devel@gnu.org; Wed, 19 Jun 2013 17:16:18 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UpPjj-0001J9-Ls for emacs-devel@gnu.org; Wed, 19 Jun 2013 17:16:17 -0400 Original-Received: from mx1.redhat.com ([209.132.183.28]:48785) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UpPjj-0001Ik-Ew for emacs-devel@gnu.org; Wed, 19 Jun 2013 17:16:15 -0400 Original-Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r5JLGEB1023751 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 19 Jun 2013 17:16:14 -0400 Original-Received: from barimba (ovpn-113-102.phx2.redhat.com [10.3.113.102]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r5JLGD58021545 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Wed, 19 Jun 2013 17:16:13 -0400 X-Attribution: Tom In-Reply-To: <8738sd7sr9.fsf@mail.jurta.org> (Juri Linkov's message of "Wed, 19 Jun 2013 23:55:14 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Scanned-By: MIMEDefang 2.68 on 10.5.11.23 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:160707 Archived-At: >>>>> "Juri" == Juri Linkov writes: Juri> Yes, this is like `f TAB' in Info. FWIW I have "f" (and "m") bindings working here (plus other easy info stuff, like "T", "<", and the digits). I can send a patch tomorrow. Tom