From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.bugs Subject: bug#9349: 24.0.50; Weird text in info buffer Date: Wed, 24 Aug 2011 12:57:00 +0300 Organization: JURTA Message-ID: <87r54bm7uc.fsf@mail.jurta.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1314181363 24877 80.91.229.12 (24 Aug 2011 10:22:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 24 Aug 2011 10:22:43 +0000 (UTC) Cc: 9349@debbugs.gnu.org To: Dani Moncayo Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Aug 24 12:22:36 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QwAbT-0002Hc-4O for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Aug 2011 12:22:35 +0200 Original-Received: from localhost ([::1]:45766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwAbS-0001LD-78 for geb-bug-gnu-emacs@m.gmane.org; Wed, 24 Aug 2011 06:22:34 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:54486) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwAbP-0001L5-Jw for bug-gnu-emacs@gnu.org; Wed, 24 Aug 2011 06:22:32 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwAbO-0001ED-Fz for bug-gnu-emacs@gnu.org; Wed, 24 Aug 2011 06:22:31 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:41966) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwAbO-0001E7-DD for bug-gnu-emacs@gnu.org; Wed, 24 Aug 2011 06:22:30 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1QwAdq-0000y2-4C; Wed, 24 Aug 2011 06:25:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Juri Linkov Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 24 Aug 2011 10:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 9349 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 9349-submit@debbugs.gnu.org id=B9349.13141814733671 (code B ref 9349); Wed, 24 Aug 2011 10:25:02 +0000 Original-Received: (at 9349) by debbugs.gnu.org; 24 Aug 2011 10:24:33 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QwAdL-0000x8-1P for submit@debbugs.gnu.org; Wed, 24 Aug 2011 06:24:32 -0400 Original-Received: from smarty.dreamhost.com ([208.113.175.8]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1QwAdD-0000wu-U2 for 9349@debbugs.gnu.org; Wed, 24 Aug 2011 06:24:25 -0400 Original-Received: from ps18281.dreamhostps.com (ps18281.dreamhost.com [69.163.218.105]) by smarty.dreamhost.com (Postfix) with ESMTP id 6AF516E806F; Wed, 24 Aug 2011 03:21:50 -0700 (PDT) Original-Received: from localhost (ps18281.dreamhostps.com [69.163.218.105]) by ps18281.dreamhostps.com (Postfix) with ESMTP id 99860451C402; Wed, 24 Aug 2011 03:21:49 -0700 (PDT) In-Reply-To: (Dani Moncayo's message of "Tue, 23 Aug 2011 12:54:20 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (x86_64-pc-linux-gnu) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 24 Aug 2011 06:25:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:50275 Archived-At: > 1. Open the info node "(elisp)Association List Type". > 2. Try to search for the word "see" (C-s see ). > > Surprisingly, the search fails, even though the word exists in the > buffer (beginning of last paragraph). If you wanted to search the word "see" to navigate between links then using TAB and S-TAB is an easier way to do the same. Maybe we should consider changing the default value of `Info-hide-note-references' to `hide' that will hide both verbs "*Note" and "See", because nowadays the users of web browsers understand that a blue underlined link implies a standard action to visit it, so no additional invitational verb is necessary.