all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
Subject: skip-chars-forward error "Invalid ISO C character class"
Date: Mon, 14 Jun 2004 17:51:05 -0400 (EDT)	[thread overview]
Message-ID: <m1BZzM9-000UNSC@rattlesnake.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=utf-8, Size: 2203 bytes --]

Today's CVS Update, Mon, 2004 Jun 14  11:35 UTC
GNU Emacs 21.3.50.2 (i686-pc-linux-gnu, GTK+ Version 2.2.4)
started with

    /usr/local/src/emacs/src/emacs -Q

`texinfo-all-menus-update' fails on the following line because of a
bug in `skip-chars-forward':

    * Introduction::

To repeat the error, place point at the end of the line, after the ::
and evaluate 

  (skip-chars-forward "[:.,\t\n ]+")

When the line is in the *scratch* buffer, this error message will be
generated:

Debugger entered--Lisp error: (error "Invalid ISO C character class")
  skip-chars-forward("[:.,	\n ]+")
  eval((skip-chars-forward "[:.,	\n ]+"))
  eval-expression((skip-chars-forward "[:.,	\n ]+") nil)
  call-interactively(eval-expression)
  recursive-edit()
  byte-code("Æ\x10Ç	!� �\n!ˆ\vƒB
`|ˆ)Ìcˆeb�ÎÏ \"� ˆ\n@Ñ=ƒN
  debug(error (error "Invalid ISO C character class"))
  skip-chars-forward("[:.,	\n ]+")
  eval((skip-chars-forward "[:.,	\n ]+"))
  eval-expression((skip-chars-forward "[:.,	\n ]+") nil)
  call-interactively(eval-expression)
  recursive-edit()
  byte-code("Æ\x10Ç	!� �\n!ˆ\vƒB
`|ˆ)Ìcˆeb�ÎÏ \"� ˆ\n@Ñ=ƒN
  debug(error (error "Invalid ISO C character class"))
  skip-chars-forward("[:.,	\n ]+")
  eval((skip-chars-forward "[:.,	\n ]+"))
  eval-expression((skip-chars-forward "[:.,	\n ]+") nil)
  call-interactively(eval-expression)


The bug produces that error when the line is in the *scratch* buffer
with the English language environment as reported by 
(describe-language-environment nil)

In a Texinfo mode buffer, with the same English language environment,
a shorter error message is produced:

Debugger entered--Lisp error: (error "Invalid ISO C character class")
  skip-chars-forward("[:.,	\n ]+")
  eval((skip-chars-forward "[:.,	\n ]+"))
  eval-expression((skip-chars-forward "[:.,	\n ]+") nil)
  call-interactively(eval-expression)


`texinfo-all-menus-update' succeeds if you first remove all the menus
from the Texinfo file that you are updating.

-- 
    Robert J. Chassell                         Rattlesnake Enterprises
    As I slowly update it,                     bob@rattlesnake.com
        I rewrite a "What's New" segment for   http://www.rattlesnake.com

             reply	other threads:[~2004-06-14 21:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-06-14 21:51 Robert J. Chassell [this message]
2004-06-15  9:45 ` skip-chars-forward error "Invalid ISO C character class" Kim F. Storm
2004-06-15 22:20   ` Robert J. Chassell

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=m1BZzM9-000UNSC@rattlesnake.com \
    --to=bob@rattlesnake.com \
    /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.