unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Thien-Thi Nguyen <ttn@giblet.glug.org>
Cc: agj@alum.mit.edu
Subject: Re: [agj@alum.mit.edu: Re: ":" in Scheme names.]
Date: Sun, 26 Jan 2003 15:11:14 -0800	[thread overview]
Message-ID: <E18cvvm-0008MC-00@giblet.glug.org> (raw)
In-Reply-To: <5xof63vgdc.fsf@kfs2.cua.dk> (no-spam@cua.dk)

   From: no-spam@cua.dk (Kim F. Storm)
   Date: 26 Jan 2003 20:51:59 +0100

   Your change broke a lot of *note .... :: links where the :: is not
   followed by a space, like these:

	   (*note some note::)
	   some text, *note some note::, more text

   Try C-h i m elisp RET i signal RET TAB RET

   I've installed a fix to CVS to stop searching for the end of the
   reference when a comma, period, semicolon, or right parenthesis
   follows the last colon.  

thanks for catching this.

   However, I'm not sure this the right fix.  It would probably be better
   to specify the characters which shall cause a continued search if they
   follow a colon, but I'm not sure what characters to include...

if i understand correctly, you mean to replace while-not, w/ simply
while.  initially i tried something like:

 (while (looking-at ":*\\sw") ...)

but testing against elisp index fails for "&rest" and anything else w/
chars not in the word-constituent syntax class.  unless there is a way
to create a syntax class that is \sw plus \s- plus \s_ minus ":", i
think we are stuck w/ explicitly enumerating trailing context.  the
fixed info.el appears to be enough for now; we just need to track
makeinfo (x)ref rendering (not a big deal -- i don't think that is
changing very much).

thi

  reply	other threads:[~2003-01-26 23:11 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <jklm1eym9x.fsf@totally-fudged-out-message-id>
2003-01-25  1:03 ` [agj@alum.mit.edu: Re: ":" in Scheme names.] Thien-Thi Nguyen
2003-01-25  2:37   ` Aubrey Jaffer
2003-01-25  3:02     ` Thien-Thi Nguyen
2003-01-26 19:51       ` Kim F. Storm
2003-01-26 23:11         ` Thien-Thi Nguyen [this message]
2003-01-16  4:15 Aubrey Jaffer
2003-01-18  0:20 ` Thien-Thi Nguyen
     [not found] ` <20030119215945.A1190D86@mail.voluntocracy.org>
2003-01-20  2:44   ` Thien-Thi Nguyen
2003-01-21  5:59     ` Aubrey Jaffer

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=E18cvvm-0008MC-00@giblet.glug.org \
    --to=ttn@giblet.glug.org \
    --cc=agj@alum.mit.edu \
    --cc=ttn@glug.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).