all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Info mode - inconsistent display of cross-references
@ 2007-08-25  8:23 Alan Mackenzie
  2007-08-25 19:51 ` Stephen Berman
  2007-12-22 21:08 ` Richard Stallman
  0 siblings, 2 replies; 3+ messages in thread
From: Alan Mackenzie @ 2007-08-25  8:23 UTC (permalink / raw)
  To: bug-gnu-emacs

Hi, Emacs!

In Emacs 22.1, display the page "Getting Started" in the CC Mode manual.

The second paragraph is displayed thusly:

    You should probably start by skimming through the entire chapter
    see Commands to get an overview of CC Mode's capabilities.
    ^^^^

.  The "see " in "see Commands" is an artifact of the Info display code,
and is horrible, disgusting and ghastly.  It should not appear.

A little bit lower down on the same page, we have:

                                                            A list of
    the available styles and their descriptions can be found in
    Built-in Styles.
^^^^

Here there is no obtrusive "see " in front of "Built-in Styles", and this
is all right.

However, in the raw file  ...../info/ccmode, both of these xrefs are
coded the same way, namely "*Note Commands::" and "*Note
Built-in Styles::".  (Well, there's a linefeed in the second one, but
they're otherwise the same.)

In the source file, cc-mode.texi, both xrefs are coded correctly with the
@ref{} construct.

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.

-- 
Alan Mackenzie (Ittersbach, Germany).

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-12-22 21:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-25  8:23 Info mode - inconsistent display of cross-references Alan Mackenzie
2007-08-25 19:51 ` Stephen Berman
2007-12-22 21:08 ` Richard Stallman

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.