unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "Bug-Gnu-Emacs" <bug-gnu-emacs@gnu.org>
Subject: help-make-xrefs
Date: Sun, 26 Aug 2007 23:33:42 -0700	[thread overview]
Message-ID: <DHEEKFAFJEFOJHLCFPFDEEIOCAAA.drew.adams@oracle.com> (raw)

help-make-xrefs tries to be smart about providing links, but it could
use some improvement. In the *Help* buffer from `C-h b', for instance,
it provides links for commands that follow `M-x', even for cases such
as `C-M-x'.  The comment for this code says "An obvious case of a key
substitution", which is not correct in this case.  The regexp should
at least be changed to prohibit a symbol character just before `M-x'.

Another problem in the `describe-bindings' display is this code on
line 465 that tries to back up over non-whitespace:

 (skip-chars-backward "^\t\n")

This works only if `indent-tabs-mode' is non-nil in the *Help* buffer.
The string should be "^ \t\n" or equivalent. Otherwise, no commands
are linked.

In GNU Emacs 22.1.1 (i386-mingw-nt5.1.2600)
 of 2007-06-02 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4) --cflags -Ic:/gnuwin32/include'

             reply	other threads:[~2007-08-27  6:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-27  6:33 Drew Adams [this message]
2007-08-27  8:10 ` help-make-xrefs martin rudalics

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=DHEEKFAFJEFOJHLCFPFDEEIOCAAA.drew.adams@oracle.com \
    --to=drew.adams@oracle.com \
    --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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).