From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xah Newsgroups: gmane.emacs.help Subject: Re: emacs-w3m question Date: Tue, 28 Oct 2008 11:40:56 -0700 (PDT) Organization: http://groups.google.com Message-ID: <74160b46-e541-436a-a776-c8bd53d6cd55@o4g2000pra.googlegroups.com> References: <87vdvdu4mp.fsf@literaturlatenight.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1225222883 25203 80.91.229.12 (28 Oct 2008 19:41:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 28 Oct 2008 19:41:23 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 28 20:42:21 2008 connect(): Connection refused Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KuuS7-0004nz-2Z for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Oct 2008 20:42:07 +0100 Original-Received: from localhost ([127.0.0.1]:51353 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuuR0-0005sn-Qb for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Oct 2008 15:40:58 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!postnews.google.com!o4g2000pra.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 47 Original-NNTP-Posting-Host: 24.6.185.159 Original-X-Trace: posting.google.com 1225219256 22715 127.0.0.1 (28 Oct 2008 18:40:56 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 28 Oct 2008 18:40:56 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o4g2000pra.googlegroups.com; posting-host=24.6.185.159; posting-account=bRPKjQoAAACxZsR8_VPXCX27T2YcsyMA User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:163878 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:59220 Archived-At: On Oct 27, 2:36 pm, Richard Riley wrote: > henry atting writes: > > Zitat - Francis Moreau * Mo Okt 27 2008 um 21:45 - > > >> Hello, > > >> Is there a fast way to jump to the 4th link (for example) that Google > >> proposes after a search ? Currently I'm using C-s and start typing the > >> proposed title. > > C-u 4 > Is there a solution if we have different key bindings for cursoring? e.g > I want the cursor to roam freely for selective copying to clipboard so > down does not move to the next link. > > e.g I have > > (setq w3m-key-binding (quote info)) Here's what i do: (add-hook 'w3m-mode-hook (lambda () (define-key w3m-mode-map (kbd "") 'previous-line) ; was w3m- previous-anchor. Use Shift+Tab. (define-key w3m-mode-map (kbd "") 'next-line) ; was w3m-next- anchor. Use Tab. (define-key w3m-mode-map (kbd "") 'backward-char) ; was w3m- view-previous-page. Use B. (define-key w3m-mode-map (kbd "") 'forward-char) ; was w3m- view-this-url. Use Enter. )) i think it is good to make this default. More intuitive for emacs users. PS i noticed that w3m is 2 or 3 times slower than a full featured browser. I have w3m in text only mode. I have a function that looks up webpage in both Opera and w3m in emacs. The opera almost always finished loading the page 3 or more times faster than w3m with emacs. (the Opera has image, css on. My w3m has images off.) Xah =E2=88=91 http://xahlee.org/ =E2=98=84