From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Riley Newsgroups: gmane.emacs.help Subject: Re: emacs-w3m question Date: Mon, 27 Oct 2008 22:36:41 +0100 Organization: A noiseless patient Spider Message-ID: References: <87vdvdu4mp.fsf@literaturlatenight.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1225143724 5652 80.91.229.12 (27 Oct 2008 21:42:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2008 21:42:04 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 27 22:43:06 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 1KuZrO-00046A-I2 for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Oct 2008 22:42:51 +0100 Original-Received: from localhost ([127.0.0.1]:41562 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KuZqH-00089U-J2 for geh-help-gnu-emacs@m.gmane.org; Mon, 27 Oct 2008 17:41:41 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!goblin1!goblin.stu.neva.ru!news.eternal-september.org!news.motzarella.org!motzarella.org!registered.motzarella.org!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 34 Original-X-Trace: registered.motzarella.org U2FsdGVkX1+rItgLWUU+aufRzW9yOzF75umSmYsv1+hFoIKmFRI5Jt899PPFrzPprlMLdD/lF4m9sOHK8wWtdpP2ShEFWHAYjc+023itZph8D2zc6YF96Vorq4n3BrCSS6R2rpBFXdho1Y0KbWuZHA== Original-X-Complaints-To: Please send complaints to abuse@motzarella.org with full headers Original-NNTP-Posting-Date: Mon, 27 Oct 2008 21:36:42 +0000 (UTC) X-Auth-Sender: U2FsdGVkX19nUpu3sQ7tc9RwHhtjQHa4tRbsUA8ZG8gc8efufnY3jQ== Cancel-Lock: sha1:WWjVMGboHIZpLBomLMl4T+WqaVU= User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Original-Xref: news.stanford.edu gnu.emacs.help:163853 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:59192 Archived-At: 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. > > If you know the exact number of your link already you could do it with a > prefix argument: > > C-u 4 > > Some time ago I used to do it with `goto-line', therefore I started > emacs-w3m with a hook to start linum-mode also. > > henry > 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)) w3m-next-anchor picks up other links than the main ones. regards r.