From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luc Teirlinck Newsgroups: gmane.emacs.devel Subject: New underlining of xrefs in Info. Date: Sun, 17 Oct 2004 16:18:03 -0500 (CDT) Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200410172118.i9HLI3E03886@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1098048007 12252 80.91.229.6 (17 Oct 2004 21:20:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 17 Oct 2004 21:20:07 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Oct 17 23:19:56 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CJIRY-0004dG-00 for ; Sun, 17 Oct 2004 23:19:56 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJIYo-0001ro-Kg for ged-emacs-devel@m.gmane.org; Sun, 17 Oct 2004 17:27:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CJIYh-0001rX-Uy for emacs-devel@gnu.org; Sun, 17 Oct 2004 17:27:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CJIYg-0001qt-QX for emacs-devel@gnu.org; Sun, 17 Oct 2004 17:27:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CJIYg-0001qq-OM for emacs-devel@gnu.org; Sun, 17 Oct 2004 17:27:18 -0400 Original-Received: from [131.204.53.104] (helo=manatee.dms.auburn.edu) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CJIQx-0002jo-9K for emacs-devel@gnu.org; Sun, 17 Oct 2004 17:19:19 -0400 Original-Received: from raven.dms.auburn.edu (raven.dms.auburn.edu [131.204.53.29]) by manatee.dms.auburn.edu (8.12.10/8.12.10) with ESMTP id i9HLJIiU020165 for ; Sun, 17 Oct 2004 16:19:18 -0500 (CDT) Original-Received: (from teirllm@localhost) by raven.dms.auburn.edu (8.11.7p1+Sun/8.11.7) id i9HLI3E03886; Sun, 17 Oct 2004 16:18:03 -0500 (CDT) X-Authentication-Warning: raven.dms.auburn.edu: teirllm set sender to teirllm@dms.auburn.edu using -f Original-To: emacs-devel@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 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 Xref: main.gmane.org gmane.emacs.devel:28533 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:28533 Do: emacs -q C-h i g (elisp)Functions for Key Lookup RET Unlike `read-key-sequence', this function does not modify the specified events in ways that discard information (*note Key Sequence Input::). In particular, it does not convert letters to lower case and it does not change drag events to clicks. This is killed and yanked and thus changed. You will see `(see Key Sequence Input) with `Key Sequence Input' underlined. Fine. But the indentation at the beginning of the line is underlined too. There are tons of similar occurrences all over the place. Am I the only one who feels that this looks weird? It is true that if you press RET inside the indentation, you _will_ follow the reference, so maybe it is intentional. Sincerely, Luc.