all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stephen Berman <Stephen.Berman@gmx.net>
To: bug-gnu-emacs@gnu.org
Subject: Re: Info mode - inconsistent display of cross-references
Date: Sat, 25 Aug 2007 21:51:57 +0200	[thread overview]
Message-ID: <87zm0fpf36.fsf@escher.local.home> (raw)
In-Reply-To: 20070825082349.GA2640@muc.de

On Sat, 25 Aug 2007 08:23:50 +0000 Alan Mackenzie <acm@muc.de> wrote:

> Whatever's going on here is surely a bug.  Both of these should be
> displayed the same, _without_ the obtrusive "see ".  If this can't be
> done because of limitiations in the Info format, it would surely be less
> bad to display the raw "*Note Commands", since this is being honest about
> Info and doesn't make the writer of the manual look incompetent.

The following patch to Info-fontify-node should fix this particularly
case (but I haven't tested it).  But it's not unlikely that other
cases will have to be dealt with along the same lines, or else a
different approach is needed.

Steve Berman

*** info.el.~1.504.~	2007-08-21 11:43:23.000000000 +0200
--- info.el	2007-08-25 21:45:56.000000000 +0200
***************
*** 3844,3849 ****
--- 3844,3853 ----
  			       "")
  			      ((save-match-data (looking-back "\\<in"))
  			       "")
+ 			      ((save-match-data (looking-back "\\<chapter"))
+ 			       "")
+ 			      ((save-match-data (looking-back "\\<section"))
+ 			       "")
  			      ((memq (char-before) '(nil ?\. ?! ??))
                                 "See ")
  			      ((save-match-data

  reply	other threads:[~2007-08-25 19:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-25  8:23 Info mode - inconsistent display of cross-references Alan Mackenzie
2007-08-25 19:51 ` Stephen Berman [this message]
2007-12-22 21:08 ` Richard Stallman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zm0fpf36.fsf@escher.local.home \
    --to=stephen.berman@gmx.net \
    --cc=bug-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.